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

XInterface.GUIScrollTextBox

Extends
GUIListBoxBase
Modifiers
native

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIListBoxBase
            |   
            +-- XInterface.GUIScrollTextBox

Variables Summary
GUIScrollTextMyScrollText
GUIScrollText
boolbNoTeletype
boolbRepeat
boolbStripColors
floatCharDelay
floatEOLDelay
floatInitialDelay
floatRepeatDelay
stringSeparator
eTextAlignTextAlign
GUIScrollTextBox
stringCOMMA
stringESC
Inherited Variables from XInterface.GUIListBoxBase
bInitializeList, bSorted, bVisibleWhenEmpty, DefaultListClass, MyList, MyScrollBar, OutlineStyleName, SectionStyleName, SelectedStyleName
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility

Functions Summary
function AddText (string NewText)
event Created ()
function InitBaseList (GUIListBase LocalList)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function InternalOnAdjustTop (GUIComponent Sender)
function InternalOnCreateComponent (GUIComponent NewComp, GUIComponent Sender)
functionbool IsNumber (string Num)
function Restart ()
function SetContent (string NewContent, optional string sep)
function Stop ()
functionstring StripColors (string MyString)
Inherited Functions from XInterface.GUIListBoxBase
InitBaseList, InitComponent, InternalOnCreateComponent, SetFriendlyLabel, SetHint
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

MyScrollText Source code

var GUIScrollText MyScrollText;

GUIScrollText

bNoTeletype Source code

var(GUIScrollText) bool bNoTeletype;

bRepeat Source code

var(GUIScrollText) bool bRepeat;

bStripColors Source code

var(GUIScrollText) bool bStripColors;

CharDelay Source code

var(GUIScrollText) float CharDelay;

EOLDelay Source code

var(GUIScrollText) float EOLDelay;

InitialDelay Source code

var(GUIScrollText) float InitialDelay;

RepeatDelay Source code

var(GUIScrollText) float RepeatDelay;

Separator Source code

var(GUIScrollText) string Separator;

TextAlign Source code

var(GUIScrollText) eTextAlign TextAlign;

GUIScrollTextBox

COMMA Source code

var(GUIScrollTextBox) string COMMA;

ESC Source code

var(GUIScrollTextBox) string ESC;


Functions Detail

AddText Source code

function AddText ( string NewText )

Created Source code

event Created ( )

InitBaseList Source code

function InitBaseList ( GUIListBase LocalList )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnAdjustTop Source code

function InternalOnAdjustTop ( GUIComponent Sender )

InternalOnCreateComponent Source code

function InternalOnCreateComponent ( GUIComponent NewComp, GUIComponent Sender )

IsNumber Source code

function bool IsNumber ( string Num )

Restart Source code

function Restart ( )

SetContent Source code

function SetContent ( string NewContent, optional string sep )

Stop Source code

function Stop ( )

StripColors Source code

function string StripColors ( string MyString )


Defaultproperties

defaultproperties
{
     CharDelay=0.250000
     EOLDelay=0.750000
     RepeatDelay=3.000000
     Separator="|"
     DefaultListClass="XInterface.GUIScrollText"
     FontScale=FNS_Medium
}

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