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

KFGui.KFPlayerReadyBar

Extends
GUIMultiComponent

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- KFGui.KFPlayerReadyBar

Variables Summary
GUIImagePerkBackGround
GUIImagePlayerBackGround
Inherited Variables from XInterface.GUIMultiComponent
AnimationCount, bAlwaysAutomate, bDrawFocusedLast, bOldStyleMenus, Components, Controls, FocusedControl, PropagateVisibility
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
function InitComponent (GUIController MyC, GUIComponent MyO))
function ResizeMe ()))
function ResolutionChanged (int ResX, int ResY ))
Inherited Functions from XInterface.GUIMultiComponent
AddComponent, AppendComponent, BeginAnimation, CanAcceptFocus, CenterMouse, CheckDuplicateTabOrder, CheckInvalidTabOrder, Closed, DebugTabOrder, DisableMe, EnableMe, EndAnimation, FindComponentIndex, FocusFirst, FocusLast, Free, InitComponent, InitializeControls, InsertComponent, InternalOnShow, LevelChanged, LoseFocus, NextControl, Opened, PrevControl, RemapComponents, RemoveComponent, SetFocus, SetFocusInstead, SetVisibility
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

PerkBackGround Source code

var automated GUIImage PerkBackGround;

PlayerBackGround Source code

var automated GUIImage PlayerBackGround;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController MyC, GUIComponent MyO) )

ResizeMe Source code

function ResizeMe ( ) )

ResolutionChanged Source code

function ResolutionChanged ( int ResX, int ResY ) )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIImage Name=PerkBG
         Image=Texture'KF_InterfaceArt_tex.Menu.Item_box_box'
         ImageStyle=ISTY_Scaled
         ImageRenderStyle=MSTY_Normal
         WinWidth=0.000000
         WinHeight=1.000000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     PerkBackground=GUIImage'KFGui.KFPlayerReadyBar.PerkBG'


     Begin Object Class=GUIImage Name=PlayerBG
         Image=Texture'KF_InterfaceArt_tex.Menu.Item_box_bar'
         ImageStyle=ISTY_Stretched
         ImageRenderStyle=MSTY_Normal
         WinTop=0.100000
         WinHeight=0.800000
         bBoundToParent=True
         bScaleToParent=True
     End Object
     PlayerBackGround=GUIImage'KFGui.KFPlayerReadyBar.PlayerBG'


}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fri 13-10-2023 03:18:47.185 - Created with UnCodeX