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

UBrowser.UBrowserServerListWindow

Extends
UWindowPageWindow
Modifiers
PerObjectConfig

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UWindow.UWindowDialogClientWindow
            |   
            +-- UWindow.UWindowPageWindow
               |   
               +-- UBrowser.UBrowserServerListWindow

Direct Known Subclasses:

UBrowserFavoriteServers

Variables Summary
intAutoRefreshTime
boolbNoAutoSort
boolbNoSort
boolbPingResume
boolbPingResumeIntial
boolbPingSuspend
boolbSuspendPingOnClose
stringCompleteText
stringErrorString
UBrowserServerListFactoryFactories[10]
UBrowserServerGridGrid
stringGridClass
UBrowserServerListList
stringListFactories[10]
stringPingingText
EPingStatePingState
stringPlayerCountName
intQueryDone[10]
stringQueryFailedText
stringQueryServerText
stringServerCountName
UBrowserSubsetListSubsetList
UBrowserSupersetListSupersetList
floatTimeElapsed
intTotalPinged
intTotalServers
stringURLAppend
Inherited Variables from UWindow.UWindowPageWindow
OwnerTab
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Enumerations Summary
EPingState
PS_QueryServer, PS_QueryFailed, PS_Pinging, PS_RePinging, PS_Done

Functions Summary
function AddFavorite (UBrowserServerList Server)
function AddSubset (UBrowserSubsetFact Subset)
function AddSuperSet (UBrowserServerListWindow Superset)
function BeforePaint (Canvas C, float X, float Y)
function Created ()
function CreateFactories ()
function Paint (Canvas C, float X, float Y)
function PingFinished ()
function Query (optional bool bBySuperset, optional bool bInitial, optional bool bInNoSort)
function QueryFinished (UBrowserServerListFactory Fact, bool bSuccess, optional string ErrorMsg)
function Refresh (optional bool bBySuperset, optional bool bInitial, optional bool bSaveExistingList, optional bool bInNoSort)
function RefreshSubsets ()
function RemoveOldServers ()
function RemoveSubset (UBrowserSubsetFact Subset)
function RemoveSuperset (UBrowserServerListWindow Superset)
function RePing ()
function Resized ()
function ResumePinging ()
function ShutdownFactories (optional bool bBySuperset)
function SuspendPinging ()
function TagServersAsOld ()
function Tick (float Delta)
function WindowHidden ()
function WindowShown ()
Inherited Functions from UWindow.UWindowPageWindow
RightClickTab
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint


Variables Detail

AutoRefreshTime Source code

var config int AutoRefreshTime;

bNoAutoSort Source code

var config bool bNoAutoSort;

bNoSort Source code

var bool bNoSort;

bPingResume Source code

var bool bPingResume;

bPingResumeIntial Source code

var bool bPingResumeIntial;

bPingSuspend Source code

var bool bPingSuspend;

bSuspendPingOnClose Source code

var bool bSuspendPingOnClose;

CompleteText Source code

var localized string CompleteText;

ErrorString Source code

var string ErrorString;

Factories[10] Source code

var UBrowserServerListFactory Factories[10];

Grid Source code

var UBrowserServerGrid Grid;

GridClass Source code

var string GridClass;

List Source code

var UBrowserServerList List;

ListFactories[10] Source code

var config string ListFactories[10];

PingingText Source code

var localized string PingingText;

PingState Source code

var EPingState PingState;

PlayerCountName Source code

var localized string PlayerCountName;

QueryDone[10] Source code

var int QueryDone[10];

QueryFailedText Source code

var localized string QueryFailedText;

QueryServerText Source code

var localized string QueryServerText;

ServerCountName Source code

var localized string ServerCountName;

SubsetList Source code

var UBrowserSubsetList SubsetList;

SupersetList Source code

var UBrowserSupersetList SupersetList;

TimeElapsed Source code

var float TimeElapsed;

TotalPinged Source code

var int TotalPinged;

TotalServers Source code

var int TotalServers;

URLAppend Source code

var config string URLAppend;


Enumerations Detail

EPingState Source code

enum EPingState
{
PS_QueryServer, PS_QueryFailed, PS_Pinging, PS_RePinging, PS_Done
};


Functions Detail

AddFavorite Source code

function AddFavorite ( UBrowserServerList Server )

AddSubset Source code

function AddSubset ( UBrowserSubsetFact Subset )

AddSuperSet Source code

function AddSuperSet ( UBrowserServerListWindow Superset )

BeforePaint Source code

function BeforePaint ( Canvas C, float X, float Y )

Created Source code

function Created ( )

CreateFactories Source code

function CreateFactories ( )

Paint Source code

function Paint ( Canvas C, float X, float Y )

PingFinished Source code

function PingFinished ( )

Query Source code

function Query ( optional bool bBySuperset, optional bool bInitial, optional bool bInNoSort )

QueryFinished Source code

function QueryFinished ( UBrowserServerListFactory Fact, bool bSuccess, optional string ErrorMsg )

Refresh Source code

function Refresh ( optional bool bBySuperset, optional bool bInitial, optional bool bSaveExistingList, optional bool bInNoSort )

RefreshSubsets Source code

function RefreshSubsets ( )

RemoveOldServers Source code

function RemoveOldServers ( )

RemoveSubset Source code

function RemoveSubset ( UBrowserSubsetFact Subset )

RemoveSuperset Source code

function RemoveSuperset ( UBrowserServerListWindow Superset )

RePing Source code

function RePing ( )

Resized Source code

function Resized ( )

ResumePinging Source code

function ResumePinging ( )

ShutdownFactories Source code

function ShutdownFactories ( optional bool bBySuperset )

SuspendPinging Source code

function SuspendPinging ( )

TagServersAsOld Source code

function TagServersAsOld ( )

Tick Source code

function Tick ( float Delta )

WindowHidden Source code

function WindowHidden ( )

WindowShown Source code

function WindowShown ( )


Defaultproperties

defaultproperties
{
     GridClass="UBrowser.UBrowserServerGrid"
     bSuspendPingOnClose=True
     PlayerCountName="Players"
     ServerCountName="Servers"
     QueryServerText="Querying Master Server"
     QueryFailedText="Master Server Failed: "
     PingingText="Pinging Servers"
     CompleteText="Complete"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:29:22.187 - Created with UnCodeX