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

xVoting.MatchConfigPage

Extends
VotingPage

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPage
            |   
            +-- XInterface.UT2K4GUIPage
               |   
               +-- GUI2K4.PopupPageBase
                  |   
                  +-- GUI2K4.FloatingWindow
                     |   
                     +-- GUI2K4.LargeWindow
                        |   
                        +-- xVoting.VotingPage
                           |   
                           +-- xVoting.MatchConfigPage

Variables Summary
GUITabControlc_Groups
array<MatchSetupPanelBase>Panels
MatchConfigPage
boolbDirty
array<string>PanelClass
array<string>PanelHint
Inherited Variables from xVoting.VotingPage
f_Chat, MVRI

Functions Summary
function AcceptAndSave ()))
function DecodeResponse (string Response, out string Type, out string Info, out string Data ))
functionbool HandleResponse (string Type, string Info, string Data))
function InitComponent (GUIController InController, GUIComponent InOwner))
function InternalOnChange (GUIComponent Sender ))
eventbool NotifyLevelChange ()))
function OnResponse (string Response ))
function PanelChanged (GUIComponent Sender ))
function SendCommand (string Command ))
function SubmitActive ()))
Inherited Functions from xVoting.VotingPage
Free, InitComponent


Variables Detail

c_Groups Source code

var automated GUITabControl c_Groups;

Panels Source code

var array<MatchSetupPanelBase> Panels;

MatchConfigPage

bDirty Source code

var(MatchConfigPage) bool bDirty;

PanelClass Source code

var(MatchConfigPage) config array<string> PanelClass;

PanelHint Source code

var(MatchConfigPage) config array<string> PanelHint;


Functions Detail

AcceptAndSave Source code

function AcceptAndSave ( ) )

DecodeResponse Source code

static function DecodeResponse ( string Response, out string Type, out string Info, out string Data ) )

HandleResponse Source code

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

InitComponent Source code

function InitComponent ( GUIController InController, GUIComponent InOwner) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender ) )

NotifyLevelChange Source code

event bool NotifyLevelChange ( ) )

OnResponse Source code

function OnResponse ( string Response ) )

PanelChanged Source code

function PanelChanged ( GUIComponent Sender ) )

SendCommand Source code

function SendCommand ( string Command ) )

SubmitActive Source code

function SubmitActive ( ) )


Defaultproperties

defaultproperties
{
     Begin Object Class=GUITabControl Name=MatchSetupTabControl
         bDockPanels=True
         TabHeight=0.040000
         StyleName="TabBackground"
         WinTop=0.020833
         WinLeft=0.014062
         WinWidth=0.971875
         WinHeight=0.718125
         TabOrder=0
         bBoundToParent=True
         bScaleToParent=True
         bAcceptsInput=True
         OnActivate=MatchSetupTabControl.InternalOnActivate
     End Object
     c_Groups=GUITabControl'xVoting.MatchConfigPage.MatchSetupTabControl'


     PanelClass(0)="xVoting.MatchSetupLoginPanel"
     PanelClass(1)="xVoting.MatchSetupMain"
     PanelClass(2)="xVoting.MatchSetupMaps"
     PanelClass(3)="xVoting.MatchSetupMutator"
     PanelClass(4)="xVoting.MatchSetupRules"
     PanelHint(0)="Enter your match setup username and password"
     PanelHint(1)="General match parameters"
     PanelHint(2)="Select the maps that should be played during the match"
     PanelHint(3)="Select the mutators that should be active during the match"
     PanelHint(4)="Select the rules that will be used in the match"
     bPersistent=True
     OpenSound=Sound'MenuSounds.selectDshort'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 09:49:44.110 - Created with UnCodeX