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

XInterface.Browser_ServerListPageFavorites

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_ServerListPageFavorites

Variables Summary
stringAddIPCaption
GUIButtonMyAddIPButton
stringRemoveFavoriteCaption
stringRePingCaption
ServerQueryClientSQC
Browser_ServerListPageFavorites
array<FavoritesServerInfo>Favorites
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

Structures Summary
FavoritesServerInfo
ServerID, IP, Port, QueryPort, ServerName

Functions Summary
functionbool AddIPClick (GUIComponent Sender))
function CancelPings ()))
function FavoriteToServer (int i, out GameInfo.ServerResponseLine Server ))
function InitComponent (GUIController MyController, GUIComponent MyOwner))
function MyAddFavorite (GameInfo.ServerResponseLine Server ))
function OnCloseBrowser ()))
function PingServer (int listid, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s ))
function RefreshList ()))
functionbool RemoveFavoriteClick (GUIComponent Sender))
function SaveFavorites ()))
function ShowPanel (bool bShow))
function StaticAddFavorite (String IPString, int port, int queryPort))
Inherited Functions from XInterface.Browser_ServerListPageBase
AddFavoriteClick, BackClick, CancelPings, InitComponent, JoinClick, PingServer, RefreshClick, RefreshList, SpectateClick
Inherited Functions from XInterface.Browser_Page
OnCloseBrowser


Variables Detail

AddIPCaption Source code

var localized string AddIPCaption;

MyAddIPButton Source code

var GUIButton MyAddIPButton;

RemoveFavoriteCaption Source code

var localized string RemoveFavoriteCaption;

RePingCaption Source code

var localized string RePingCaption;

SQC Source code

var ServerQueryClient SQC;

Browser_ServerListPageFavorites

Favorites Source code

var(Browser_ServerListPageFavorites) config array<FavoritesServerInfo> Favorites;


Structures Detail

FavoritesServerInfo Source code

struct FavoritesServerInfo
{
var(Browser_ServerListPageFavorites) config string IP;
var(Browser_ServerListPageFavorites) config int Port;
var(Browser_ServerListPageFavorites) config int QueryPort;
var(Browser_ServerListPageFavorites) config int ServerID;
var(Browser_ServerListPageFavorites) config string ServerName;
};



Functions Detail

AddIPClick Source code

function bool AddIPClick ( GUIComponent Sender) )

CancelPings Source code

function CancelPings ( ) )

FavoriteToServer Source code

function FavoriteToServer ( int i, out GameInfo.ServerResponseLine Server ) )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

MyAddFavorite Source code

function MyAddFavorite ( GameInfo.ServerResponseLine Server ) )

OnCloseBrowser Source code

function OnCloseBrowser ( ) )

PingServer Source code

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

RefreshList Source code

function RefreshList ( ) )

RemoveFavoriteClick Source code

function bool RemoveFavoriteClick ( GUIComponent Sender) )

SaveFavorites Source code

function SaveFavorites ( ) )

ShowPanel Source code

function ShowPanel ( bool bShow) )

StaticAddFavorite Source code

static function StaticAddFavorite ( String IPString, int port, int queryPort) )


Defaultproperties

defaultproperties
{
	RemoveFavoriteCaption="REMOVE FAVORITE"
	AddIPCaption="ADD IP"
	RePingCaption="RE-PING LIST"
}

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