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

GUI2K4.UT2K4DisconnectOptionPage

Extends
BlackoutWindow

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.MessageWindow
                     |   
                     +-- GUI2K4.BlackoutWindow
                        |   
                        +-- GUI2K4.UT2K4DisconnectOptionPage

Variables Summary
GUIButtonb_MainMenu
GUIButtonb_Quit
GUIButtonb_Reconnect
GUIButtonb_ServerBrowser
GUILabell_Status
UT2K4DisconnectOptionPage
boolbReconnectAllowed

Functions Summary
functionbool AllowOpen (string MenuClass)
functionbool CanClose (bool bCancelled)
event HandleParameters (string Param1, string Param2)
function InitComponent (GUIController MyController, GUIComponent MyOwner)
functionbool InternalOnClick (GUIComponent Sender)
functionbool InternalOnKeyEvent (out byte Key, out byte State, float delta)
functionbool InternalOnPreDraw (Canvas C)
eventbool NotifyLevelChange ()
event Opened (GUIComponent Sender)
function SetSizingCaption ()
function UpdateButtons ()
function UpdateStatus (string NewStatus)


Variables Detail

b_MainMenu Source code

var Automated GUIButton b_MainMenu;

b_Quit Source code

var Automated GUIButton b_Quit;

b_Reconnect Source code

var Automated GUIButton b_Reconnect;

b_ServerBrowser Source code

var Automated GUIButton b_ServerBrowser;

l_Status Source code

var automated GUILabel l_Status;

UT2K4DisconnectOptionPage

bReconnectAllowed Source code

var(UT2K4DisconnectOptionPage) bool bReconnectAllowed;


Functions Detail

AllowOpen Source code

function bool AllowOpen ( string MenuClass )

CanClose Source code

function bool CanClose ( bool bCancelled )

HandleParameters Source code

event HandleParameters ( string Param1, string Param2 )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InternalOnClick Source code

function bool InternalOnClick ( GUIComponent Sender )

InternalOnKeyEvent Source code

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

InternalOnPreDraw Source code

function bool InternalOnPreDraw ( Canvas C )

NotifyLevelChange Source code

event bool NotifyLevelChange ( )

Opened Source code

event Opened ( GUIComponent Sender )

SetSizingCaption Source code

function SetSizingCaption ( )

UpdateButtons Source code

function UpdateButtons ( )

UpdateStatus Source code

function UpdateStatus ( string NewStatus )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUIButton Name=MainMenuButton
         Caption="MAIN MENU"
         bAutoSize=True
         WinTop=0.548235
         WinLeft=0.157811
         WinWidth=0.132806
         TabOrder=1
         OnClick=UT2K4DisconnectOptionPage.InternalOnClick
         OnKeyEvent=MainMenuButton.InternalOnKeyEvent
     End Object
     b_MainMenu=GUIButton'GUI2K4.UT2K4DisconnectOptionPage.MainMenuButton'

     Begin Object Class=GUIButton Name=ServerBrowserButton
         Caption="SERVER BROWSER"
         bAutoSize=True
         WinTop=0.548235
         WinLeft=0.398437
         WinWidth=0.223632
         TabOrder=2
         OnClick=UT2K4DisconnectOptionPage.InternalOnClick
         OnKeyEvent=ServerBrowserButton.InternalOnKeyEvent
     End Object
     b_ServerBrowser=GUIButton'GUI2K4.UT2K4DisconnectOptionPage.ServerBrowserButton'

     Begin Object Class=GUIButton Name=ReconnectButton
         Caption="RECONNECT"
         bAutoSize=True
         WinTop=0.548235
         WinLeft=0.345702
         WinWidth=0.132806
         TabOrder=0
         OnClick=UT2K4DisconnectOptionPage.InternalOnClick
         OnKeyEvent=ReconnectButton.InternalOnKeyEvent
     End Object
     b_Reconnect=GUIButton'GUI2K4.UT2K4DisconnectOptionPage.ReconnectButton'

     Begin Object Class=GUIButton Name=QuitButton
         Caption="EXIT UT2004"
         bAutoSize=True
         WinTop=0.548235
         WinLeft=0.627929
         WinWidth=0.223632
         TabOrder=3
         OnClick=UT2K4DisconnectOptionPage.InternalOnClick
         OnKeyEvent=QuitButton.InternalOnKeyEvent
     End Object
     b_Quit=GUIButton'GUI2K4.UT2K4DisconnectOptionPage.QuitButton'

     Begin Object Class=GUILabel Name=cNetStatLabel
         Caption="Select an option"
         TextAlign=TXTA_Center
         bMultiLine=True
         FontScale=FNS_Large
         StyleName="TextLabel"
         WinTop=0.314687
         WinHeight=0.099922
         bBoundToParent=True
     End Object
     l_Status=GUILabel'GUI2K4.UT2K4DisconnectOptionPage.cNetStatLabel'

     bReconnectAllowed=True
     bAllowedAsLast=True
     OnCanClose=UT2K4DisconnectOptionPage.CanClose
     OnPreDraw=UT2K4DisconnectOptionPage.InternalOnPreDraw
     OnKeyEvent=UT2K4DisconnectOptionPage.InternalOnKeyEvent
}

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