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

GUI2K4.AnimatedEditBox

Extends
moEditBox

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIMenuOption
            |   
            +-- XInterface.moEditBox
               |   
               +-- GUI2K4.AnimatedEditBox

Variables Summary
AnimatedEditBox
boolbUpdated
boolbUseValueForCaption
floatIncrement
Inherited Variables from XInterface.moEditBox
bMaskText, bReadOnly, MyEditBox
Inherited Variables from XInterface.GUIMenuOption
bAutoSizeCaption, bFlipped, bHeightFromComponent, bIgnoreChange, bSquare, bValueReadOnly, bVerticalLayout, Caption, CaptionWidth, ComponentClassName, ComponentJustification, ComponentWidth, LabelColor, LabelFont, LabelJustification, LabelStyleName, MyComponent, MyLabel

Functions Summary
function InternalOnActivate ()))
function InternalOnChange (GUIComponent Sender))
function InternalOnDeactivate ()))
functionbool InternalOnPreDraw (Canvas C ))
function SetText (string Str ))
function ShowEditBox ()))
function ShowLabel ()))
Inherited Functions from XInterface.moEditBox
FloatOnly, GetComponentValue, GetText, InitComponent, IntOnly, MaskText, ReadOnly, SetComponentValue, SetReadOnly, SetText
Inherited Functions from XInterface.GUIMenuOption
CenterMouse, GetComponentValue, InitComponent, InternalOnChange, InternalOnCreateComponent, MenuOptionClicked, ResetComponent, SetCaption, SetComponentValue, SetFriendlyLabel, SetHint, SetReadOnly


Variables Detail

AnimatedEditBox

bUpdated Source code

var(AnimatedEditBox) noexport editconst protected bool bUpdated;

bUseValueForCaption Source code

var(AnimatedEditBox) bool bUseValueForCaption;

Increment Source code

var(AnimatedEditBox) float Increment;


Functions Detail

InternalOnActivate Source code

function InternalOnActivate ( ) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )

InternalOnDeactivate Source code

function InternalOnDeactivate ( ) )

InternalOnPreDraw Source code

function bool InternalOnPreDraw ( Canvas C ) )

SetText Source code

function SetText ( string Str ) )

ShowEditBox Source code

function ShowEditBox ( ) )

ShowLabel Source code

function ShowLabel ( ) )


Defaultproperties

defaultproperties
{
	Increment=0.1
	bAutoSizeCaption=False
	CaptionWidth=1.0
	ComponentWidth=-1




	OnActivate=InternalOnActivate
	OnDeactivate=InternalOnDeactivate
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:57:59.132 - Created with UnCodeX