GuiInspectorTypeMenuBase
Engine/source/gui/editor/guiInspectorTypes.h
A base class for other inspector field types which wish to display a popup/dropdown menu.
Private Types
Parent
Public Functions
_populateMenu(GuiPopUpMenuCtrl * menu)
setValue(StringTableEntry newValue)
Sets the value of this GuiInspectorField (not the actual field) This means the EditCtrl unless overridden.
Detailed Description
A base class for other inspector field types which wish to display a popup/dropdown menu.
Private Types
typedef GuiInspectorField Parent
Public Functions
_populateMenu(GuiPopUpMenuCtrl * menu)
Reimplemented by: GuiInspectorTypeEnum, GuiInspectorTypeCubemapName, GuiInspectorTypeGuiProfile, GuiInspectorTypeSFXParameterName, GuiInspectorTypeSFXStateName, GuiInspectorTypeSFXSourceName, GuiInspectorDatablockField
constructEditControl()
Reimplemented from: GuiInspectorField
DECLARE_CONOBJECT(GuiInspectorTypeMenuBase )
setValue(StringTableEntry newValue)
Reimplemented from: GuiInspectorField