GUI.GUITimeDisplay
- Extends
- GUINumericEdit
- Modifiers
- HideCategories ( Menu , Object ) Native
Core.Object
|
+-- GUI.GUI
|
+-- GUI.GUIComponent
|
+-- GUI.GUIMultiComponent
|
+-- GUI.GUINumericEdit
|
+-- GUI.GUITimeDisplay
Inherited Functions from GUI.GUINumericEdit |
CalcMaxLen, EditKeyEvent, EditOnChange, InitComponent, OnConstruct, SetHint, SetMaxValue, SetMinValue, SetValue, SpinnerMinusClick, SpinnerPlusClick |
Inherited Functions from GUI.GUIMultiComponent |
Activate, AddComponent, AppendComponent, BringBackward, BringForward, BringToBack, BringToFront, CreateControl, DeActivate, DisableComponent, EnableComponent, FindCenterPoint, FindComponent, FindComponentIndex, FindControlIndex, FindDist, Free, Hide, InitComponent, InitializeControls, InsertComponent, InternalBringBackward, InternalBringForward, LogControls, MapControls, OnConstruct, RemapComponents, RemoveComponent, RemoveControl, ReorderComponents, ReweightComponents, SaveLayout, SetRadioGroup, Show, SwapControlIndicies, TabControl, TestControls |
DEBUG
var(DEBUG) private bool bLooping;
var(DEBUG) private bool bRunning;
var(DEBUG) private int ElapsedTime;
var(DEBUG) private int StartTime;
GUITimeDisplay
delegate OnTimeExpired ( )
function int GetElapsedTime ( ) )
function int GetStartTime ( ) )
function bool IsRunning ( ) )
function SetTime (
int time ) )
event Show ( ) )
function StartTimer ( optional
int time, optional
bool loop, optional
bool reset ) )
function StopTimer ( ) )
private function TimerExpired ( ) )
defaultproperties
{
Value=0
bAcceptsInput=false
bDisplayAsTime=true
bReadOnly=true
MinValue=0
Step=1
} |
Creation time: st 23.5.2018 00:10:30.496 - Created with
UnCodeX