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

GUI2K4.UT2K4GameFooter

Extends
ButtonFooter

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

Variables Summary
GUIButtonb_Back
GUIButtonb_Primary
GUIButtonb_Secondary
UT2K4GamePageBaseOwner
UT2K4GameFooter
stringPrimaryCaption
stringPrimaryHint
stringSecondaryCaption
stringSecondaryHint
Inherited Variables from GUI2K4.ButtonFooter
Alignment, bAutoSize, bFixedWidth, bFullHeight, ButtonHeight, ButtonLeft, ButtonWidth, Margin, Padding, Spacer

Functions Summary
function InitComponent (GUIController InController, GUIComponent InOwner)
function SetupButtons (optional string bPerButtonSizes)
Inherited Functions from GUI2K4.ButtonFooter
ButtonsSized, GetButtonLeft, GetLongestCaption, GetMargin, GetPadding, GetSpacer, InitComponent, InternalOnPreDraw, PositionButtons, ResolutionChanged, SetupButtons, Timer


Variables Detail

b_Back Source code

var automated GUIButton b_Back;

b_Primary Source code

var automated GUIButton b_Primary;

b_Secondary Source code

var automated GUIButton b_Secondary;

Owner Source code

var UT2K4GamePageBase Owner;

UT2K4GameFooter

PrimaryCaption Source code

var(UT2K4GameFooter) localized string PrimaryCaption;

PrimaryHint Source code

var(UT2K4GameFooter) localized string PrimaryHint;

SecondaryCaption Source code

var(UT2K4GameFooter) localized string SecondaryCaption;

SecondaryHint Source code

var(UT2K4GameFooter) localized string SecondaryHint;


Functions Detail

InitComponent Source code

function InitComponent ( GUIController InController, GUIComponent InOwner )

SetupButtons Source code

function SetupButtons ( optional string bPerButtonSizes )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIButton Name=GamePrimaryButton
         MenuState=MSAT_Disabled
         StyleName="FooterButton"
         WinTop=0.966146
         WinLeft=0.880000
         WinWidth=0.120000
         WinHeight=0.033203
         TabOrder=0
         bBoundToParent=True
         OnKeyEvent=GamePrimaryButton.InternalOnKeyEvent
     End Object
     b_Primary=GUIButton'GUI2K4.UT2K4GameFooter.GamePrimaryButton'

     Begin Object Class=GUIButton Name=GameSecondaryButton
         MenuState=MSAT_Disabled
         StyleName="FooterButton"
         WinTop=0.966146
         WinLeft=0.758125
         WinWidth=0.120000
         WinHeight=0.033203
         TabOrder=1
         bBoundToParent=True
         OnKeyEvent=GameSecondaryButton.InternalOnKeyEvent
     End Object
     b_Secondary=GUIButton'GUI2K4.UT2K4GameFooter.GameSecondaryButton'

     Begin Object Class=GUIButton Name=GameBackButton
         Caption="BACK"
         StyleName="FooterButton"
         Hint="Return to Previous Menu"
         WinTop=0.966146
         WinWidth=0.120000
         WinHeight=0.033203
         TabOrder=2
         bBoundToParent=True
         OnKeyEvent=GameBackButton.InternalOnKeyEvent
     End Object
     b_Back=GUIButton'GUI2K4.UT2K4GameFooter.GameBackButton'

}

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