Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Interactions | +-- Engine.Interaction | +-- UWindow.UWindowBase | +-- UWindow.UWindowWindow | +-- UWindow.UWindowDialogControl | +-- UWindow.UWindowDynamicTextArea
UWindowConsoleTextAreaControl, UWindowHTMLTextArea, UWindowURLTextArea
Constants Summary |
---|
Inherited Contants from UWindow.UWindowWindow |
---|
DE_Change, DE_Click, DE_Created, DE_DoubleClick, DE_Enter, DE_EnterPressed, DE_Exit, DE_HelpChanged, DE_LMouseDown, DE_MClick, DE_MouseEnter, DE_MouseLeave, DE_MouseMove, DE_RClick, DE_WheelDownPressed, DE_WheelUpPressed |
Variables Summary | |
---|---|
Font | AbsoluteFont |
bool | bAutoScrollbar |
bool | bDirty |
bool | bHCenter |
bool | bScrollOnResize |
bool | bTopCentric |
bool | bVariableRowHeight |
bool | bVCenter |
int | Count |
float | DefaultTextHeight |
int | Font |
UWindowDynamicTextRow | List |
int | MaxLines |
float | OldH |
float | OldW |
class<UWindowDynamicTextRow> | RowClass |
color | TextColor |
UWindowVScrollBar | VertSB |
int | VisibleRows |
float | WrapWidth |
Inherited Variables from UWindow.UWindowDialogControl |
---|
Align, bAcceptExternalDragDrop, bHasKeyboardFocus, bNoKeyboard, Font, HelpText, MinHeight, MinWidth, NotifyWindow, TabNext, TabPrev, Text, TextColor, TextX, TextY |
Enumerations Summary |
---|
Inherited Enumerations from UWindow.UWindowWindow |
---|
WinMessage |
Structures Summary |
---|
Inherited Structures from UWindow.UWindowWindow |
---|
MouseCursor |
Functions Summary | ||
---|---|---|
UWindowDynamicTextRow | AddText (string NewLine)) | |
BeforePaint (Canvas C, float X, float Y )) | ||
UWindowDynamicTextRow | CheckMaxRows ())) | |
Clear ())) | ||
Created ())) | ||
float | DrawTextLine (Canvas C, UWindowDynamicTextRow L, float Y)) | |
int | GetWrapPos (Canvas C, UWindowDynamicTextRow L, float MaxWidth)) | |
Paint (Canvas C, float MouseX, float MouseY )) | ||
RemoveNextWord (out string Text, out string NextWord)) | ||
RemoveWrap (UWindowDynamicTextRow L)) | ||
SetAbsoluteFont (Font F)) | ||
SetFont (int F)) | ||
SetTextColor (Color C)) | ||
UWindowDynamicTextRow | SplitRowAt (UWindowDynamicTextRow L, int SplitPos)) | |
TextAreaClipText (Canvas C, float DrawX, float DrawY, coerce string S, optional bool bCheckHotkey)) | ||
TextAreaTextSize (Canvas C, string Text, out float W, out float H)) | ||
WordWrap (Canvas C, bool bForce)) | ||
WrapRow (Canvas C, UWindowDynamicTextRow L)) |
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 |
---|
Defaultproperties |
---|
defaultproperties { Font=0 WrapWidth=0 bNoKeyboard=True bScrollOnResize=True MaxLines=0 TextColor=(R=255,G=255,B=255,A=255); bVCenter=False bHCenter=False bAutoScrollbar=False bVariableRowHeight=False RowClass=class'UWindowDynamicTextRow' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |