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

UTMenu.UTFadeTextArea

Extends
UWindowWrappedTextArea

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowDialogControl
         |   
         +-- UWindow.UWindowTextAreaControl
            |   
            +-- UWindow.UWindowWrappedTextArea
               |   
               +-- UTMenu.UTFadeTextArea

Variables Summary
boolbAutoScrolling
boolbMousePassThrough
boolbNowAutoScrolling
intCurrentPendingString
floatFadeFactor
intFadeLines
floatFadeTime[32]
fontMyFont
intNumLines
stringPendingString[20]
intPrintLines
intScrollingOffset
Inherited Variables from UWindow.UWindowTextAreaControl
AbsoluteFont, bCursor, bScrollable, bScrollOnResize, bShowCaret, BufSize, Font, Head, LastDrawTime, Lines, Prompt, Tail, TextArea[750], VertSB, VisibleRows

Functions Summary
function AddString (Canvas C, int Index))
function AddText (string S))
function BeforePaint (Canvas C, float X, float Y))
functionbool CheckMousePassThrough (float X, float Y))
function Clear ()))
function Created ()))
functionbool LocalWrappedClipText (Canvas C, float X, float Y, int I, coerce string S, optional bool bCheckHotkey, optional bool bInitFadeTime))
function Paint (Canvas C, float X, float Y ))
function Tick (float Delta))
Inherited Functions from UWindow.UWindowWrappedTextArea
Paint
Inherited Functions from UWindow.UWindowTextAreaControl
AddText, BeforePaint, Clear, Created, Paint, Resized, SetAbsoluteFont, SetPrompt, SetScrollable


Variables Detail

bAutoScrolling Source code

var bool bAutoScrolling;

bMousePassThrough Source code

var bool bMousePassThrough;

bNowAutoScrolling Source code

var bool bNowAutoScrolling;

CurrentPendingString Source code

var int CurrentPendingString;

FadeFactor Source code

var float FadeFactor;

FadeLines Source code

var int FadeLines;

FadeTime[32] Source code

var float FadeTime[32];

MyFont Source code

var font MyFont;

NumLines Source code

var int NumLines;

PendingString[20] Source code

var string PendingString[20];

PrintLines Source code

var int PrintLines;

ScrollingOffset Source code

var int ScrollingOffset;


Functions Detail

AddString Source code

function AddString ( Canvas C, int Index) )

AddText Source code

function AddText ( string S) )

BeforePaint Source code

function BeforePaint ( Canvas C, float X, float Y) )

CheckMousePassThrough Source code

function bool CheckMousePassThrough ( float X, float Y) )

Clear Source code

function Clear ( ) )

Created Source code

function Created ( ) )

LocalWrappedClipText Source code

function bool LocalWrappedClipText ( Canvas C, float X, float Y, int I, coerce string S, optional bool bCheckHotkey, optional bool bInitFadeTime) )

Paint Source code

function Paint ( Canvas C, float X, float Y ) )

Tick Source code

function Tick ( float Delta) )


Defaultproperties

defaultproperties
{
     FadeTime(0)=-1.000000
     FadeFactor=2.000000
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:19.812 - Created with UnCodeX