GuiInspectorTypeBitMask32
Engine/source/gui/editor/guiInspectorTypes.h
Private Types
Parent
Protected Attributes
Public Functions
childResized(GuiControl * child)
Called when a child control of the object is resized.
getValue()
Get the currently value of this control (not the actual field)
bool
onAdd()
Called when this object is added to the scene.
bool
setValue(StringTableEntry newValue)
Sets the value of this GuiInspectorField (not the actual field) This means the EditCtrl unless overridden.
Update the inspected field to match the value of this control.
bool
Public Static Functions
Detailed Description
Private Types
typedef GuiInspectorField Parent
Protected Attributes
GuiDynamicCtrlArrayControl * mArrayCtrl
Vector< GuiInspectorField * > mChildren
GuiInspectorTypeBitMask32Helper * mHelper
GuiRolloutCtrl * mRollout
Public Functions
GuiInspectorTypeBitMask32()
~GuiInspectorTypeBitMask32()
childResized(GuiControl * child)
Reimplemented from: GuiControl
DECLARE_CONOBJECT(GuiInspectorTypeBitMask32 )
getValue()
Reimplemented from: GuiInspectorField
onAdd()
Reimplemented from: GuiInspectorField
resize(const Point2I & newPosition, const Point2I & newExtent)
Reimplemented from: GuiInspectorField
setValue(StringTableEntry newValue)
Reimplemented from: GuiInspectorField
updateData()
Reimplemented from: GuiInspectorField
updateRects()
Reimplemented from: GuiInspectorField