| 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
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, optional color TextCol )) |
![]() | 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, optional color OverrideCol)) | |
![]() | 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 |
|---|
AddText Source code
BeforePaint Source code
CheckMaxRows Source code
Clear Source code
Created Source code
DrawTextLine Source code
GetWrapPos Source code
Paint Source code
RemoveNextWord Source code
RemoveWrap Source code
SetAbsoluteFont Source code
SetFont Source code
SetTextColor Source code
SplitRowAt Source code
TextAreaClipText Source code
TextAreaTextSize Source code
WordWrap Source code
WrapRow Source code| Defaultproperties |
|---|
defaultproperties
{
bScrollOnResize=True
TextColor=(R=255,G=255,B=255)
RowClass=Class'UWindow.UWindowDynamicTextRow'
bNoKeyboard=True
}
|
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||