Mostly Harmless

UE1:UWindowHTMLTextArea (RTNP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Package: 
UWindow
This class in other games:
UT

null

Properties

ALinkColor

Type: Object.Color


Default value:

Member Value
R 255

BGColor

Type: Object.Color


bReleased

Type: bool


bShowBlink

Type: bool


LastBlinkTime

Type: float


LinkColor

Type: Object.Color


Default value:

Member Value
B 255

TextColor

Type: Object.Color


Default value:

Member Value
B 255
G 255
R 255

Default values

Property Value
bAutoScrollbar True
bIgnoreLDoubleClick True
bTopCentric True
bVariableRowHeight True
RowClass Class'UWindow.UWindowHTMLTextRow'

Instance functions

AddText

function UWindowDynamicTextRow AddText (string NewLine)

Overrides: UWindowDynamicTextArea.AddText


BeforePaint

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

Overrides: UWindowDynamicTextArea.BeforePaint


CalcHTMLTextWidth

function float CalcHTMLTextWidth (Canvas C, string Text, out UWindowBase.HTMLStyle CurrentStyle)


Click

function Click (float X, float Y)

Overrides: UWindowWindow.Click


DrawTextLine

function float DrawTextLine (Canvas C, UWindowDynamicTextRow L, float Y)

Overrides: UWindowDynamicTextArea.DrawTextLine


FirstMatching

function int FirstMatching (int i, int j)


GetHexDigit

function int GetHexDigit (string D)


GetOption

function string GetOption (string HTML, string Option)


GetTag

function string GetTag (string HTML)


GetWrapPos

function int GetWrapPos (Canvas C, UWindowDynamicTextRow L, float MaxWidth)

Overrides: UWindowDynamicTextArea.GetWrapPos


HTMLUpdateStyle

function HTMLUpdateStyle (string Input, out UWindowBase.HTMLStyle CurrentStyle)


LaunchUnrealURL

function LaunchUnrealURL (string URL)


OverURL

function OverURL (string URL)


Paint

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

Overrides: UWindowDynamicTextArea.Paint


ParseColor

function Object.Color ParseColor (string S)


ParseHTML

function ParseHTML (string Input, out string LeftText, out string HTML, out string RightText)


ProcessInlineHTML

function ProcessInlineHTML (string HTML, out UWindowBase.HTMLStyle CurrentStyle)


ProcessURL

function ProcessURL (string URL)


ReadStyleText

function int ReadStyleText (string StyleString, out int StylePos, out UWindowBase.HTMLStyle CurrentStyle)


RemoveNextWord

function RemoveNextWord (out string Text, out string NextWord)

Overrides: UWindowDynamicTextArea.RemoveNextWord


RemoveWrap

function RemoveWrap (UWindowDynamicTextRow L)

Overrides: UWindowDynamicTextArea.RemoveWrap


SetCanvasStyle

function SetCanvasStyle (Canvas C, UWindowBase.HTMLStyle CurrentStyle)


SetHTML

function SetHTML (string HTML)


SplitRowAt

function UWindowDynamicTextRow SplitRowAt (UWindowDynamicTextRow L, int SplitPos)

Overrides: UWindowDynamicTextArea.SplitRowAt


TextAreaClipText

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

Overrides: UWindowDynamicTextArea.TextAreaClipText


TextAreaTextSize

function TextAreaTextSize (Canvas C, string Text, out float W, out float H)

Overrides: UWindowDynamicTextArea.TextAreaTextSize


WrapRow

function WrapRow (Canvas C, UWindowDynamicTextRow L)

Overrides: UWindowDynamicTextArea.WrapRow


WriteStyleText

function string WriteStyleText (UWindowBase.HTMLStyle CurrentStyle, int CharCount)