![]() |
XII Release 0.1.0
|
Public Attributes | |
xiiUuid | m_Parent |
xiiInt32 | m_Index = -1 |
xiiUuid | m_CreateFromPrefab |
xiiUuid | m_RemapGuid |
xiiString | m_sBasePrefabGraph |
xiiString | m_sObjectGraph |
xiiUuid | m_CreatedRootObject |
bool | m_bAllowPickedPosition |
Additional Inherited Members | |
![]() | |
enum class | CommandState { WasDone , WasUndone } |
![]() | |
bool | IsUndoable () const |
bool | HasChildActions () const |
bool | HasModifiedDocument () const |
![]() | |
virtual const xiiRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const xiiRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T> | |
XII_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |
![]() | |
xiiStatus | Do (bool bRedo) |
xiiStatus | Undo (bool bFireEvents) |
void | Cleanup (CommandState state) |
xiiStatus | AddSubCommand (xiiCommand &command) |
xiiDocument * | GetDocument () |
![]() | |
xiiString | m_sDescription |
bool | m_bUndoable = true |
bool | m_bModifiedDocument = true |
xiiHybridArray< xiiCommand *, 8 > | m_ChildActions |
xiiDocument * | m_pDocument = nullptr |
|
overrideprivatevirtual |
Implements xiiCommand.
|
overrideprivatevirtual |
Implements xiiCommand.
|
inlineoverrideprivatevirtual |
Reimplemented from xiiCommand.
|
overrideprivatevirtual |
Implements xiiCommand.