#include <cancom.h>


Public Types | |
| enum | SetWhat { visible, selectable, readable, filling } |
Public Member Functions | |
| void | DistributeEvent (wxEventType eventType) |
| a2dCommand_SetLayersProperty (bool value=true, SetWhat what=visible) | |
| virtual a2dObject * | Clone (CloneOptions options=clone_deep) const |
| Clone this object and return a pointer to the new object. | |
| bool | Do (void) |
| bool | Undo (void) |
| a2dCanvasCommandProcessor * | GetCanvasCmp () |
Public Attributes | |
| bool | m_value |
| a2dlist< bool > | m_oldLayersVisible |
| SetWhat | m_setWhat |
Static Public Attributes | |
| static const a2dCommandId | Id |
Definition at line 4785 of file cancom.h.