Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- XInterface.GUI | +-- XInterface.GUIComponent | +-- XInterface.GUIMultiComponent | +-- XInterface.GUINumericEdit
GUIFormatNumEdit
Variables Summary | |
---|---|
GUIEditBox | MyEditBox |
GUISpinnerButton | MySpinner |
GUINumericEdit | |
bool | bLeftJustified |
bool | bReadOnly |
int | MaxValue |
int | MinValue |
int | Step |
string | Value |
Inherited Variables from XInterface.GUIMultiComponent |
---|
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility |
Enumerations Summary |
---|
Inherited Enumerations from XInterface.GUIComponent |
---|
EClickSound, EParentScaleType |
Functions Summary | ||
---|---|---|
CalcMaxLen ())) | ||
CheckValue ())) | ||
bool | EditKeyEvent (out byte Key, out byte State, float delta)) | |
EditOnChange (GUIComponent Sender)) | ||
InitComponent (GUIController MyController, GUIComponent MyOwner)) | ||
SetFriendlyLabel (GUILabel NewLabel )) | ||
SetHint (string NewHint)) | ||
SetReadOnly (bool b)) | ||
SetValue (int V)) | ||
bool | SpinnerMinusClick (GUIComponent Sender)) | |
bool | SpinnerPlusClick (GUIComponent Sender)) | |
ValidateValue ())) |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { Begin Object Class=GUIEditBox Name=cMyEditBox bIntOnly=True bNeverScale=True OnActivate=cMyEditBox.InternalActivate OnDeActivate=cMyEditBox.InternalDeactivate OnKeyType=cMyEditBox.InternalOnKeyType OnKeyEvent=cMyEditBox.InternalOnKeyEvent End Object MyEditBox=GUIEditBox'XInterface.GUINumericEdit.cMyEditBox' Begin Object Class=GUISpinnerButton Name=cMySpinner bTabStop=False bNeverScale=True OnClick=cMySpinner.InternalOnClick OnKeyEvent=cMySpinner.InternalOnKeyEvent End Object MySpinner=GUISpinnerButton'XInterface.GUINumericEdit.cMySpinner' Value="0" MinValue=-9999 MaxValue=9999 Step=1 PropagateVisibility=True WinHeight=0.060000 bAcceptsInput=True Begin Object Class=GUIToolTip Name=GUINumericEditToolTip End Object ToolTip=GUIToolTip'XInterface.GUINumericEdit.GUINumericEditToolTip' OnDeActivate=GUINumericEdit.ValidateValue } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |