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

XInterface.moNumericEdit

Extends
GUIMenuOption

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

Direct Known Subclasses:

moFormatNumEdit

Variables Summary
Option
intMaxValue
intMinValue
GUINumericEditMyNumericEdit
intStep
Inherited Variables from XInterface.GUIMenuOption
bAutoSizeCaption, bFlipped, bHeightFromComponent, bIgnoreChange, bSquare, bValueReadOnly, bVerticalLayout, Caption, CaptionWidth, ComponentClassName, ComponentJustification, ComponentWidth, LabelColor, LabelFont, LabelJustification, LabelStyleName, MyComponent, MyLabel
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
functionstring GetComponentValue ()
functionint GetValue ()
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function SetComponentValue (coerce string NewValue, optional bool bNoChange)
function SetReadOnly (bool b)
function Setup (coerce int NewMin, coerce int NewMax, coerce int NewStep)
function SetValue (coerce int V)
Inherited Functions from XInterface.GUIMenuOption
CenterMouse, GetComponentValue, InitComponent, InternalOnChange, InternalOnCreateComponent, MenuOptionClicked, ResetComponent, SetCaption, SetComponentValue, SetFriendlyLabel, SetHint, SetReadOnly
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility


Variables Detail

Option

MaxValue Source code

var(Option) int MaxValue;

MinValue Source code

var(Option) int MinValue;

MyNumericEdit Source code

var(Option) editconst noexport GUINumericEdit MyNumericEdit;

Step Source code

var(Option) int Step;


Functions Detail

GetComponentValue Source code

function string GetComponentValue ( )

GetValue Source code

function int GetValue ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

SetComponentValue Source code

function SetComponentValue ( coerce string NewValue, optional bool bNoChange )

SetReadOnly Source code

function SetReadOnly ( bool b )

Setup Source code

function Setup ( coerce int NewMin, coerce int NewMax, coerce int NewStep )

SetValue Source code

function SetValue ( coerce int V )


Defaultproperties

defaultproperties
{
     MinValue=-9999
     MaxValue=9999
     Step=1
     ComponentClassName="XInterface.GUINumericEdit"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:06.343 - Created with UnCodeX