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

KFGui.LobbyFooter

Extends
ButtonFooter

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIBorder
            |   
            +-- XInterface.GUIFooter
               |   
               +-- GUI2K4.ButtonFooter
                  |   
                  +-- KFGui.LobbyFooter

Direct Known Subclasses:

LobbyFooter_Story

Variables Summary
GUIButtonb_Cancel
GUIButtonb_Options
GUIButtonb_Perks
GUIButtonb_Ready
stringReadyString
stringUnreadyString
Inherited Variables from GUI2K4.ButtonFooter
Alignment, bAutoSize, bFixedWidth, bFullHeight, ButtonHeight, ButtonLeft, ButtonWidth, Margin, Padding, Spacer

Functions Summary
functionbool ButtonsSized (Canvas C))
functionfloat GetButtonLeft ()))
functionstring GetLongestCaption (Canvas C))
functionbool InternalOnPreDraw (Canvas C))
functionbool OnFooterClick (GUIComponent Sender))
function OnSteamStatsAndAchievementsReady ()))
function PositionButtons (Canvas C))
Inherited Functions from GUI2K4.ButtonFooter
ButtonsSized, GetButtonLeft, GetLongestCaption, GetMargin, GetPadding, GetSpacer, InitComponent, InternalOnPreDraw, PositionButtons, ResolutionChanged, SetupButtons, Timer


Variables Detail

b_Cancel Source code

var automated GUIButton b_Cancel;

b_Options Source code

var automated GUIButton b_Options;

b_Perks Source code

var automated GUIButton b_Perks;

b_Ready Source code

var automated GUIButton b_Ready;

ReadyString Source code

var localized string ReadyString;

UnreadyString Source code

var localized string UnreadyString;


Functions Detail

ButtonsSized Source code

function bool ButtonsSized ( Canvas C) )

GetButtonLeft Source code

function float GetButtonLeft ( ) )

GetLongestCaption Source code

function string GetLongestCaption ( Canvas C) )

InternalOnPreDraw Source code

function bool InternalOnPreDraw ( Canvas C) )

OnFooterClick Source code

function bool OnFooterClick ( GUIComponent Sender) )

OnSteamStatsAndAchievementsReady Source code

function OnSteamStatsAndAchievementsReady ( ) )

PositionButtons Source code

function PositionButtons ( Canvas C) )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIButton Name=ReadyButton
         Caption="Ready"
         Hint="Click to indicate you are ready to play"
         WinTop=0.966146
         WinLeft=0.280000
         WinWidth=0.120000
         WinHeight=0.033203
         RenderWeight=2.000000
         TabOrder=4
         bBoundToParent=True
         ToolTip=None


         OnClick=LobbyFooter.OnFooterClick
         OnKeyEvent=ReadyButton.InternalOnKeyEvent
     End Object
     b_Ready=GUIButton'KFGui.LobbyFooter.ReadyButton'


     Begin Object Class=GUIButton Name=Cancel
         Caption="Disconnect"
         Hint="Disconnect From This Server"
         WinTop=0.966146
         WinLeft=0.350000
         WinWidth=0.120000
         WinHeight=0.033203
         RenderWeight=2.000000
         TabOrder=5
         bBoundToParent=True
         ToolTip=None


         OnClick=LobbyFooter.OnFooterClick
         OnKeyEvent=Cancel.InternalOnKeyEvent
     End Object
     b_Cancel=GUIButton'KFGui.LobbyFooter.Cancel'


     Begin Object Class=GUIButton Name=Options
         Caption="Options"
         Hint="Change game settings."
         WinTop=0.966146
         WinLeft=-0.500000
         WinWidth=0.120000
         WinHeight=0.033203
         RenderWeight=2.000000
         TabOrder=3
         bBoundToParent=True
         ToolTip=None


         OnClick=LobbyFooter.OnFooterClick
         OnKeyEvent=Cancel.InternalOnKeyEvent
     End Object
     b_Options=GUIButton'KFGui.LobbyFooter.Options'


     Begin Object Class=GUIButton Name=Perks
         Caption="Select Perk"
         Hint="Select Your Character and Perk"
         WinTop=0.966146
         WinLeft=-0.500000
         WinWidth=0.120000
         WinHeight=0.033203
         RenderWeight=2.000000
         TabOrder=2
         bBoundToParent=True
         ToolTip=None


         OnClick=LobbyFooter.OnFooterClick
         OnKeyEvent=Cancel.InternalOnKeyEvent
     End Object
     b_Perks=GUIButton'KFGui.LobbyFooter.Perks'


     ReadyString="Ready"
     UnreadyString="Unready"
     OnPreDraw=LobbyFooter.InternalOnPreDraw
}

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