#include <algos.h>


Public Member Functions | |
| a2dWalker_SetAvailable (a2dLayers *layerSetup) | |
| a2dWalker_SetAvailable (a2dCanvasView *view) | |
| bool | Start (a2dObject *object) |
| object to start the algorithm | |
| bool | WalkTask (wxObject *parent, wxObject *object, a2dWalkEvent event) |
| called from within a2dCanvasDocument | |
Protected Attributes | |
| a2dCanvasView * | m_view |
| visible onthis view | |
| a2dLayers * | m_layerSetup |
| availability set for this layer setup | |
Definition at line 111 of file algos.h.
| bool a2dWalker_SetAvailable::Start | ( | a2dObject * | object | ) |