Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- GUI.GUI | +-- GUI.GUIComponent | +-- GUI.GUIMultiComponent | +-- GUI.GUINumericEdit
GUITimeDisplay
Variables Summary | |
---|---|
GUIEditBox | MyEditBox |
GUISpinnerButton | MyMinus |
GUISpinnerButton | MyPlus |
GUINumericEdit | |
bool | bDisplayAsTime |
bool | bLeftJustified |
bool | bReadOnly |
int | MaxValue |
int | MinValue |
int | Step |
int | Value |
Inherited Variables from GUI.GUIMultiComponent |
---|
Components, Controls, ControlSpecs, PropagateActivity, PropagateState, PropagateVisibility |
Enumerations Summary |
---|
Inherited Enumerations from GUI.GUIComponent |
---|
EClickSound |
Structures Summary |
---|
Inherited Structures from GUI.GUIComponent |
---|
sDynamicPositionSpec, sTransitionSpec |
Functions Summary | ||
---|---|---|
CalcMaxLen ())) | ||
bool | EditKeyEvent (out byte Key, out byte State, float delta)) | |
EditOnChange (GUIComponent Sender)) | ||
InitComponent (GUIComponent MyOwner)) | ||
OnConstruct (GUIController MyController)) | ||
SetHint (string NewHint)) | ||
SetMaxValue (int inMax)) | ||
SetMinValue (int inMin)) | ||
SetValue (int V, optional bool bForceCallbacks)) | ||
SpinnerMinusClick (GUIComponent Sender)) | ||
SpinnerPlusClick (GUIComponent Sender)) |
Variables Detail |
---|
If true, will convert the display string to a time display (assumes time entered in seconds)
Is the text left justified
If true, will not allow the user to edit this box
Maximum value allowed
Minimum value allowed
Step to use for additive/subtractive increments
Value of this edit box
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { Value=0 Step=1 bAcceptsInput=true; bLeftJustified=false; WinHeight=0.06 PropagateVisibility=true MaxValue=9999 } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |