EditorTool
Engine/source/gui/worldEditor/tools/editorTool.h
Private Types
Parent
Protected Attributes
bool
bool
bool
bool
bool
bool
bool
bool
bool
bool
Public Functions
bool
onAdd()
Called when the object is added to the sim.
bool
bool
bool
bool
bool
bool
bool
bool
bool
bool
bool
Detailed Description
Private Types
typedef SimObject Parent
Protected Attributes
bool mUseKeyInput
bool mUseMiddleMouseDown
bool mUseMiddleMouseMove
bool mUseMiddleMouseUp
bool mUseMouseDown
bool mUseMouseMove
bool mUseMouseUp
bool mUseRightMouseDown
bool mUseRightMouseMove
bool mUseRightMouseUp
WorldEditor * mWorldEditor
Public Functions
EditorTool()
~EditorTool()
DECLARE_CONOBJECT(EditorTool )
onActivated(WorldEditor * )
onAdd()
Reimplemented from: SimObject
onDeactivated()
onInputEvent(const InputEventInfo & )
onMiddleMouseDown(const Gui3DMouseEvent & )
onMiddleMouseDragged(const Gui3DMouseEvent & )
onMiddleMouseUp(const Gui3DMouseEvent & )
onMouseDown(const Gui3DMouseEvent & )
onMouseDragged(const Gui3DMouseEvent & )
onMouseMove(const Gui3DMouseEvent & )
onMouseUp(const Gui3DMouseEvent & )
onRemove()
Reimplemented from: SimObject
onRightMouseDown(const Gui3DMouseEvent & )
onRightMouseDragged(const Gui3DMouseEvent & )
onRightMouseUp(const Gui3DMouseEvent & )
render()