Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

GUI.moNumericEdit

Extends
GUIMenuOption

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIMenuOption
            |   
            +-- GUI.moNumericEdit

Variables Summary
intMaxValue
intMinValue
GUINumericEditMyNumericEdit
Inherited Variables from GUI.GUIMenuOption
bFlipped, bHeightFromComponent, bSquare, bVerticalLayout, Caption, CaptionWidth, ComponentClassName, ComponentJustification, ComponentWidth, LabelJustification, LabelStyle, MyComponent, MyLabel
Inherited Variables from GUI.GUIMultiComponent
Components, Controls, ControlSpecs, PropagateActivity, PropagateState, PropagateVisibility

Functions Summary
functionint GetValue ()))
function InitComponent (GUIComponent MyOwner))
function InternalOnChange (GUIComponent Sender))
function SetValue (int V))
Inherited Functions from GUI.GUIMenuOption
InitComponent, InternalOnChange, OnConstruct
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


Variables Detail

MaxValue Source code

var int MaxValue;

MinValue Source code

var int MinValue;

MyNumericEdit Source code

var GUINumericEdit MyNumericEdit;


Functions Detail

GetValue Source code

function int GetValue ( ) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )

SetValue Source code

function SetValue ( int V) )


Defaultproperties

defaultproperties
{
	ComponentClassName="GUI.GUINumericEdit"
	OnClickSound=CS_Click
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:32.671 - Created with UnCodeX