![]() |
Plasma Engine
2.0
|
Public Attributes | |
plString | m_sDisplayString |
Friends | |
class | plCommandHistory |
Additional Inherited Members | |
![]() | |
enum class | CommandState { WasDone , WasUndone } |
![]() | |
bool | IsUndoable () const |
bool | HasChildActions () const |
bool | HasModifiedDocument () const |
![]() | |
virtual const plRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const plRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T > | |
PL_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
![]() | |
static const plRTTI * | GetStaticRTTI () |
![]() | |
plStatus | Do (bool bRedo) |
plStatus | Undo (bool bFireEvents) |
void | Cleanup (CommandState state) |
plStatus | AddSubCommand (plCommand &command) |
plDocument * | GetDocument () |
![]() | |
plString | m_sDescription |
bool | m_bUndoable = true |
bool | m_bModifiedDocument = true |
plHybridArray< plCommand *, 8 > | m_ChildActions |
plDocument * | m_pDocument = nullptr |
|
overrideprivatevirtual |
Implements plCommand.
|
overrideprivatevirtual |
Implements plCommand.
|
overrideprivatevirtual |
Implements plCommand.