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

XInterface.UT2SinglePlayerMain

Extends
UT2K3GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K3GUIPage
               |   
               +-- XInterface.UT2SinglePlayerMain

Variables Summary
boolbFinishedPanels
GUIButtonButtonMenu
GUIButtonButtonPlay
stringMessageCreateProfileFirst
stringMessageLadderAvailable
stringMessageLadderComplete
GUITabControlTabC
stringTabHintLadder
stringTabHintProfileLoad
stringTabHintProfileNew
stringTabHintQualification
stringTabHintRoster
stringTabHintTutorials
stringTabNameLadder
stringTabNameProfileLoad
stringTabNameProfileNew
stringTabNameQualification
stringTabNameRoster
stringTabNameTutorials
Tab_SPPanelBaseTP_Ladder
Tab_SPPanelBaseTP_Play
Tab_SPPanelBaseTP_Profile
Tab_SPPanelBaseTP_Qual
Tab_SPPanelBaseTP_Roster
Tab_SPPanelBaseTP_Tutorials
Inherited Variables from XInterface.GUIPage
Background, BackgroundColor, BackgroundRStyle, bAllowedAsLast, bCaptureInput, bCheckResolution, bDisconnectOnOpen, bPauseIfPossible, bPersistent, bRenderWorld, bRequire640x480, bRestorable, CloseSound, InactiveFadeColor, OpenSound, ParentPage, Timers

Functions Summary
function BoxChange (GUIComponent Sender)
functionbool ButtonClick (GUIComponent Sender)
event ChangeHint (string NewHint)
event HandleParameters (string Param1, string Param2)
function HandleSpecialEvent (string SpecialEvent)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function PassThroughProfileUpdated ()
function PopupButton (byte yButton)
function ProfileUpdated ()
function ResetTitleBar (GUITabButton TB)
function TabChange (GUIComponent Sender)
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

bFinishedPanels Source code

var bool bFinishedPanels;

ButtonMenu Source code

var GUIButton ButtonMenu;

ButtonPlay Source code

var GUIButton ButtonPlay;

MessageCreateProfileFirst Source code

var localized string MessageCreateProfileFirst;

MessageLadderAvailable Source code

var localized string MessageLadderAvailable;

MessageLadderComplete Source code

var localized string MessageLadderComplete;

TabC Source code

var GUITabControl TabC;

TabHintLadder Source code

var localized string TabHintLadder;

TabHintProfileLoad Source code

var localized string TabHintProfileLoad;

TabHintProfileNew Source code

var localized string TabHintProfileNew;

TabHintQualification Source code

var localized string TabHintQualification;

TabHintRoster Source code

var localized string TabHintRoster;

TabHintTutorials Source code

var localized string TabHintTutorials;

TabNameLadder Source code

var localized string TabNameLadder;

TabNameProfileLoad Source code

var localized string TabNameProfileLoad;

TabNameProfileNew Source code

var localized string TabNameProfileNew;

TabNameQualification Source code

var localized string TabNameQualification;

TabNameRoster Source code

var localized string TabNameRoster;

TabNameTutorials Source code

var localized string TabNameTutorials;

TP_Ladder Source code

var Tab_SPPanelBase TP_Ladder;

TP_Play Source code

var Tab_SPPanelBase TP_Play;

TP_Profile Source code

var Tab_SPPanelBase TP_Profile;

TP_Qual Source code

var Tab_SPPanelBase TP_Qual;

TP_Roster Source code

var Tab_SPPanelBase TP_Roster;

TP_Tutorials Source code

var Tab_SPPanelBase TP_Tutorials;


Functions Detail

BoxChange Source code

function BoxChange ( GUIComponent Sender )

ButtonClick Source code

function bool ButtonClick ( GUIComponent Sender )

ChangeHint Source code

event ChangeHint ( string NewHint )

HandleParameters Source code

event HandleParameters ( string Param1, string Param2 )

HandleSpecialEvent Source code

function HandleSpecialEvent ( string SpecialEvent )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

PassThroughProfileUpdated Source code

function PassThroughProfileUpdated ( )

PopupButton Source code

function PopupButton ( byte yButton )

ProfileUpdated Source code

function ProfileUpdated ( )

ResetTitleBar Source code

function ResetTitleBar ( GUITabButton TB )

TabChange Source code

function TabChange ( GUIComponent Sender )


Defaultproperties

defaultproperties
{
     MessageLadderAvailable="ladder is now available."
     MessageLadderComplete="ladder completed."
     MessageCreateProfileFirst="You must create or load a profile before playing."
     TabNameProfileNew="Create Profile"
     TabNameProfileLoad="Manage Profiles"
     TabNameQualification="Qualification"
     TabNameLadder="Ladder"
     TabNameRoster="Roster"
     TabNameTutorials="Tutorials"
     TabHintProfileNew="Create a new single player campaign"
     TabHintProfileLoad="Manage your existing single player campaigns"
     TabHintQualification="Individual competition to qualify for the Unreal Tournament"
     TabHintLadder="Team competition in the Unreal Tournament"
     TabHintRoster="Manage your lineup for the next match"
     TabHintTutorials="View tutorials for each game type"
     Background=Texture'InterfaceContent.Backgrounds.bg11'
     Begin Object Class=GUITabControl Name=SPTabs
         bFillSpace=True
         TabHeight=0.040000
         WinTop=0.250000
         WinHeight=48.000000
         bAcceptsInput=True
         OnActivate=SPTabs.InternalOnActivate
         OnChange=UT2SinglePlayerMain.TabChange
     End Object
     Controls(0)=GUITabControl'XInterface.UT2SinglePlayerMain.SPTabs'

     Begin Object Class=GUITitleBar Name=SPHints
         bUseTextHeight=False
         StyleName="Footer"
         WinTop=0.930000
         WinLeft=0.120000
         WinWidth=0.760000
         WinHeight=0.055000
     End Object
     Controls(1)=GUITitleBar'XInterface.UT2SinglePlayerMain.SPHints'

     Begin Object Class=GUIButton Name=SPBack
         Caption="MENU"
         StyleName="SquareMenuButton"
         Hint="Return to main menu"
         WinTop=0.930000
         WinWidth=0.120000
         WinHeight=0.055000
         bFocusOnWatch=True
         OnClick=UT2SinglePlayerMain.ButtonClick
         OnKeyEvent=SPBack.InternalOnKeyEvent
     End Object
     Controls(2)=GUIButton'XInterface.UT2SinglePlayerMain.SPBack'

     Begin Object Class=GUIButton Name=SPPlay
         Caption="PLAY"
         StyleName="SquareMenuButton"
         Hint="Play the selected match"
         WinTop=0.930000
         WinLeft=0.880000
         WinWidth=0.120000
         WinHeight=0.055000
         bFocusOnWatch=True
         OnClick=UT2SinglePlayerMain.ButtonClick
         OnKeyEvent=SPPlay.InternalOnKeyEvent
     End Object
     Controls(3)=GUIButton'XInterface.UT2SinglePlayerMain.SPPlay'

     Begin Object Class=GUITitleBar Name=SPPageHeader
         Effect=FinalBlend'InterfaceContent.Menu.CO_Final'
         Caption="Single Player"
         StyleName="Header"
         WinTop=0.036406
         WinHeight=46.000000
     End Object
     Controls(4)=GUITitleBar'XInterface.UT2SinglePlayerMain.SPPageHeader'

     WinHeight=1.000000
}

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