![]() |
ezEngine
Release 25.03
|
Public Attributes | |
ezString | m_sDisplayString |
Friends | |
class | ezCommandHistory |
Additional Inherited Members | |
![]() | |
enum | CommandState { WasDone, WasUndone } |
![]() | |
bool | IsUndoable () const |
bool | HasChildActions () const |
bool | HasModifiedDocument () const |
![]() | |
virtual const ezRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const ezRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T > | |
EZ_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
![]() | |
static const ezRTTI * | GetStaticRTTI () |
![]() | |
ezStatus | Do (bool bRedo) |
ezStatus | Undo (bool bFireEvents) |
void | Cleanup (CommandState state) |
ezStatus | AddSubCommand (ezCommand &command) |
ezDocument * | GetDocument () |
![]() | |
ezString | m_sDescription |
bool | m_bUndoable = true |
bool | m_bModifiedDocument = true |
ezHybridArray< ezCommand *, 8 > | m_ChildActions |
ezDocument * | m_pDocument = nullptr |