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

XInterface.GUIFormatNumEdit

Extends
GUINumericEdit

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUINumericEdit
            |   
            +-- XInterface.GUIFormatNumEdit

Variables Summary
boolbUnformated
Inherited Variables from XInterface.GUINumericEdit
bLeftJustified, bReadOnly, MaxValue, MinValue, MyEditBox, MySpinner, Step, Value
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Delegates Summary
delegatestring FormatValue (int NewValue)
Inherited Delegates from XInterface.GUIMultiComponent
HandleContextMenuClose, HandleContextMenuOpen, NotifyContextSelect, OnCreateComponent

Functions Summary
function CalcMaxLen ()
function EditOnChange (GUIComponent Sender)
function FormatToValue ()
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function SetValue (int V)
functionbool SpinnerMinusClick (GUIComponent Sender)
functionbool SpinnerPlusClick (GUIComponent Sender)
function ValidateValue ()
function ValueToFormat ()
Inherited Functions from XInterface.GUINumericEdit
CalcMaxLen, CheckValue, EditKeyEvent, EditOnChange, InitComponent, SetFriendlyLabel, SetHint, SetReadOnly, SetValue, SpinnerMinusClick, SpinnerPlusClick, ValidateValue
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

bUnformated Source code

var protected bool bUnformated;


Delegates Detail

FormatValue Source code

delegate string FormatValue ( int NewValue )


Functions Detail

CalcMaxLen Source code

function CalcMaxLen ( )

EditOnChange Source code

function EditOnChange ( GUIComponent Sender )

FormatToValue Source code

function FormatToValue ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

SetValue Source code

function SetValue ( int V )

SpinnerMinusClick Source code

function bool SpinnerMinusClick ( GUIComponent Sender )

SpinnerPlusClick Source code

function bool SpinnerPlusClick ( GUIComponent Sender )

ValidateValue Source code

function ValidateValue ( )

ValueToFormat Source code

function ValueToFormat ( )


Defaultproperties

defaultproperties
{
}

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