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

xVoting.MatchSetupPanelBase

Extends
UT2K4TabPanel
Modifiers
abstract

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

Direct Known Subclasses:

MatchSetupLoginPanel, MatchSetupMain, MatchSetupMaps, MatchSetupMutator, MatchSetupRules

Variables Summary
MatchSetupPanelBase
boolbDirty
stringGroup
VotingReplicationInfoVRI
Inherited Variables from XInterface.GUITabPanel
bFillHeight, FadeInTime, MyButton, PanelCaption

Delegates Summary
delegate OnLogIn ()
delegate OnLogOut ()
delegate SendCommand (string Cmd)

Functions Summary
event Free ()))
functionbool HandleResponse (string Type, string Info, string Data))
function InitPanel ()))
function InternalOnChange (GUIComponent Sender))
functionbool IsAdmin ()))
functionbool IsLoggedIn ()))
function LoggedIn ()))
function LoggedOut ()))
function ReceiveComplete ()
function SubmitChanges ()))
Inherited Functions from XInterface.GUITabPanel
CanShowPanel, Free, InitPanel, OnDestroyPanel, Refresh, ShowPanel


Variables Detail

MatchSetupPanelBase

bDirty Source code

var(MatchSetupPanelBase) bool bDirty;

Group Source code

var(MatchSetupPanelBase) string Group;

VRI Source code

var(MatchSetupPanelBase) editconst noexport VotingReplicationInfo VRI;


Delegates Detail

OnLogIn Source code

delegate OnLogIn ( )

OnLogOut Source code

delegate OnLogOut ( )

SendCommand Source code

delegate SendCommand ( string Cmd )


Functions Detail

Free Source code

event Free ( ) )

HandleResponse Source code

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

InitPanel Source code

function InitPanel ( ) )

InternalOnChange Source code

function InternalOnChange ( GUIComponent Sender) )

IsAdmin Source code

function bool IsAdmin ( ) )

IsLoggedIn Source code

function bool IsLoggedIn ( ) )

LoggedIn Source code

function LoggedIn ( ) )

LoggedOut Source code

function LoggedOut ( ) )

ReceiveComplete Source code

function ReceiveComplete ( )

SubmitChanges Source code

function SubmitChanges ( ) )


Defaultproperties

defaultproperties
{
	OnLogin=LoggedIn
	OnLogout=LoggedOut
}

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