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
{
	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"


	Begin Object Class=GUITabControl Name=MatchSetupTabControl
		WinWidth=0.971875
		WinHeight=0.718125
		WinLeft=0.014062
		WinTop=0.020833
        TabHeight=0.04
        TabOrder=0
        RenderWeight=0.5
        bFillSpace=False
        bAcceptsInput=True
        bDockPanels=True
        bBoundToParent=True
        bScaleToParent=True
        StyleName="TabBackground"
	End Object
	c_Groups=MatchSetupTabControl


	bAllowedAsLast=True
	bPersistent=True
	OpenSound=Sound'MenuSounds.SelectDShort'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:14.000 - Created with UnCodeX