| 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.GUIFloatEdit
| Variables Summary | |
|---|---|
| GUIEditBox | MyEditBox |
| GUISpinnerButton | MySpinner |
| GUIFloatEdit | |
| bool | bLeftJustified |
| bool | bReadOnly |
| float | MaxValue |
| float | MinValue |
| float | 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 (float 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
{
OnDeactivate=ValidateValue
Begin Object Class=GUIEditBox Name=cMyEditBox
bNeverScale=True
TextStr=""
bFloatOnly=true
End Object
Begin Object Class=GUISpinnerButton Name=cMySpinner
bTabStop=false
bNeverScale=True
End Object
Begin object Class=GUIToolTip Name=GUIFloatEditToolTip
End Object
ToolTip=GUIFloatEditToolTip
MyEditBox=cMyEditBox
MySpinner=cMySpinner
Value="0.0"
Step=0.1
MinValue=-9999
MaxValue=9999
bAcceptsInput=true
bLeftJustified=false
WinHeight=0.06
PropagateVisibility=true
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||