![]() |
Plasma Engine
2.0
|

Public Member Functions | |
| virtual plEditToolSupportedSpaces | GetSupportedSpaces () const override |
Public Member Functions inherited from plGameObjectGizmoEditTool | |
| void | TransformationGizmoEventHandler (const plGizmoEvent &e) |
Public Member Functions inherited from plGameObjectEditTool | |
| void | ConfigureTool (plGameObjectDocument *pDocument, plQtGameObjectDocumentWindow *pWindow, plGameObjectGizmoInterface *pInterface) |
| plGameObjectDocument * | GetDocument () const |
| plQtGameObjectDocumentWindow * | GetWindow () const |
| plGameObjectGizmoInterface * | GetGizmoInterface () const |
| bool | IsActive () const |
| void | SetActive (bool bActive) |
| virtual plEditorInputContext * | GetEditorInputContextOverride () |
| virtual bool | GetSupportsMoveParentOnly () const |
| virtual void | GetGridSettings (plGridSettingsMsgToEngine &out_gridSettings) |
Public Member Functions inherited from plReflectedClass | |
| 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. | |
Protected Member Functions | |
| virtual void | OnConfigured () override |
| virtual void | ApplyGizmoVisibleState (bool visible) override |
| virtual void | ApplyGizmoTransformation (const plTransform &transform) override |
| virtual void | TransformationGizmoEventHandlerImpl (const plGizmoEvent &e) override |
| virtual void | OnActiveChanged (bool bIsActive) override |
Protected Member Functions inherited from plGameObjectGizmoEditTool | |
| void | UpdateGizmoSelectionList () |
| void | UpdateGizmoVisibleState () |
| void | UpdateGizmoTransformation () |
Additional Inherited Members | |
Static Public Member Functions inherited from plNoBase | |
| static const plRTTI * | GetStaticRTTI () |
Protected Attributes inherited from plGameObjectGizmoEditTool | |
| plDeque< plSelectedGameObject > | m_GizmoSelection |
| bool | m_bInGizmoInteraction = false |
| bool | m_bMergeTransactions = false |
|
overrideprotectedvirtual |
Implements plGameObjectGizmoEditTool.
|
overrideprotectedvirtual |
Implements plGameObjectGizmoEditTool.
|
inlineoverridevirtual |
Reimplemented from plGameObjectEditTool.
|
overrideprotectedvirtual |
Reimplemented from plGameObjectEditTool.
|
overrideprotectedvirtual |
Reimplemented from plGameObjectGizmoEditTool.
|
overrideprotectedvirtual |
Implements plGameObjectGizmoEditTool.