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

XInterface.GUISectionBackground

Extends
GUIImage
Modifiers
Native

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIImage
         |   
         +-- XInterface.GUISectionBackground

Direct Known Subclasses:

AltSectionBackground

Variables Summary
GUISectionBackground
array<GUIComponent>AlignStack
boolbFillClient
floatBottomPadding
boolbRemapStack
stringCaption
floatColPadding
materialHeaderBar
materialHeaderBase
materialHeaderTop
floatImageOffset[4]
floatLeftPadding
intMaxPerColumn
intNumColumns
floatRightPadding
floatTopPadding
Style
eTextAlignAltCaptionAlign
intAltCaptionOffset[4]
boolbAltCaption
GUIStylesCaptionStyle
stringCaptionStyleName
Inherited Variables from XInterface.GUIImage
BorderOffsets[4], DropShadow, DropShadowX, DropShadowY, Image, ImageAlign, ImageColor, ImageRenderStyle, ImageStyle, X1, X2, X3, Y1, Y2, Y3
Inherited Variables from XInterface.GUIComponent
bAcceptsInput, bAnimating, bBoundToParent, bCaptureMouse, bCaptureTabs, bDebugging, bDropSource, bDropTarget, bFocusOnWatch, bHasFocus, bInit, bMouseOverSound, bNeverFocus, bNeverScale, BoundingType, Bounds[4], bPendingFocus, bPositioned, bRepeatClick, bRequireReleaseClick, bRequiresStyle, bScaleToParent, bSizing, bStandardized, bTabStop, bTimerRepeat, bTravelling, bVisible, ClientBounds[4], ContextMenu, DrawCount, DropState, FocusInstead, FontScale, FriendlyLabel, Hint, IniDefault, IniOption, LastMenuState, MenuOwner, MenuState, MotionFrame, MouseCursorIndex, MouseOffset[4], OnClickSound, OnDrawCount, OnPreDrawCount, OnRenderCount, OnRenderedCount, PageOwner, PreDrawCount, RenderWeight, ScalingType, SizeFrame, StandardHeight, Style, StyleName, TabOrder, Tag, TimerCountdown, TimerIndex, TimerInterval, ToolTip, WhiteColor, WinHeight, WinLeft, WinTop, WinWidth

Enumerations Summary
Inherited Enumerations from XInterface.GUIComponent
EClickSound, EParentScaleType

Functions Summary
functionint FindComponentIndex (GUIComponent Comp)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool InternalPreDraw (Canvas C)
functionbool ManageComponent (GUIComponent Component)
function Reset ()
event ResolutionChanged (int ResX, int ResY)
function SetPosition (float NewLeft, float NewTop, float NewWidth, float NewHeight, optional bool bRelative)
event SetVisibility (bool bIsVisible)
functionbool UnmanageComponent (GUIComponent Comp)
Inherited Functions from XInterface.GUIImage
AdditionalDebugString
Inherited Functions from XInterface.GUIComponent
ActualHeight, ActualLeft, ActualTop, ActualWidth, AdditionalDebugString, Animate, AutoPosition, AutoPositionOn, BeginAnimation, CanAcceptFocus, CenterMouse, Closed, DAnimate, DebugFocus, DebugFocusPosition, DebugTabOrder, DisableComponent, DisableMe, DropStateChange, EnableComponent, EnableMe, EndAnimation, FillOwner, FocusFirst, FocusLast, Free, GetMenuPath, Hide, InitComponent, IsInBounds, IsInClientBounds, IsMultiSelect, KillAnimation, KillTimer, LevelChanged, LoadINI, LoseFocus, MakeColorCode, MenuStateChange, NextControl, NextPage, Opened, OwnerPage, PadLeft, PadRight, PlayerOwner, PrevControl, PrevPage, RelativeHeight, RelativeLeft, RelativeTop, RelativeWidth, Resize, ResolutionChanged, SaveINI, SetFocus, SetFocusInstead, SetFriendlyLabel, SetHint, SetPosition, SetTimer, SetTooltip, SetToolTipText, SetVisibility, Show, SpecialHit, StripColorCodes, Timer, UpdateOffset


Variables Detail

GUISectionBackground

AlignStack Source code

var(GUISectionBackground) editinlinenotify noexport array<GUIComponent> AlignStack;

bFillClient Source code

var(GUISectionBackground) bool bFillClient;

BottomPadding Source code

var(GUISectionBackground) float BottomPadding;

bRemapStack Source code

var(GUISectionBackground) bool bRemapStack;

Caption Source code

var(GUISectionBackground) localized string Caption;

ColPadding Source code

var(GUISectionBackground) float ColPadding;

HeaderBar Source code

var(GUISectionBackground) material HeaderBar;

HeaderBase Source code

var(GUISectionBackground) material HeaderBase;

HeaderTop Source code

var(GUISectionBackground) material HeaderTop;

ImageOffset[4] Source code

var(GUISectionBackground) float ImageOffset[4];

LeftPadding Source code

var(GUISectionBackground) float LeftPadding;

MaxPerColumn Source code

var(GUISectionBackground) int MaxPerColumn;

NumColumns Source code

var(GUISectionBackground) int NumColumns;

RightPadding Source code

var(GUISectionBackground) float RightPadding;

TopPadding Source code

var(GUISectionBackground) float TopPadding;

Style

AltCaptionAlign Source code

var(Style) eTextAlign AltCaptionAlign;

AltCaptionOffset[4] Source code

var(Style) int AltCaptionOffset[4];

bAltCaption Source code

var(Style) bool bAltCaption;

CaptionStyle Source code

var(Style) editconst noexport GUIStyles CaptionStyle;

CaptionStyleName Source code

var(Style) string CaptionStyleName;


Functions Detail

FindComponentIndex Source code

function int FindComponentIndex ( GUIComponent Comp )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalPreDraw Source code

function bool InternalPreDraw ( Canvas C )

ManageComponent Source code

function bool ManageComponent ( GUIComponent Component )

Reset Source code

function Reset ( )

ResolutionChanged Source code

event ResolutionChanged ( int ResX, int ResY )

SetPosition Source code

function SetPosition ( float NewLeft, float NewTop, float NewWidth, float NewHeight, optional bool bRelative )

SetVisibility Source code

event SetVisibility ( bool bIsVisible )

UnmanageComponent Source code

function bool UnmanageComponent ( GUIComponent Comp )


Defaultproperties

defaultproperties
{
     CaptionStyleName="TextLabel"
     bRemapStack=True
     HeaderTop=Texture'2K4Menus.NewControls.ComboTickFocused'
     HeaderBar=Texture'2K4Menus.NewControls.NewSliderBar'
     HeaderBase=Texture'2K4Menus.NewControls.Display98'
     ColPadding=0.050000
     LeftPadding=0.050000
     RightPadding=0.050000
     ImageOffset(0)=16.000000
     ImageOffset(1)=44.000000
     ImageOffset(2)=16.000000
     ImageOffset(3)=18.000000
     NumColumns=1
     FontScale=FNS_Small
     RenderWeight=0.090000
     OnPreDraw=GUISectionBackground.InternalPreDraw
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:16:01.468 - Created with UnCodeX