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

Extension.TileWindow

Extends
Window
Modifiers
native noexport

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

Direct Known Subclasses:

HUDReceivedDisplayItem, PersonaImageNewLegendLabel, PersonaInventoryCreditsWindow

Variables Summary
boolbEqualHeight
boolbEqualWidth
boolbFillParent
boolbWrap
bytehChildAlign
bytehDirection
floathMargin
floatmajorSpacing
floatminorSpacing
byteorientation
DynamicArrayrowArray
bytevChildAlign
bytevDirection
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 EnableWrapping (bool bWrapOn)
function FillParent (bool FillParent)
function MakeHeightsEqual (bool bEqual)
function MakeWidthsEqual (bool bEqual)
function SetChildAlignments (EHAlign newHAlign, EVAlign newVAlign)
function SetDirections (EHDirection newHDir, EVDirection newVDir)
function SetMajorSpacing (float newSpacing)
function SetMargins (float newHMargin, float newVMargin)
function SetMinorSpacing (float newSpacing)
function SetOrder (EOrder newOrder)
function SetOrientation (EOrientation newOrientation)
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

bEqualHeight Source code

var const bool bEqualHeight;

bEqualWidth Source code

var const bool bEqualWidth;

bFillParent Source code

var const bool bFillParent;

bWrap Source code

var const bool bWrap;

hChildAlign Source code

var const byte hChildAlign;

hDirection Source code

var const byte hDirection;

hMargin Source code

var const float hMargin;

majorSpacing Source code

var const float majorSpacing;

minorSpacing Source code

var const float minorSpacing;

orientation Source code

var const byte orientation;

rowArray Source code

var native private DynamicArray rowArray;

vChildAlign Source code

var const byte vChildAlign;

vDirection Source code

var const byte vDirection;

vMargin Source code

var const float vMargin;


Functions Detail

EnableWrapping Source code

native(1542) final function EnableWrapping ( bool bWrapOn )

FillParent Source code

native(1543) final function FillParent ( bool FillParent )

MakeHeightsEqual Source code

native(1545) final function MakeHeightsEqual ( bool bEqual )

MakeWidthsEqual Source code

native(1544) final function MakeWidthsEqual ( bool bEqual )

SetChildAlignments Source code

native(1541) final function SetChildAlignments ( EHAlign newHAlign, EVAlign newVAlign )

SetDirections Source code

native(1537) final function SetDirections ( EHDirection newHDir, EVDirection newVDir )

SetMajorSpacing Source code

native(1540) final function SetMajorSpacing ( float newSpacing )

SetMargins Source code

native(1535) final function SetMargins ( float newHMargin, float newVMargin )

SetMinorSpacing Source code

native(1539) final function SetMinorSpacing ( float newSpacing )

SetOrder Source code

native(1538) final function SetOrder ( EOrder newOrder )

SetOrientation Source code

native(1536) final function SetOrientation ( EOrientation newOrientation )


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.541 - Created with UnCodeX