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

GUI2K4.UT2K4MidGameMenu

Extends
UT2K4GUIPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.UT2K4MidGameMenu

Variables Summary
GUIButtonbAdd2Favorites
GUIButtonbChangeTeam
GUIButtonbContinue
GUIButtonbForfit
boolbIgnoreEsc
GUIButtonbKickVoting
GUIButtonbMapVoting
GUIButtonbMatchSetup
boolbPerButtonSizes
GUIButtonbQuit
GUIButtonbServerBrowser
GUIButtonbSettings
GUIButtonbVoting
stringLeaveEntryButtonText
stringLeaveMPButtonText
stringLeaveSPButtonText
GUIImageMyHeader
GUIButtonSizingButton
Inherited Variables from XInterface.UT2K4GUIPage
BeepSound, FadeInSound, PopInSound, SlideInSound
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 GetSizingButton ()
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool InternalOnClick (GUIComponent Sender)
function InternalOnClose (optional Bool bCanceled)
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta)
function InternalOnMouseRelease (GUIComponent Sender)
functionbool InternalOnPreDraw (Canvas Canvas)
Inherited Functions from XInterface.GUIPage
AllowOpen, ChangeHint, CheckResolution, Closed, Free, GetDataString, GetRestoreParams, HandleObject, HandleParameters, InitComponent, IsOpen, NotifyLevelChange, PlayCloseSound, PlayOpenSound, SetDataString, SetFocus


Variables Detail

bAdd2Favorites Source code

var Automated GUIButton bAdd2Favorites;

bChangeTeam Source code

var Automated GUIButton bChangeTeam;

bContinue Source code

var Automated GUIButton bContinue;

bForfit Source code

var Automated GUIButton bForfit;

bIgnoreEsc Source code

var bool bIgnoreEsc;

bKickVoting Source code

var Automated GUIButton bKickVoting;

bMapVoting Source code

var Automated GUIButton bMapVoting;

bMatchSetup Source code

var Automated GUIButton bMatchSetup;

bPerButtonSizes Source code

var bool bPerButtonSizes;

bQuit Source code

var Automated GUIButton bQuit;

bServerBrowser Source code

var Automated GUIButton bServerBrowser;

bSettings Source code

var Automated GUIButton bSettings;

bVoting Source code

var Automated GUIButton bVoting;

LeaveEntryButtonText Source code

var localized string LeaveEntryButtonText;

LeaveMPButtonText Source code

var localized string LeaveMPButtonText;

LeaveSPButtonText Source code

var localized string LeaveSPButtonText;

MyHeader Source code

var Automated GUIImage MyHeader;

SizingButton Source code

var GUIButton SizingButton;


Functions Detail

GetSizingButton Source code

function GetSizingButton ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

InternalOnClose Source code

function InternalOnClose ( optional Bool bCanceled )

InternalOnKeyEvent Source code

function bool InternalOnKeyEvent ( out byte Key, out byte State, float delta )

InternalOnMouseRelease Source code

function InternalOnMouseRelease ( GUIComponent Sender )

InternalOnPreDraw Source code

function bool InternalOnPreDraw ( Canvas Canvas )


Defaultproperties

defaultproperties
{
     bIgnoreEsc=True
     LeaveMPButtonText="DISCONNECT"
     LeaveSPButtonText="FORFEIT"
     LeaveEntryButtonText="SERVER BROWSER"
     Begin Object Class=GUIImage Name=MGHeader
         Image=Texture'2K4Menus.Controls.Header'
         ImageStyle=ISTY_Stretched
         ImageRenderStyle=MSTY_Normal
         WinHeight=64.000000
     End Object
     MyHeader=GUIImage'GUI2K4.UT2K4MidGameMenu.MGHeader'

     Begin Object Class=GUIButton Name=ContMatchButton
         Caption="CONTINUE"
         TabOrder=0
         OnClick=UT2K4MidGameMenu.InternalOnClick
         OnKeyEvent=ContMatchButton.InternalOnKeyEvent
     End Object
     bContinue=GUIButton'GUI2K4.UT2K4MidGameMenu.ContMatchButton'

     Begin Object Class=GUIButton Name=QuitGameButton
         Caption="EXIT UT2004"
         TabOrder=8
         OnClick=UT2K4MidGameMenu.InternalOnClick
         OnKeyEvent=QuitGameButton.InternalOnKeyEvent
     End Object
     bQuit=GUIButton'GUI2K4.UT2K4MidGameMenu.QuitGameButton'

     Begin Object Class=GUIButton Name=LeaveMatchButton
         TabOrder=1
         OnClick=UT2K4MidGameMenu.InternalOnClick
         OnKeyEvent=LeaveMatchButton.InternalOnKeyEvent
     End Object
     bForfit=GUIButton'GUI2K4.UT2K4MidGameMenu.LeaveMatchButton'

     Begin Object Class=GUIButton Name=SettingsButton
         Caption="SETTINGS"
         TabOrder=2
         OnClick=UT2K4MidGameMenu.InternalOnClick
         OnKeyEvent=SettingsButton.InternalOnKeyEvent
     End Object
     bSettings=GUIButton'GUI2K4.UT2K4MidGameMenu.SettingsButton'

     Begin Object Class=GUIButton Name=ChangeTeamButton
         Caption="CHANGE TEAM"
         TabOrder=3
         OnClick=UT2K4MidGameMenu.InternalOnClick
         OnKeyEvent=ChangeTeamButton.InternalOnKeyEvent
     End Object
     bChangeTeam=GUIButton'GUI2K4.UT2K4MidGameMenu.ChangeTeamButton'

     Begin Object Class=GUIButton Name=AddFavoriteButton
         Caption="ADD FAVORITE"
         TabOrder=4
         OnClick=UT2K4MidGameMenu.InternalOnClick
         OnKeyEvent=AddFavoriteButton.InternalOnKeyEvent
     End Object
     bAdd2Favorites=GUIButton'GUI2K4.UT2K4MidGameMenu.AddFavoriteButton'

     Begin Object Class=GUIButton Name=BrowserButton
         Caption="SERVER BROWSER"
         TabOrder=5
         OnClick=UT2K4MidGameMenu.InternalOnClick
         OnKeyEvent=BrowserButton.InternalOnKeyEvent
     End Object
     bServerBrowser=GUIButton'GUI2K4.UT2K4MidGameMenu.BrowserButton'

     Begin Object Class=GUIButton Name=VotingButton
         Caption="Voting . . . "
         TabOrder=6
         OnClick=UT2K4MidGameMenu.InternalOnClick
         OnKeyEvent=VotingButton.InternalOnKeyEvent
     End Object
     bVoting=GUIButton'GUI2K4.UT2K4MidGameMenu.VotingButton'

     Begin Object Class=GUIButton Name=MapVotingButton
         Caption="Map Voting"
         RenderWeight=0.600000
         bTabStop=False
         bVisible=False
         OnClick=UT2K4MidGameMenu.InternalOnClick
         OnKeyEvent=MapVotingButton.InternalOnKeyEvent
     End Object
     bMapVoting=GUIButton'GUI2K4.UT2K4MidGameMenu.MapVotingButton'

     Begin Object Class=GUIButton Name=KickVotingButton
         Caption="Kick Voting"
         RenderWeight=0.600000
         bTabStop=False
         bVisible=False
         OnClick=UT2K4MidGameMenu.InternalOnClick
         OnKeyEvent=KickVotingButton.InternalOnKeyEvent
     End Object
     bKickVoting=GUIButton'GUI2K4.UT2K4MidGameMenu.KickVotingButton'

     Begin Object Class=GUIButton Name=MatchSetupButton
         Caption="Match Setup"
         RenderWeight=0.600000
         bTabStop=False
         bVisible=False
         OnClick=UT2K4MidGameMenu.InternalOnClick
         OnKeyEvent=MatchSetupButton.InternalOnKeyEvent
     End Object
     bMatchSetup=GUIButton'GUI2K4.UT2K4MidGameMenu.MatchSetupButton'

     bAllowedAsLast=True
     OnClose=UT2K4MidGameMenu.InternalOnClose
     WinTop=0.000000
     WinHeight=1.000000
     OnPreDraw=UT2K4MidGameMenu.InternalOnPreDraw
     OnMouseRelease=UT2K4MidGameMenu.InternalOnMouseRelease
     OnKeyEvent=UT2K4MidGameMenu.InternalOnKeyEvent
}

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