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

xVoting.MatchSetupRules

Extends
MatchSetupPanelBase

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

Variables Summary
RemotePlayInfoPanelp_Rules
Inherited Variables from xVoting.MatchSetupPanelBase
bDirty, Group, VRI

Functions Summary
functionbool HandleResponse (string Type, string Info, string Data))
function InitPanel ()))
function LoggedIn ()))
function ReceiveComplete ()))
function ReceiveValue (string SettingName, string NewValue ))
function SendValue (string SettingName, string NewValue ))
Inherited Functions from xVoting.MatchSetupPanelBase
Free, HandleResponse, InitPanel, InternalOnChange, IsAdmin, IsLoggedIn, LoggedIn, LoggedOut, ReceiveComplete, SubmitChanges


Variables Detail

p_Rules Source code

var automated RemotePlayInfoPanel p_Rules;


Functions Detail

HandleResponse Source code

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

InitPanel Source code

function InitPanel ( ) )

LoggedIn Source code

function LoggedIn ( ) )

ReceiveComplete Source code

function ReceiveComplete ( ) )

ReceiveValue Source code

function ReceiveValue ( string SettingName, string NewValue ) )

SendValue Source code

function SendValue ( string SettingName, string NewValue ) )


Defaultproperties

defaultproperties
{
	PanelCaption="Rules"
	Begin Object Class=RemotePlayInfoPanel Name=PIPanel
		SettingChanged=SendValue
		WinWidth=1.0
		WinHeight=1.0
		WinLeft=0.0
		WinTop=0.0
	End Object
	p_Rules=PIPanel
}

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