![]() |
XII Release 0.1.0
|
Public Member Functions | |
virtual xiiEditToolSupportedSpaces | GetSupportedSpaces () const override |
![]() | |
void | TransformationGizmoEventHandler (const xiiGizmoEvent &e) |
![]() | |
void | ConfigureTool (xiiGameObjectDocument *pDocument, xiiQtGameObjectDocumentWindow *pWindow, xiiGameObjectGizmoInterface *pInterface) |
xiiGameObjectDocument * | GetDocument () const |
xiiQtGameObjectDocumentWindow * | GetWindow () const |
xiiGameObjectGizmoInterface * | GetGizmoInterface () const |
bool | IsActive () const |
void | SetActive (bool bActive) |
virtual xiiEditorInputContext * | GetEditorInputContextOverride () |
virtual bool | GetSupportsMoveParentOnly () const |
virtual void | GetGridSettings (xiiGridSettingsMsgToEngine &out_gridSettings) |
![]() | |
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. | |
Protected Member Functions | |
virtual void | OnConfigured () override |
virtual void | ApplyGizmoVisibleState (bool visible) override |
virtual void | ApplyGizmoTransformation (const xiiTransform &transform) override |
virtual void | TransformationGizmoEventHandlerImpl (const xiiGizmoEvent &e) override |
virtual void | OnActiveChanged (bool bIsActive) override |
![]() | |
void | UpdateGizmoSelectionList () |
void | UpdateGizmoVisibleState () |
void | UpdateGizmoTransformation () |
Additional Inherited Members | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |
![]() | |
xiiDeque< xiiSelectedGameObject > | m_GizmoSelection |
bool | m_bInGizmoInteraction = false |
bool | m_bMergeTransactions = false |
|
overrideprotectedvirtual |
Implements xiiGameObjectGizmoEditTool.
|
overrideprotectedvirtual |
Implements xiiGameObjectGizmoEditTool.
|
inlineoverridevirtual |
Reimplemented from xiiGameObjectEditTool.
|
overrideprotectedvirtual |
Reimplemented from xiiGameObjectEditTool.
|
overrideprotectedvirtual |
Reimplemented from xiiGameObjectGizmoEditTool.
|
overrideprotectedvirtual |
Implements xiiGameObjectGizmoEditTool.