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

TribesGUI.TribesMPServerPropertiesMenu

Extends
TribesGUIPage

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUIMultiComponent
         |   
         +-- GUI.GUIPage
            |   
            +-- TribesGUI.TribesGUIPage
               |   
               +-- TribesGUI.TribesMPServerPropertiesMenu

Variables Summary
StringcurrIpAddress
StringcurrPort
intcurrServerId
TribesGameSpyManagergm
TribesGui
GUIButtonCancelButton
GUIButtonConnectButton
GUILabelGameTypeLabel
GUILabelMapNameLabel
GUILabelPingLabel
GUIButtonRefreshButton
GUILabelServerEmailLabel
GUILabelServerIPAddressLabel
GUILabelServerNameLabel
GUIMultiColumnListBoxTeamOneBox
GUILabelTeamOneNameLabel
GUILabelTeamOneScoreLabel
GUIMultiColumnListBoxTeamTwoBox
GUILabelTeamTwoNameLabel
GUILabelTeamTwoScoreLabel
GUILabelTimeLeftLabel
GUILabelVersionLabel
Inherited Variables from TribesGUI.TribesGUIPage
bEscapeable, bSuppressLevelRender, GC, PageOpenedAfterEscape
Inherited Variables from GUI.GUIPage
bIsHUD, bIsOverlay, DialogClassName, HelpText, Timers

Delegates Summary
delegate OnConnect (String ipAddress, String Port)
Inherited Delegates from GUI.GUIPage
OnDlgReturned, OnPopupReturned

Functions Summary
function AddNewRowToList (GUIMultiColumnListBox list, String name, String ping, String score))
function HandleParameters (string Param1, string Param2, optional int param3))
function InitComponent (GUIComponent MyOwner))
function InternalOnActivate ()))
function OnCancelClicked (GUIComponent Sender))
function OnConnectClicked (GUIComponent Sender))
function OnRefreshClicked (GUIComponent Sender))
function ReceiveServerData (GameSpyServerData gssd))
function RefreshData ()))
Inherited Functions from TribesGUI.TribesGUIPage
DisplayMainMenu, GameAbort, GameRestart, GameResume, GameStart, InitComponent, InternalOnKeyEvent, OnPreLevelChange, Quit
Inherited Functions from GUI.GUIPage
Activate, ChangeHint, DeActivate, DlgReturned, Free, HandleParameters, Hide, InitComponent, NotifyLevelChange, onGameplayMessage, OnProgress, OpenDlg, Show


Variables Detail

currIpAddress Source code

var String currIpAddress;

currPort Source code

var String currPort;

currServerId Source code

var int currServerId;

gm Source code

var TribesGameSpyManager gm;

TribesGui

CancelButton Source code

var(TribesGui) private EditInline Config GUIButton CancelButton;
A component of this page which has its behavior defined in the code for this page's class.

ConnectButton Source code

var(TribesGui) private EditInline Config GUIButton ConnectButton;
A component of this page which has its behavior defined in the code for this page's class.

GameTypeLabel Source code

var(TribesGui) private EditInline Config GUILabel GameTypeLabel;
A component of this page which has its behavior defined in the code for this page's class.

MapNameLabel Source code

var(TribesGui) private EditInline Config GUILabel MapNameLabel;
A component of this page which has its behavior defined in the code for this page's class.

PingLabel Source code

var(TribesGui) private EditInline Config GUILabel PingLabel;
A component of this page which has its behavior defined in the code for this page's class.

RefreshButton Source code

var(TribesGui) private EditInline Config GUIButton RefreshButton;
A component of this page which has its behavior defined in the code for this page's class.

ServerEmailLabel Source code

var(TribesGui) private EditInline Config GUILabel ServerEmailLabel;
A component of this page which has its behavior defined in the code for this page's class.

ServerIPAddressLabel Source code

var(TribesGui) private EditInline Config GUILabel ServerIPAddressLabel;
A component of this page which has its behavior defined in the code for this page's class.

ServerNameLabel Source code

var(TribesGui) private EditInline Config GUILabel ServerNameLabel;
A component of this page which has its behavior defined in the code for this page's class.

TeamOneBox Source code

var(TribesGui) private EditInline Config GUIMultiColumnListBox TeamOneBox;
A component of this page which has its behavior defined in the code for this page's class.

TeamOneNameLabel Source code

var(TribesGui) private EditInline Config GUILabel TeamOneNameLabel;
A component of this page which has its behavior defined in the code for this page's class.

TeamOneScoreLabel Source code

var(TribesGui) private EditInline Config GUILabel TeamOneScoreLabel;
A component of this page which has its behavior defined in the code for this page's class.

TeamTwoBox Source code

var(TribesGui) private EditInline Config GUIMultiColumnListBox TeamTwoBox;
A component of this page which has its behavior defined in the code for this page's class.

TeamTwoNameLabel Source code

var(TribesGui) private EditInline Config GUILabel TeamTwoNameLabel;
A component of this page which has its behavior defined in the code for this page's class.

TeamTwoScoreLabel Source code

var(TribesGui) private EditInline Config GUILabel TeamTwoScoreLabel;
A component of this page which has its behavior defined in the code for this page's class.

TimeLeftLabel Source code

var(TribesGui) private EditInline Config GUILabel TimeLeftLabel;
A component of this page which has its behavior defined in the code for this page's class.

VersionLabel Source code

var(TribesGui) private EditInline Config GUILabel VersionLabel;
A component of this page which has its behavior defined in the code for this page's class.


Delegates Detail

OnConnect Source code

delegate OnConnect ( String ipAddress, String Port )


Functions Detail

AddNewRowToList Source code

function AddNewRowToList ( GUIMultiColumnListBox list, String name, String ping, String score) )

HandleParameters Source code

function HandleParameters ( string Param1, string Param2, optional int param3) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

InternalOnActivate Source code

function InternalOnActivate ( ) )

OnCancelClicked Source code

function OnCancelClicked ( GUIComponent Sender) )

OnConnectClicked Source code

function OnConnectClicked ( GUIComponent Sender) )

OnRefreshClicked Source code

function OnRefreshClicked ( GUIComponent Sender) )

ReceiveServerData Source code

function ReceiveServerData ( GameSpyServerData gssd) )

RefreshData Source code

function RefreshData ( ) )


Defaultproperties

defaultproperties
{
	OnActivate=InternalOnActivate
	bPersistent=false
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:36.723 - Created with UnCodeX