| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
Core.Object
|
+-- UWindow.UWindowBase
|
+-- UWindow.UWindowWindow
|
+-- UWindow.UWindowDialogControl
|
+-- UWindow.UWindowDynamicTextArea
|
+-- UWindow.UWindowHTMLTextArea
UBrowserHTMLArea, UBrowserServerWebHTMLArea, UWindowConsoleTextAreaControl
| Variables Summary | |
|---|---|
| Color | ALinkColor |
| Color | BGColor |
| bool | bReleased |
| bool | bShowBlink |
| float | LastBlinkTime |
| Color | LinkColor |
| Color | TextColor |
| 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 | ||
|---|---|---|
![]() | UWindowDynamicTextRow | AddText (string NewLine, optional color TxtCol )) |
![]() | BeforePaint (Canvas C, float X, float Y)) | |
![]() | float | CalcHTMLTextWidth (Canvas C, string Text, out HTMLStyle CurrentStyle)) |
![]() | Click (float X, float Y)) | |
![]() | float | DrawTextLine (Canvas C, UWindowDynamicTextRow L, float Y)) |
![]() | int | FirstMatching (int i, int j)) |
![]() | int | GetHexDigit (string D)) |
![]() | string | GetOption (string HTML, string Option)) |
![]() | string | GetTag (string HTML)) |
![]() | int | GetWrapPos (Canvas C, UWindowDynamicTextRow L, float MaxWidth)) |
![]() | HTMLUpdateStyle (string Input, out HTMLStyle CurrentStyle)) | |
![]() | LaunchUnrealURL (string URL)) | |
![]() | OverURL (string URL)) | |
![]() | Paint (Canvas C, float X, float Y)) | |
![]() | Color | ParseColor (string S)) |
![]() | ParseHTML (string Input, out string LeftText, out string HTML, out string RightText)) | |
![]() | ProcessInlineHTML (string HTML, out HTMLStyle CurrentStyle)) | |
![]() | ProcessURL (string URL)) | |
![]() | int | ReadStyleText (string StyleString, out int StylePos, out HTMLStyle CurrentStyle)) |
![]() | RemoveNextWord (out string Text, out string NextWord)) | |
![]() | RemoveWrap (UWindowDynamicTextRow L)) | |
![]() | SetCanvasStyle (Canvas C, HTMLStyle CurrentStyle)) | |
![]() | SetHTML (string HTML)) | |
![]() | UWindowDynamicTextRow | SplitRowAt (UWindowDynamicTextRow L, int SplitPos)) |
![]() | TextAreaClipText (Canvas C, float DrawX, float DrawY, coerce string Text, optional bool bCheckHotkey, optional color Col )) | |
![]() | TextAreaTextSize (Canvas C, string Text, out float W, out float H)) | |
![]() | WrapRow (Canvas C, UWindowDynamicTextRow L)) | |
![]() | string | WriteStyleText (HTMLStyle CurrentStyle, int CharCount)) |
| 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 |
|---|
| Functions Detail |
|---|
AddText Source code
BeforePaint Source code
CalcHTMLTextWidth Source code
Click Source code
DrawTextLine Source code
FirstMatching Source code
GetHexDigit Source code
GetOption Source code
GetTag Source code
GetWrapPos Source code
HTMLUpdateStyle Source code
LaunchUnrealURL Source code
OverURL Source code
Paint Source code
ParseColor Source code
ParseHTML Source code
ProcessInlineHTML Source code
ProcessURL Source code
ReadStyleText Source code
RemoveNextWord Source code
RemoveWrap Source code
SetCanvasStyle Source code
SetHTML Source code
SplitRowAt Source code
TextAreaClipText Source code
TextAreaTextSize Source code
WrapRow Source code
WriteStyleText Source code| Defaultproperties |
|---|
defaultproperties
{
TextColor=(R=255,G=255,B=255)
LinkColor=(B=255)
ALinkColor=(R=255)
bTopCentric=True
bAutoScrollbar=True
bVariableRowHeight=True
RowClass=Class'UWindow.UWindowHTMLTextRow'
bIgnoreLDoubleClick=True
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||