#include <cancom.h>


Public Member Functions | |
| a2dCommand_ChangeCanvasObjectStyle (a2dPropObject *object, const a2dFill &fill) | |
| a2dCommand_ChangeCanvasObjectStyle (a2dPropObject *object, const a2dStroke &stroke) | |
| a2dCommand_ChangeCanvasObjectStyle (a2dPropObject *object, const a2dFill &fill, const a2dStroke &stroke) | |
| bool | Do () |
| bool | Undo () |
| a2dCanvasCommandProcessor * | GetCanvasCmp () |
Static Public Attributes | |
| static const a2dCommandId | sm_SetFillStyleCommand = a2dCommandId( wxT("SetCanvasObjectFillStyleCommand") ) |
| non info. | |
| static const a2dCommandId | sm_SetStrokeStyleCommand = a2dCommandId( wxT("SetCanvasObjectStrokeStyleCommand") ) |
| static const a2dCommandId | sm_SetStyleCommand = a2dCommandId( wxT("SetCanvasObjectStyleCommand") ) |
| static const a2dCommandId | Id |
Protected Attributes | |
| a2dSmrtPtr< a2dPropObject > | m_propObject |
| a2dFill | m_fill |
| a2dStroke | m_stroke |
Definition at line 1366 of file cancom.h.