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

ROInterface.ROUT2K4GameFooterSP

Extends
ButtonFooter

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

Variables Summary
GUIButtonb_Back
GUIButtonb_Primary
UT2K4GamePageBaseOwner
ROUT2K4GameFooterSP
stringPrimaryCaption
stringPrimaryHint
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;

Owner Source code

var UT2K4GamePageBase Owner;

ROUT2K4GameFooterSP

PrimaryCaption Source code

var(ROUT2K4GameFooterSP) localized string PrimaryCaption;

PrimaryHint Source code

var(ROUT2K4GameFooterSP) localized string PrimaryHint;


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.085678
         WinLeft=0.880000
         WinWidth=0.120000
         WinHeight=0.036482
         TabOrder=0
         bBoundToParent=True
         OnKeyEvent=GamePrimaryButton.InternalOnKeyEvent
     End Object
     b_Primary=GUIButton'ROInterface.ROUT2K4GameFooterSP.GamePrimaryButton'


     Begin Object Class=GUIButton Name=GameBackButton
         Caption="BACK"
         StyleName="FooterButton"
         Hint="Return to Previous Menu"
         WinTop=0.085678
         WinWidth=0.120000
         WinHeight=0.036482
         TabOrder=2
         bBoundToParent=True
         OnKeyEvent=GameBackButton.InternalOnKeyEvent
     End Object
     b_Back=GUIButton'ROInterface.ROUT2K4GameFooterSP.GameBackButton'


}

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