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

XInterface.Browser_ServerListPageMS

Extends
Browser_ServerListPageBase

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K3TabPanel
                  |   
                  +-- XInterface.Browser_Page
                     |   
                     +-- XInterface.Browser_ServerListPageBase
                        |   
                        +-- XInterface.Browser_ServerListPageMS

Direct Known Subclasses:

Browser_ServerListPageBuddy, Browser_ServerListPageMSCustom

Variables Summary
stringMustUpgradeString
stringPingRecvString
stringQueryFinHead
stringQueryFinTail
stringRefreshCaption
stringRefreshFinHead
stringRefreshFinMid
stringRefreshFinTail
stringRePingServersCaption
Browser_ServerListPageMS
boolbStarted
stringGameType
MasterServerClientMSC
Inherited Variables from XInterface.Browser_ServerListPageBase
bInitialized, ConnectLAN, MyServersList, StatusBar
Inherited Variables from XInterface.Browser_Page
AuthFailString, Browser, ConnFailString, ConnTimeoutString, PageCaption, QueryCompleteString, ReadyString, RefreshCompleteString, StartQueryString

Functions Summary
function AddQueryTerm (string Key, string GameType, MasterServerClient.EQueryType QueryType)
function CancelPings ()
function InitComponent (GUIController C, GUIComponent O)
function MyPingTimeout (int listid, ServerQueryClient.EPingCause PingCause)
function MyQueryFinished (MasterServerClient.EResponseInfo ResponseInfo, int Info)
function MyReceivedPingInfo (int ServerID, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s)
functionbool MyRefreshClick (GUIComponent Sender)
functionbool MyRePing (GUIComponent Sender)
function OnCloseBrowser ()
function PingServer (int listid, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s)
function RefreshList ()
function ShowPanel (bool bShow)
function UpdateStatusPingCount ()
Inherited Functions from XInterface.Browser_ServerListPageBase
AddFavoriteClick, BackClick, CancelPings, InitComponent, JoinClick, PingServer, RefreshClick, RefreshList, SpectateClick
Inherited Functions from XInterface.Browser_Page
OnCloseBrowser


Variables Detail

MustUpgradeString Source code

var localized string MustUpgradeString;

PingRecvString Source code

var localized string PingRecvString;

QueryFinHead Source code

var localized string QueryFinHead;

QueryFinTail Source code

var localized string QueryFinTail;

RefreshCaption Source code

var localized string RefreshCaption;

RefreshFinHead Source code

var localized string RefreshFinHead;

RefreshFinMid Source code

var localized string RefreshFinMid;

RefreshFinTail Source code

var localized string RefreshFinTail;

RePingServersCaption Source code

var localized string RePingServersCaption;

Browser_ServerListPageMS

bStarted Source code

var(Browser_ServerListPageMS) bool bStarted;

GameType Source code

var(Browser_ServerListPageMS) string GameType;

MSC Source code

var(Browser_ServerListPageMS) MasterServerClient MSC;


Functions Detail

AddQueryTerm Source code

function AddQueryTerm ( string Key, string GameType, MasterServerClient.EQueryType QueryType )

CancelPings Source code

function CancelPings ( )

InitComponent Source code

function InitComponent ( GUIController C, GUIComponent O )

MyPingTimeout Source code

function MyPingTimeout ( int listid, ServerQueryClient.EPingCause PingCause )

MyQueryFinished Source code

function MyQueryFinished ( MasterServerClient.EResponseInfo ResponseInfo, int Info )

MyReceivedPingInfo Source code

function MyReceivedPingInfo ( int ServerID, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s )

MyRefreshClick Source code

function bool MyRefreshClick ( GUIComponent Sender )

MyRePing Source code

function bool MyRePing ( GUIComponent Sender )

OnCloseBrowser Source code

function OnCloseBrowser ( )

PingServer Source code

function PingServer ( int listid, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s )

RefreshList Source code

function RefreshList ( )

ShowPanel Source code

function ShowPanel ( bool bShow )

UpdateStatusPingCount Source code

function UpdateStatusPingCount ( )


Defaultproperties

defaultproperties
{
     QueryFinHead="Query Complete! Received: "
     QueryFinTail=" Servers"
     PingRecvString="Pinging Servers"
     MustUpgradeString="Upgrade available. Please refresh the News page."
     RefreshFinHead="Pinging Complete! "
     RefreshFinMid=" Servers, "
     RefreshFinTail=" Players"
     RePingServersCaption="RE-PING LIST"
     RefreshCaption="REFRESH LIST"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Wed 7/2/2007 19:15:52.781 - Created with UnCodeX