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

Extension.TextWindow

Extends
Window
Modifiers
native noexport

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TextWindow

Direct Known Subclasses:

ButtonWindow, ConCameraWindow, FadeTextWindow, LargeTextWindow, MenuUIHelpWindow, MenuUILabelWindow, PersonaGoalTextWindow, PersonaHeaderLargeTextWindow, PersonaHeaderTextWindow, PersonaNormalTextWindow, PersonaStatusLineWindow, PersonaTitleTextWindow, TextLogWindow

Variables Summary
boolbTextIsAccelerator
boolbWordWrap
EHAlignhAlign
floathMargin
intmaxLines
intminLines
floatminWidth
stringtext
EVAlignvAlign
floatvMargin
Inherited Variables from Extension.Window
acceleratorKey, att, background, backgroundStyle, bBeingDestroyed, bConfigured, bDrawRawBackground, bIsInitialized, bIsSelectable, bIsSensitive, bIsVisible, bLastHeightSpecified, bLastWidthSpecified, bNeedsQuery, bNeedsReconfigure, boldFont, bSmoothBackground, bSpecialText, bStretchBackground, bTextTranslucent, bTickEnabled, clientObject, colMajorIndex, defaultCursor, defaultCursorColor, defaultCursorShadow, defaultHotX, defaultHotY, firstChild, firstTimer, focusSound, freeTimer, gGc, hardcodedHeight, hardcodedWidth, height, hMargin0, hMargin1, holdHeight, holdWidth, holdX, holdY, invisibleSound, lastChild, lastQueryHeight, lastQueryWidth, lastSpecifiedHeight, lastSpecifiedWidth, lockCount, maxClicks, nextSibling, normalFont, parentOwner, prevSibling, rowMajorIndex, soundVolume, textColor, textPlane, textVSpacing, tileColor, tilePlane, unfocusSound, visibleSound, vMargin0, vMargin1, wGc, width, winClipRect, windowType, winHAlign, winParent, winVAlign, x, y

Enumerations Summary
Inherited Enumerations from Extension.ExtensionObject
EColumnType, EDrawStyle, EFlagType, EHAlign, EHDirection, EInputKey, EInputState, EInsertionPointType, EMouseFocusMode, EMove, EMoveInsert, EMoveList, EMoveThumb, EOrder, EOrientation, EVAlign, EVDirection

Structures Summary
Inherited Structures from Extension.ExtensionObject
ClipRect, DynamicArray

Functions Summary
function AppendText (coerce string newText)
function EnableTextAsAccelerator (optional bool bEnable)
functionstring GetText ()
functionint GetTextLength ()
functionint GetTextPart (int startPos, int count, out string outText)
function ResetLines ()
function ResetMinWidth ()
function SetLines (int newMinLines, int newMaxLines)
function SetMaxLines (int newMaxLines)
function SetMinLines (int newMinLines)
function SetMinWidth (float newMinWidth)
function SetText (coerce string newText)
function SetTextAlignments (EHAlign newHAlign, EVAlign newVAlign)
function SetTextMargins (float newHMargin, float newVMargin)
function SetWordWrap (bool bNewWordWrap)
Inherited Functions from Extension.Window
AcceleratorKeyPressed, AddActorRef, AddTimer, AskParentForReconfigure, AskParentToShowArea, BoxOptionSelected, ButtonActivated, CarriageReturn, ChangeStyle, ChildAdded, ChildRemoved, ChildRequestedReconfiguration, ChildRequestedShowArea, ChildRequestedVisibilityChange, ClipAttributesChanged, ClipPositionChanged, ConfigurationChanged, ConfigureChild, ConvertCoordinates, ConvertScriptString, ConvertVectorToCoordinates, CR, DescendantAdded, DescendantRemoved, Destroy, DestroyAllChildren, DestroyWindow, DisableWindow, DrawWindow, EditActivated, EnableSpecialText, EnableTranslucentText, EnableWindow, FindWindow, FocusEnteredDescendant, FocusEnteredWindow, FocusLeftDescendant, FocusLeftWindow, GetBottomChild, GetClientObject, GetColorScaled, GetCursorPos, GetFocusWindow, GetGC, GetHigherSibling, GetLowerSibling, GetModalWindow, GetParent, GetPlayerPawn, GetRootWindow, GetTabGroupWindow, GetTickOffset, GetTopChild, GrabMouse, Hide, InitWindow, IsActorValid, IsFocusWindow, IsKeyDown, IsPointInWindow, IsSensitive, IsVisible, KeyPressed, ListRowActivated, ListSelectionChanged, Lower, MouseButtonPressed, MouseButtonReleased, MouseEnteredWindow, MouseLeftWindow, MouseMoved, MoveFocusDown, MoveFocusLeft, MoveFocusRight, MoveFocusUp, MoveTabGroupNext, MoveTabGroupPrev, NewChild, ParentRequestedGranularity, ParentRequestedPreferredSize, PlaySound, PostDrawWindow, QueryGranularity, QueryPreferredHeight, QueryPreferredSize, QueryPreferredWidth, Raise, RawKeyPressed, RawMouseButtonPressed, ReleaseGC, RemoveActorRef, RemoveTimer, ResetHeight, ResetSize, ResetWidth, ResizeChild, ScaleAttributesChanged, ScalePositionChanged, ScaleRangeChanged, SensitivityChanged, SetAcceleratorText, SetBackground, SetBackgroundSmoothing, SetBackgroundStretching, SetBackgroundStyle, SetBaselineData, SetBoldFont, SetChildVisibility, SetClientObject, SetConfiguration, SetCursorPos, SetDefaultCursor, SetFocusSounds, SetFocusWindow, SetFont, SetFonts, SetHeight, SetNormalFont, SetPos, SetSelectability, SetSensitivity, SetSize, SetSoundVolume, SetTextColor, SetTextColorRGB, SetTileColor, SetTileColorRGB, SetVisibilitySounds, SetWidth, SetWindowAlignments, Show, TextChanged, ToggleChanged, UngrabMouse, VirtualKeyPressed, VisibilityChanged, WindowReady
Inherited Functions from Extension.ExtensionObject
StringToName


Variables Detail

bTextIsAccelerator Source code

var const bool bTextIsAccelerator;

bWordWrap Source code

var const bool bWordWrap;

hAlign Source code

var const EHAlign hAlign;

hMargin Source code

var const float hMargin;

maxLines Source code

var const int maxLines;

minLines Source code

var const int minLines;

minWidth Source code

var const float minWidth;

text Source code

var native private string text;

vAlign Source code

var const EVAlign vAlign;

vMargin Source code

var const float vMargin;


Functions Detail

AppendText Source code

native(1551) final function AppendText ( coerce string newText )

EnableTextAsAccelerator Source code

native(1564) final function EnableTextAsAccelerator ( optional bool bEnable )

GetText Source code

native(1552) final function string GetText ( )

GetTextLength Source code

native(1553) final function int GetTextLength ( )

GetTextPart Source code

native(1554) final function int GetTextPart ( int startPos, int count, out string outText )

ResetLines Source code

native(1561) final function ResetLines ( )

ResetMinWidth Source code

native(1563) final function ResetMinWidth ( )

SetLines Source code

native(1558) final function SetLines ( int newMinLines, int newMaxLines )

SetMaxLines Source code

native(1560) final function SetMaxLines ( int newMaxLines )

SetMinLines Source code

native(1559) final function SetMinLines ( int newMinLines )

SetMinWidth Source code

native(1562) final function SetMinWidth ( float newMinWidth )

SetText Source code

native(1550) final function SetText ( coerce string newText )

SetTextAlignments Source code

native(1556) final function SetTextAlignments ( EHAlign newHAlign, EVAlign newVAlign )

SetTextMargins Source code

native(1557) final function SetTextMargins ( float newHMargin, float newVMargin )

SetWordWrap Source code

native(1555) final function SetWordWrap ( bool bNewWordWrap )


Defaultproperties

defaultproperties
{
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mon 8/11/2021 16:31:16.409 - Created with UnCodeX