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

GUI2K4.UT2K4Browser_ServerListPageFavorites

Extends
UT2K4Browser_ServerListPageBase

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIMultiComponent
         |   
         +-- XInterface.GUIPanel
            |   
            +-- XInterface.GUITabPanel
               |   
               +-- XInterface.UT2K4TabPanel
                  |   
                  +-- GUI2K4.UT2K4Browser_Page
                     |   
                     +-- GUI2K4.UT2K4Browser_ServerListPageBase
                        |   
                        +-- GUI2K4.UT2K4Browser_ServerListPageFavorites

Variables Summary
array<string>ContextItems
array<ExtendedConsole.ServerFavorite>Servers
ServerQueryClientSQC
UT2K4Browser_ServerListPageFavorites
stringAddFavoriteCaption
stringEditFavoriteText
intEditIndex
stringRemoveFavoriteCaption
stringRemoveFavoriteText
Inherited Variables from GUI2K4.UT2K4Browser_ServerListPageBase
bAllowUpdates, ConnectLAN, DetailSplitterPosition, FilterMaster, GameTypePos, HeaderColumnSizes, lb_Players, lb_Rules, lb_Server, li_Players, li_Rules, li_Server, MainSplitterPosition, PingCompleteText, PingingText, PlayersListBoxClass, RulesListBoxClass, sp_Detail, sp_Main
Inherited Variables from GUI2K4.UT2K4Browser_Page
AuthFailString, BackCaption, bCommonButtonWidth, Browser, ConnFailString, ConnTimeoutString, CurrentFooterCaption, FilterCaption, JoinCaption, MustUpgradeString, QueryCompleteString, ReadyString, RefreshCaption, RetryString, SpectateCaption, StartQueryString, t_Footer, UnspecifiedNetworkError

Structures Summary
Inherited Structures from GUI2K4.UT2K4Browser_ServerListPageBase
HeaderColumnPos

Functions Summary
function AddFavorite (GameInfo.ServerResponseLine Server)
function AddPageClosed (bool bCancelled)
function CancelPings ()
function ClearQueryClient ()
functionbool ContextMenuOpened (GUIContextMenu Sender)
function ContextSelect (GUIContextMenu Menu, int Index)
function ConvertFavoriteToServer (ExtendedConsole.ServerFavorite Fav, out GameInfo.ServerResponseLine Server)
function ConvertServerToFavorite (GameInfo.ServerResponseLine Server, out ExtendedConsole.ServerFavorite Fav)
function EditPageClosed (bool bCancelled)
function Free ()
functionServerQueryClient GetQueryClient ()
function InitComponent (GUIController MyController, GUIComponent MyOwner)
function InitFavorites ()
function InitPanel ()
function InitServerList ()
function LevelChanged ()
functionbool ListBoxRightClick (GUIComponent Sender)
function NetworkErrorClosed (bool bCancelled)
function OnDestroyPanel (optional bool bCancelled)
function PingServer (int listid, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s)
function ReceivedPingInfo (int ServerID, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s)
function ReceivedPingTimeout (int listid, ServerQueryClient.EPingCause PingCause)
function Refresh ()
function RefreshList ()
function RemoveFavorite (GameInfo.ServerResponseLine Server)
function SaveFavorites ()
function ShowPanel (bool bShow)
Inherited Functions from GUI2K4.UT2K4Browser_ServerListPageBase
CancelPings, InitComponent, InitServerList, InternalOnCreateComponent, InternalOnLoadIni, InternalOnSaveINI, InternalReleaseSplitter, IsJoinAvailable, IsRefreshAvailable, IsSpectateAvailable, JoinClicked, MousePressed, MouseReleased, Opened, PingServer, Refresh, RefreshCurrentServer, RefreshList, ServerListChanged, ShowPanel, SpectateClicked, UpdateStatusPingCount
Inherited Functions from GUI2K4.UT2K4Browser_Page
AddQueryTerm, BindQueryClient, CheckJoinButton, CheckRefreshButton, CheckSpectateButton, CloseMSConnection, FilterClicked, InitComponent, InternalOnRightClick, IsFilterAvailable, IsJoinAvailable, IsRefreshAvailable, IsSpectateAvailable, JoinClicked, NetworkErrorClosed, Opened, QueryComplete, ReceivedPingInfo, ReceivedPingTimeout, RefreshClicked, ResetQueryClient, SetFooterCaption, SetJoinCaption, SetRefreshCaption, SetSpectateCaption, ShouldDisplayGameType, ShowNetworkError, ShowPanel, SpectateClicked


Variables Detail

ContextItems Source code

var array<string> ContextItems;

Servers Source code

var array<ExtendedConsole.ServerFavorite> Servers;

SQC Source code

var protected ServerQueryClient SQC;

UT2K4Browser_ServerListPageFavorites

AddFavoriteCaption Source code

var(UT2K4Browser_ServerListPageFavorites) localized string AddFavoriteCaption;

EditFavoriteText Source code

var(UT2K4Browser_ServerListPageFavorites) localized string EditFavoriteText;

EditIndex Source code

var(UT2K4Browser_ServerListPageFavorites) int EditIndex;

RemoveFavoriteCaption Source code

var(UT2K4Browser_ServerListPageFavorites) localized string RemoveFavoriteCaption;

RemoveFavoriteText Source code

var(UT2K4Browser_ServerListPageFavorites) localized string RemoveFavoriteText;


Functions Detail

AddFavorite Source code

function AddFavorite ( GameInfo.ServerResponseLine Server )

AddPageClosed Source code

function AddPageClosed ( bool bCancelled )

CancelPings Source code

function CancelPings ( )

ClearQueryClient Source code

protected function ClearQueryClient ( )

ContextMenuOpened Source code

function bool ContextMenuOpened ( GUIContextMenu Sender )

ContextSelect Source code

function ContextSelect ( GUIContextMenu Menu, int Index )

ConvertFavoriteToServer Source code

static function ConvertFavoriteToServer ( ExtendedConsole.ServerFavorite Fav, out GameInfo.ServerResponseLine Server )

ConvertServerToFavorite Source code

static function ConvertServerToFavorite ( GameInfo.ServerResponseLine Server, out ExtendedConsole.ServerFavorite Fav )

EditPageClosed Source code

function EditPageClosed ( bool bCancelled )

Free Source code

function Free ( )

GetQueryClient Source code

function ServerQueryClient GetQueryClient ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner )

InitFavorites Source code

function InitFavorites ( )

InitPanel Source code

function InitPanel ( )

InitServerList Source code

function InitServerList ( )

LevelChanged Source code

function LevelChanged ( )

ListBoxRightClick Source code

function bool ListBoxRightClick ( GUIComponent Sender )

NetworkErrorClosed Source code

function NetworkErrorClosed ( bool bCancelled )

OnDestroyPanel Source code

function OnDestroyPanel ( optional bool bCancelled )

PingServer Source code

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

ReceivedPingInfo Source code

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

ReceivedPingTimeout Source code

function ReceivedPingTimeout ( int listid, ServerQueryClient.EPingCause PingCause )

Refresh Source code

function Refresh ( )

RefreshList Source code

function RefreshList ( )

RemoveFavorite Source code

function RemoveFavorite ( GameInfo.ServerResponseLine Server )

SaveFavorites Source code

function SaveFavorites ( )

ShowPanel Source code

function ShowPanel ( bool bShow )


Defaultproperties

defaultproperties
{
     AddFavoriteCaption="ADD FAVORITE"
     RemoveFavoriteCaption="REMOVE FAVORITE"
     RemoveFavoriteText="Remove Favorite"
     EditFavoriteText="Edit IP Address"
     PanelCaption="Server Browser : Favorites"
     Begin Object Class=GUIContextMenu Name=FavoritesContextMenu
         OnOpen=UT2k4Browser_ServerListPageFavorites.ContextMenuOpened
         OnSelect=UT2k4Browser_ServerListPageFavorites.ContextSelect
     End Object
     ContextMenu=GUIContextMenu'GUI2K4.UT2k4Browser_ServerListPageFavorites.FavoritesContextMenu'

}

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