GuiInspectorMountingGroup
Engine/source/gui/editor/inspector/mountingGroup.h
Private Types
Parent
Private Attributes
Public Functions
GuiInspectorMountingGroup(StringTableEntry groupName, SimObjectPtr< GuiInspector > parent)
findObjectComponentField(Component * target, String fieldName)
bool
onMouseMove(const GuiEvent & event)
bool
Protected Functions
bool
buildList(Entity * ent, GuiPopUpMenuCtrl * menu)
bool
Detailed Description
Private Types
typedef GuiInspectorGroup Parent
Private Attributes
GuiControl * filePath
GuiPopUpMenuCtrlEx * mAddBhvrList
GuiControl * mAddCtrl
GuiButtonCtrl * mBrowseButton
GuiControl * mountCtrl
GuiPopUpMenuCtrl * mountNode
GuiInspectorNodeListField * mountNodeList
GuiTextCtrl * mountText
SimObjectPtr< GuiInspector > mParentInspector
GuiButtonCtrl * overwriteFile
GuiTextCtrl * persistText
GuiButtonCtrl * reloadFile
GuiButtonCtrl * saveFile
GuiControl * targetMountCtrl
GuiPopUpMenuCtrl * targetMountNode
GuiInspectorNodeListField * targetMountNodeList
GuiTextCtrl * targetMountText
Public Functions
GuiInspectorMountingGroup()
GuiInspectorMountingGroup(StringTableEntry groupName, SimObjectPtr< GuiInspector > parent)
addDynamicField()
clearFields()
DECLARE_CONOBJECT(GuiInspectorMountingGroup )
findDynamicFieldInDictionary(StringTableEntry fieldName)
findObjectComponentField(Component * target, String fieldName)
inspectGroup()
Reimplemented from: GuiInspectorGroup
onMouseMove(const GuiEvent & event)
Reimplemented from: GuiControl
resize(const Point2I & newPosition, const Point2I & newExtent)
Reimplemented from: GuiRolloutCtrl
updateAllFields()
Reimplemented from: GuiInspectorGroup
Protected Functions
buildList(Entity * ent, GuiPopUpMenuCtrl * menu)
buildMenuCtrl()
createContent()
Reimplemented from: GuiInspectorGroup
