![]() |
XII Release 0.1.0
|
Public Attributes | |
xiiString | m_sGraphTextFormat |
xiiString | m_sParentNodes |
xiiUInt32 | m_uiNumberOfCopies |
A stringyfied map in format "uuidObj1=uuidParent1;..." that defines the previous parents of all top level objects. | |
xiiVec3 | m_vAccumulativeTranslation |
if set to 0 (the default), all the 'advanced' duplication code is skipped and only a single straight copy is made | |
xiiVec3 | m_vAccumulativeRotation |
xiiVec3 | m_vRandomRotation |
xiiVec3 | m_vRandomTranslation |
bool | m_bGroupDuplicates |
xiiInt8 | m_iRevolveAxis |
0 = disabled, 1 = x, 2 = y, 3 = z | |
float | m_fRevolveRadius |
xiiAngle | m_RevolveStartAngle |
xiiAngle | m_RevolveAngleStep |
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.
|
overrideprivatevirtual |
Implements xiiCommand.