#include <algos.h>


Public Member Functions | |
| a2dWalkerIOHandlerWithContext (a2dIterC &ic) | |
| constructor | |
| ~a2dWalkerIOHandlerWithContext () | |
| destructor | |
| void | Initialize () |
| init | |
| bool | Start (a2dCanvasObject *object) |
| Start traversing at object, returns true. | |
| virtual bool | WalkTask (a2dIterC &ic, wxObject *parent, wxObject *object, a2dWalkEvent event)=0 |
| called from within a2dCanvasDocument | |
Public Attributes | |
| a2dIterC * | m_context |
Definition at line 1094 of file algos.h.