#include <algos.h>


Public Member Functions | |
| a2dWalker_FindAndSetCorridorPath (a2dCanvasObject *findObject) | |
| constructor | |
| ~a2dWalker_FindAndSetCorridorPath () | |
| destructor | |
| virtual bool | WalkTask (wxObject *parent, wxObject *object, a2dWalkEvent event) |
| called from within a2dDocument | |
Corridors are used as event tubes in a a2dCanvasDocument, in order to redirect events directly to a specific object, but maintaining its position/matrixes correctly as in the document.
Definition at line 1007 of file algos.h.
| a2dWalker_FindAndSetCorridorPath::a2dWalker_FindAndSetCorridorPath | ( | a2dCanvasObject * | findObject | ) |
constructor
a2dCanvasView::FindAndSetCorridorPath This function is not used directly, but via a2dCanvasView::FindAndSetCorridorPath
| findObject | (child) object to be searched for. |