#include <tree.h>
Collaboration diagram for AITree:

Public Member Functions | |
| void | setRoot (TreeNode *new_root) |
| TreeNode * | getRoot () |
| void | draw (BITMAP *b, int filed_width, int grid_space) |
Static Public Member Functions | |
| void | show (Board data, unsigned char plNo) |
Protected Member Functions | |
| int | countChilds (TreeNode *node) |
| int | countWidth (TreeNode *node, int grid_space) |
| int | drawNode (BITMAP *b, TreeNode *node, int off_x, int off_y, int field_width, int grid_space) |
Protected Attributes | |
| TreeNode * | root |
1.3.7