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

GUI.GUIScrollTextBox

Extends
GUIListBoxBase
Modifiers
HideCategories ( Menu , Object ) native

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

Variables Summary
GUIScrollTextBox
boolbNoTeletype
boolbRepeat
boolbStripColors
floatCharDelay
floatEOLDelay
floatInitialDelay
GUIScrollTextMyScrollText
floatRepeatDelay
eTextAlignTextAlign
Inherited Variables from GUI.GUIListBoxBase
bReadOnly, bVisibleWhenEmpty, MyActiveList, MyScrollBar
Inherited Variables from GUI.GUIMultiComponent
Components, Controls, ControlSpecs, PropagateActivity, PropagateState, PropagateVisibility

Functions Summary
function AddText (string NewText))
function InitComponent (GUIComponent MyOwner))
function InternalOnAdjustTop (GUIComponent Sender))
functionbool IsNumber (string Num))
function OnConstruct (GUIController MyController))
function Restart ()))
function SetContent (string NewContent, optional string sep))
function Stop ()))
functionstring StripColors (string MyString))
Inherited Functions from GUI.GUIListBoxBase
Clear, InitBaseList, InitComponent, Num, OnConstruct, SetActiveList, SetHint
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

GUIScrollTextBox

bNoTeletype Source code

var(GUIScrollTextBox) config bool bNoTeletype;
Dont do the teletyping effect at all

bRepeat Source code

var(GUIScrollTextBox) config bool bRepeat;
Should the sequence be repeated ?

bStripColors Source code

var(GUIScrollTextBox) config bool bStripColors;
Strip out IRC-style colour characters (^C)

CharDelay Source code

var(GUIScrollTextBox) config float CharDelay;
This is the delay between each char

EOLDelay Source code

var(GUIScrollTextBox) config float EOLDelay;
This is the delay to use when reaching end of line

InitialDelay Source code

var(GUIScrollTextBox) config float InitialDelay;
Initial delay after new content was set

MyScrollText Source code

var(GUIScrollTextBox) Editinline Editconst GUIScrollText MyScrollText;

RepeatDelay Source code

var(GUIScrollTextBox) config float RepeatDelay;
This is used after all the text has been displayed and bRepeat is true

TextAlign Source code

var(GUIScrollTextBox) config eTextAlign TextAlign;
How is text Aligned in the control


Functions Detail

AddText Source code

function AddText ( string NewText) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnAdjustTop Source code

function InternalOnAdjustTop ( GUIComponent Sender) )

IsNumber Source code

function bool IsNumber ( string Num) )

OnConstruct Source code

function OnConstruct ( GUIController MyController) )

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
{
	TextAlign=TXTA_Left
	InitialDelay=0.0
	CharDelay=0.025
	EOLDelay=0.15
	RepeatDelay=3.0
	bNoTeletype=true
}

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