EditManager

Engine/source/gui/worldEditor/editor.h

More...

Private Types

Parent 

Public Attributes

Public Functions

DECLARE_CATEGORY("Gui Editor" )

Perform the onEditorDisabled callback on all SimObjects and set gEditingMission false.

Perform the onEditorEnabled callback on all SimObjects and set gEditingMission true.

bool

Called when this object is added to the scene.

Called when this object is asked to sleep.

bool

Called when this object is asked to wake up returns true if it's actually awake at the end.

Detailed Description

Private Types

typedef GuiControl Parent 

Public Attributes

MatrixF mBookmarks [10]

Public Functions

EditManager()

~EditManager()

DECLARE_CATEGORY("Gui Editor" )

DECLARE_CONOBJECT(EditManager )

editorDisabled()

Perform the onEditorDisabled callback on all SimObjects and set gEditingMission false.

editorEnabled()

Perform the onEditorEnabled callback on all SimObjects and set gEditingMission true.

onAdd()

Reimplemented from: GuiControl

onSleep()

Reimplemented from: GuiControl

onWake()

Reimplemented from: GuiControl