#include <algos.h>


Public Member Functions | |
| a2dWalker_SetCanvasDocument (a2dCanvasDocument *root) | |
| bool | Start (a2dCanvasObject *object) |
| start setting the root object from here | |
| virtual bool | WalkTask (wxObject *parent, wxObject *object, a2dWalkEvent event) |
| called from within a2dDocument | |
Public Attributes | |
| a2dCanvasDocument * | m_root |
| document to set | |
Definition at line 612 of file algos.h.
| a2dWalker_SetCanvasDocument::a2dWalker_SetCanvasDocument | ( | a2dCanvasDocument * | root | ) |
| root | set the a2dCanvasDocument of object to this root |