| 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 |
|---|
CalcMaxLen Source code
CheckValue Source code
EditKeyEvent Source code
EditOnChange Source code
InitComponent Source code
SetFriendlyLabel Source code
SetHint Source code
SetReadOnly Source code
SetValue Source code
SpinnerMinusClick Source code
SpinnerPlusClick Source code
ValidateValue Source code| Defaultproperties |
|---|
defaultproperties { Begin Object Class=GUIEditBox Name=cMyEditBox bIntOnly=Wahr bNeverScale=Wahr 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=Falsch bNeverScale=Wahr OnClick=cMySpinner.InternalOnClick OnKeyEvent=cMySpinner.InternalOnKeyEvent End Object MySpinner=GUISpinnerButton'XInterface.GUINumericEdit.cMySpinner' Value="0" MinValue=-9999 MaxValue=9999 Step=1 PropagateVisibility=Wahr WinHeight=0.060000 bAcceptsInput=Wahr 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 | |||||