![]() |
XII Release 0.1.0
|
Public Member Functions | |
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 xiiEditToolSupportedSpaces | GetSupportedSpaces () const |
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 ()=0 |
virtual void | OnActiveChanged (bool bIsActive) |
Additional Inherited Members | |
![]() | |
static const xiiRTTI * | GetStaticRTTI () |