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

xVoting.MatchSetupMain

Extends
MatchSetupPanelBase

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- xVoting.MatchSetupPanelBase
                     |   
                     +-- xVoting.MatchSetupMain

Variables Summary
boolbDemoRec
boolbTournament
moCheckboxch_DemoRec
moCheckboxch_Tournament
moComboBoxco_GameType
stringDemoFilename
moEditBoxed_DemoRec
moEditBoxed_Params
stringGameClass
stringParams
Inherited Variables from xVoting.MatchSetupPanelBase
bDirty, Group, VRI

Functions Summary
functionstring GetCommandString (GUIComponent Comp)
functionbool HandleResponse (string Type, string Info, string Data)
function InitPanel ()
function InternalOnChange (GUIComponent Sender)
function SubmitChanges ()
Inherited Functions from xVoting.MatchSetupPanelBase
Free, HandleResponse, InitPanel, InternalOnChange, IsAdmin, IsLoggedIn, LoggedIn, LoggedOut, ReceiveComplete, SubmitChanges


Variables Detail

bDemoRec Source code

var bool bDemoRec;

bTournament Source code

var bool bTournament;

ch_DemoRec Source code

var automated moCheckbox ch_DemoRec;

ch_Tournament Source code

var automated moCheckbox ch_Tournament;

co_GameType Source code

var automated moComboBox co_GameType;

DemoFilename Source code

var string DemoFilename;

ed_DemoRec Source code

var automated moEditBox ed_DemoRec;

ed_Params Source code

var automated moEditBox ed_Params;

GameClass Source code

var string GameClass;

Params Source code

var string Params;


Functions Detail

GetCommandString Source code

function string GetCommandString ( GUIComponent Comp )

HandleResponse Source code

function bool HandleResponse ( string Type, string Info, string Data )

InitPanel Source code

function InitPanel ( )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender )

SubmitChanges Source code

function SubmitChanges ( )


Defaultproperties

defaultproperties
{
     Begin Object Class=moComboBox Name=GameTypeCombo
         Caption="Game Type"
         OnCreateComponent=GameTypeCombo.InternalOnCreateComponent
         Hint="Select the gametype to use in the current match"
         WinTop=0.132839
         WinLeft=0.014282
         WinWidth=0.622588
         WinHeight=0.100000
         TabOrder=0
     End Object
     co_GameType=moComboBox'xVoting.MatchSetupMain.GameTypeCombo'

     Begin Object Class=moEditBox Name=CommandLineParamsBox
         bVerticalLayout=Wahr
         LabelJustification=TXTA_Center
         Caption="Additional Command Line Parameters"
         OnCreateComponent=CommandLineParamsBox.InternalOnCreateComponent
         Hint="Specify any additional command line parameters (optional)"
         WinTop=0.734349
         WinLeft=0.008252
         WinWidth=0.986084
         WinHeight=0.200000
         TabOrder=2
     End Object
     ed_Params=moEditBox'xVoting.MatchSetupMain.CommandLineParamsBox'

     Begin Object Class=moEditBox Name=DemoRecBox
         CaptionWidth=0.100000
         Caption="Filename"
         OnCreateComponent=DemoRecBox.InternalOnCreateComponent
         Hint="Enter the name of the demo you'd like to record for this match"
         WinTop=0.457450
         WinLeft=0.391845
         WinWidth=0.591943
         WinHeight=0.100000
         TabOrder=4
     End Object
     ed_DemoRec=moEditBox'xVoting.MatchSetupMain.DemoRecBox'

     Begin Object Class=moCheckBox Name=DemoRecCheckbox
         Caption="Record Demo"
         OnCreateComponent=DemoRecCheckbox.InternalOnCreateComponent
         Hint="Record a server-side demo of this match"
         WinTop=0.459699
         WinLeft=0.011267
         WinWidth=0.353046
         WinHeight=0.100000
         TabOrder=3
         OnChange=MatchSetupMain.InternalOnChange
     End Object
     ch_DemoRec=moCheckBox'xVoting.MatchSetupMain.DemoRecCheckbox'

     Begin Object Class=moCheckBox Name=TournamentCheckbox
         Caption="Tournament Mode"
         OnCreateComponent=TournamentCheckbox.InternalOnCreateComponent
         Hint="All players must be connected to the server before the match can start"
         WinTop=0.295934
         WinLeft=0.012272
         WinWidth=0.353296
         WinHeight=0.100000
         TabOrder=1
     End Object
     ch_Tournament=moCheckBox'xVoting.MatchSetupMain.TournamentCheckbox'

     PanelCaption="General"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mo 16.4.2007 11:20:24.281 - Created with UnCodeX