|
void | SetType (plStringView sType) |
|
plStringView | GetType () const |
|
Public Member Functions inherited from plCommand |
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.
|
|
|
const plRTTI * | m_pType = nullptr |
|
plUuid | m_Parent |
|
plString | m_sParentProperty |
|
plVariant | m_Index |
|
plUuid | m_NewObjectGuid |
| This is optional. If not filled out, a new guid is assigned automatically.
|
|
◆ CleanupInternal()
void plAddObjectCommand::CleanupInternal |
( |
CommandState | state | ) |
|
|
overrideprivatevirtual |
◆ DoInternal()
plStatus plAddObjectCommand::DoInternal |
( |
bool | bRedo | ) |
|
|
overrideprivatevirtual |
◆ HasReturnValues()
virtual bool plAddObjectCommand::HasReturnValues |
( |
| ) |
const |
|
inlineoverrideprivatevirtual |
◆ UndoInternal()
plStatus plAddObjectCommand::UndoInternal |
( |
bool | bFireEvents | ) |
|
|
overrideprivatevirtual |
The documentation for this class was generated from the following files:
- Code/Tools/Libs/ToolsFoundation/Command/TreeCommands.h
- Code/Tools/Libs/ToolsFoundation/Command/Implementation/TreeCommands.cpp