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

Extension.ClipWindow

Extends
TabGroupWindow
Modifiers
native noexport

Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- Extension.TabGroupWindow
         |   
         +-- Extension.ClipWindow

Variables Summary
intareaHSize
intareaVSize
boolbFillWindow
boolbForceChildHeight
boolbForceChildWidth
boolbSnapToUnits
intchildH
intchildHSize
intchildV
intchildVSize
floathMult
intprefHUnits
intprefVUnits
floatvMult
Inherited Variables from Extension.TabGroupWindow
bSizeChildrenToParent, bSizeParentToChildren, colMajorWindowList, firstAbsX, firstAbsY, rowMajorWindowList, tabGroupIndex
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

Functions Summary
function EnableSnapToUnits (optional bool bNewSnapToUnits)
function ForceChildSize (optional bool bNewForceChildWidth, optional bool bNewForceChildHeight)
functionwindow GetChild ()
function GetChildPosition (out int pNewX, out int pNewY)
function GetUnitSize (out int pAreaHSize, out int pAreaVSize, out int pChildHSize, out int ChildVSize)
function ResetUnitHeight ()
function ResetUnitSize ()
function ResetUnitWidth ()
function SetChildPosition (int newX, int newY)
function SetUnitHeight (int vUnits)
function SetUnitSize (int hUnits, int vUnits)
function SetUnitWidth (int hUnits)
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


Variables Detail

areaHSize Source code

var private int areaHSize;

areaVSize Source code

var private int areaVSize;

bFillWindow Source code

var const bool bFillWindow;

bForceChildHeight Source code

var const bool bForceChildHeight;

bForceChildWidth Source code

var const bool bForceChildWidth;

bSnapToUnits Source code

var const bool bSnapToUnits;

childH Source code

var const int childH;

childHSize Source code

var private int childHSize;

childV Source code

var const int childV;

childVSize Source code

var private int childVSize;

hMult Source code

var private float hMult;

prefHUnits Source code

var const int prefHUnits;

prefVUnits Source code

var const int prefVUnits;

vMult Source code

var private float vMult;


Functions Detail

EnableSnapToUnits Source code

native(1690) final function EnableSnapToUnits ( optional bool bNewSnapToUnits )

ForceChildSize Source code

native(1689) final function ForceChildSize ( optional bool bNewForceChildWidth, optional bool bNewForceChildHeight )

GetChild Source code

native(1691) final function window GetChild ( )

GetChildPosition Source code

native(1681) final function GetChildPosition ( out int pNewX, out int pNewY )

GetUnitSize Source code

native(1688) final function GetUnitSize ( out int pAreaHSize, out int pAreaVSize, out int pChildHSize, out int ChildVSize )

ResetUnitHeight Source code

native(1687) final function ResetUnitHeight ( )

ResetUnitSize Source code

native(1685) final function ResetUnitSize ( )

ResetUnitWidth Source code

native(1686) final function ResetUnitWidth ( )

SetChildPosition Source code

native(1680) final function SetChildPosition ( int newX, int newY )

SetUnitHeight Source code

native(1684) final function SetUnitHeight ( int vUnits )

SetUnitSize Source code

native(1682) final function SetUnitSize ( int hUnits, int vUnits )

SetUnitWidth Source code

native(1683) final function SetUnitWidth ( int hUnits )


Defaultproperties

defaultproperties
{
}

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