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

UWindow.UWindowURLTextArea

Extends
UWindowDynamicTextArea

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowDialogControl
         |   
         +-- UWindow.UWindowDynamicTextArea
            |   
            +-- UWindow.UWindowURLTextArea

Direct Known Subclasses:

UBrowserIRCTextArea

Variables Summary
boolbReleased
Inherited Variables from UWindow.UWindowDynamicTextArea
AbsoluteFont, bAutoScrollbar, bDirty, bHCenter, bScrollOnResize, bTopCentric, bVariableRowHeight, bVCenter, Count, DefaultTextHeight, Font, List, MaxLines, OldH, OldW, RowClass, TextColor, VertSB, VisibleRows, WrapWidth
Inherited Variables from UWindow.UWindowDialogControl
Align, bAcceptExternalDragDrop, bHasKeyboardFocus, bNoKeyboard, Font, HelpText, MinHeight, MinWidth, NotifyWindow, TabNext, TabPrev, Text, TextColor, TextX, TextY

Functions Summary
function BeforePaint (Canvas C, float X, float Y))
function Click (float X, float Y))
function LaunchUnrealURL (string URL))
function Paint (Canvas C, float X, float Y))
function ProcessText (Canvas C, out string Text, out string NextBlock, out float W, out float H, out byte bLink))
function TextAreaClipText (Canvas C, float DrawX, float DrawY, coerce string S, optional bool bCheckHotkey))
Inherited Functions from UWindow.UWindowDynamicTextArea
AddText, BeforePaint, CheckMaxRows, Clear, Created, DrawTextLine, GetWrapPos, Paint, RemoveNextWord, RemoveWrap, SetAbsoluteFont, SetFont, SetTextColor, SplitRowAt, TextAreaClipText, TextAreaTextSize, WordWrap, WrapRow
Inherited Functions from UWindow.UWindowDialogControl
BeforePaint, CheckExternalDrag, Created, ExternalDragOver, KeyDown, KeyFocusEnter, KeyFocusExit, MouseEnter, MouseLeave, MouseMove, Notify, Register, SetFont, SetHelpText, SetText, SetTextColor


Variables Detail

bReleased Source code

var bool bReleased;


Functions Detail

BeforePaint Source code

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

Click Source code

function Click ( float X, float Y) )

LaunchUnrealURL Source code

function LaunchUnrealURL ( string URL) )

Paint Source code

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

ProcessText Source code

function ProcessText ( Canvas C, out string Text, out string NextBlock, out float W, out float H, out byte bLink) )

TextAreaClipText Source code

function TextAreaClipText ( Canvas C, float DrawX, float DrawY, coerce string S, optional bool bCheckHotkey) )


Defaultproperties

defaultproperties
{
     bIgnoreLDoubleClick=True
}

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