#include <algos.h>


Public Member Functions | |
| a2dWalker_SetProperty (basetype valueToSet, bool all=true) | |
| constructor with no a2dPropertyIdTyped<basetype, proptype> added yet. For that use AddPropertyId() | |
| a2dWalker_SetProperty (const a2dpropertyidtyped *id, basetype valueToSet, bool all=true) | |
| constructor with a2dPropertyId added to the propertyIsList to search for. | |
| ~a2dWalker_SetProperty () | |
| destructor | |
| void | AddPropertyId (const a2dpropertyidtyped *id) |
| add a a2dPropertyId to the list | |
| bool | Start (a2dObject *object) |
| start removing properties from the object given, and down. | |
| virtual bool | WalkTask (wxObject *parent, wxObject *object, a2dWalkEvent event) |
| called from within a2dCanvasDocument | |
Public Attributes | |
| bool | m_all |
| to remove all or only one property on each object found. | |
| basetype | m_valueToSet |
| value to set | |
| a2dPropertyIdList | m_propertyList |
| properties to search for | |
Definition at line 468 of file algos.h.