Torque3D Documentation / _generateds / afxGuiSubstitutionField

afxGuiSubstitutionField

Engine/source/afx/ui/afxGuiSubstitutionField.h

More...

Private Types

Protected Attributes

Public Functions

const char *
getData(U32 inspectObjectIndex)

Get value of the field we are inspecting.

bool

Called when this object is added to the scene.

setData(const char * data, bool callbacks)

Set value of the field we are inspecting.

setValue(const char * newValue)

Sets the value of this GuiInspectorField (not the actual field) This means the EditCtrl unless overridden.

Update this controls value to reflect that of the inspected field.

Protected Functions

Detailed Description

Private Types

typedef GuiInspectorField Parent 

Protected Attributes

String subs_string 

Public Functions

afxGuiSubstitutionField()

afxGuiSubstitutionField(GuiInspector * inspector, GuiInspectorGroup * parent, SimFieldDictionary::Entry * field)

~afxGuiSubstitutionField()

constructEditControl()

Reimplemented from: GuiInspectorField

DECLARE_CATEGORY("AFX" )

DECLARE_CONOBJECT(afxGuiSubstitutionField )

getData(U32 inspectObjectIndex)

Reimplemented from: GuiInspectorField

onAdd()

Reimplemented from: GuiInspectorField

setData(const char * data, bool callbacks)

Reimplemented from: GuiInspectorField

setToolTip(StringTableEntry data)

setValue(const char * newValue)

Reimplemented from: GuiInspectorField

updateValue()

Reimplemented from: GuiInspectorField

Protected Functions

_executeSelectedCallback()

Reimplemented from: GuiInspectorField