Plasma Engine  2.0
Loading...
Searching...
No Matches
plGameObjectGizmoEditTool Class Referenceabstract
Inheritance diagram for plGameObjectGizmoEditTool:

Public Member Functions

void TransformationGizmoEventHandler (const plGizmoEvent &e)
 
- Public Member Functions inherited from plGameObjectEditTool
void ConfigureTool (plGameObjectDocument *pDocument, plQtGameObjectDocumentWindow *pWindow, plGameObjectGizmoInterface *pInterface)
 
plGameObjectDocumentGetDocument () const
 
plQtGameObjectDocumentWindowGetWindow () const
 
plGameObjectGizmoInterfaceGetGizmoInterface () const
 
bool IsActive () const
 
void SetActive (bool bActive)
 
virtual plEditorInputContextGetEditorInputContextOverride ()
 
virtual plEditToolSupportedSpaces GetSupportedSpaces () const
 
virtual bool GetSupportsMoveParentOnly () const
 
virtual void GetGridSettings (plGridSettingsMsgToEngine &out_gridSettings)
 
- Public Member Functions inherited from plReflectedClass
virtual const plRTTIGetDynamicRTTI () 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
 
void UpdateGizmoSelectionList ()
 
void UpdateGizmoVisibleState ()
 
virtual void ApplyGizmoVisibleState (bool visible)=0
 
void UpdateGizmoTransformation ()
 
virtual void ApplyGizmoTransformation (const plTransform &transform)=0
 
virtual void TransformationGizmoEventHandlerImpl (const plGizmoEvent &e)=0
 
- Protected Member Functions inherited from plGameObjectEditTool
virtual void OnActiveChanged (bool bIsActive)
 

Protected Attributes

plDeque< plSelectedGameObjectm_GizmoSelection
 
bool m_bInGizmoInteraction = false
 
bool m_bMergeTransactions = false
 

Additional Inherited Members

- Static Public Member Functions inherited from plNoBase
static const plRTTIGetStaticRTTI ()
 

Member Function Documentation

◆ OnConfigured()

void plGameObjectGizmoEditTool::OnConfigured ( )
overrideprotectedvirtual

Implements plGameObjectEditTool.

◆ UpdateGizmoTransformation()

void plGameObjectGizmoEditTool::UpdateGizmoTransformation ( )
protected
Todo
Pivot point

The documentation for this class was generated from the following files: