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, UTBrowserServerListWindow

Constants Summary
MinHeightForSplitter=384

Variables Summary
intAutoRefreshTime
boolbFallbackFactories
boolbHadInitialRefresh
boolbHidden
boolbNoAutoSort
boolbNoSort
boolbPingResume
boolbPingResumeIntial
boolbPingSuspend
boolbShowFailedServers
boolbSuspendPingOnClose
stringCompleteText
stringErrorString
UBrowserServerListFactoryFactories[10]
intFallbackFactory
UBrowserServerGridGrid
stringGridClass
UBrowserInfoClientWindowInfoClient
UBrowserServerListInfoItem
stringInfoName
UBrowserInfoWindowInfoWindow
stringListFactories[10]
UBrowserServerListPingedList
stringPingingText
EPingStatePingState
stringPlayerCountLeader
stringPlayerCountName
intQueryDone[10]
stringQueryFailedText
stringQueryServerText
class<UBrowserRightClickMenu>RightClickMenuClass
stringServerCountLeader
stringServerCountName
class<UBrowserServerList>ServerListClass
stringServerListClassName
stringServerListTitle
UBrowserSubsetListSubsetList
UBrowserSupersetListSupersetList
floatTimeElapsed
UBrowserServerListUnpingedList
stringURLAppend
UWindowVSplitterVSplitter
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
functionUBrowserServerList AddFavorite (UBrowserServerList Server))
function AddSubset (UBrowserSubsetFact Subset))
function AddSuperSet (UBrowserServerListWindow Superset))
function AutoInfo (UBrowserServerList I))
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function CreateFactories (bool bUsePingedList))
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 ResolutionChanged (float W, float H))
function ResumePinging ()))
function ShowInfo (UBrowserServerList I, optional bool bAutoInfo))
function ShowInfoArea (bool bShow, optional bool bFloating, optional bool bNoActivate))
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


Constants Detail

MinHeightForSplitter Source code

const MinHeightForSplitter = 384;


Variables Detail

AutoRefreshTime Source code

var config int AutoRefreshTime;

bFallbackFactories Source code

var config bool bFallbackFactories;

bHadInitialRefresh Source code

var bool bHadInitialRefresh;

bHidden Source code

var config bool bHidden;

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;

bShowFailedServers Source code

var bool bShowFailedServers;

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];

FallbackFactory Source code

var int FallbackFactory;

Grid Source code

var UBrowserServerGrid Grid;

GridClass Source code

var string GridClass;

InfoClient Source code

var UBrowserInfoClientWindow InfoClient;

InfoItem Source code

var UBrowserServerList InfoItem;

InfoName Source code

var localized string InfoName;

InfoWindow Source code

var UBrowserInfoWindow InfoWindow;

ListFactories[10] Source code

var config string ListFactories[10];

PingedList Source code

var UBrowserServerList PingedList;

PingingText Source code

var localized string PingingText;

PingState Source code

var EPingState PingState;

PlayerCountLeader Source code

var localized string PlayerCountLeader;

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;

RightClickMenuClass Source code

var class<UBrowserRightClickMenu> RightClickMenuClass;

ServerCountLeader Source code

var localized string ServerCountLeader;

ServerCountName Source code

var localized string ServerCountName;

ServerListClass Source code

var class<UBrowserServerList> ServerListClass;

ServerListClassName Source code

var string ServerListClassName;

ServerListTitle Source code

var config string ServerListTitle;

SubsetList Source code

var UBrowserSubsetList SubsetList;

SupersetList Source code

var UBrowserSupersetList SupersetList;

TimeElapsed Source code

var float TimeElapsed;

UnpingedList Source code

var UBrowserServerList UnpingedList;

URLAppend Source code

var config string URLAppend;

VSplitter Source code

var UWindowVSplitter VSplitter;


Enumerations Detail

EPingState Source code

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


Functions Detail

AddFavorite Source code

function UBrowserServerList AddFavorite ( UBrowserServerList Server) )

AddSubset Source code

function AddSubset ( UBrowserSubsetFact Subset) )

AddSuperSet Source code

function AddSuperSet ( UBrowserServerListWindow Superset) )

AutoInfo Source code

function AutoInfo ( UBrowserServerList I) )

BeforePaint Source code

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

Created Source code

function Created ( ) )

CreateFactories Source code

function CreateFactories ( bool bUsePingedList) )

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 ( ) )

ResolutionChanged Source code

function ResolutionChanged ( float W, float H) )

ResumePinging Source code

function ResumePinging ( ) )

ShowInfo Source code

function ShowInfo ( UBrowserServerList I, optional bool bAutoInfo) )

ShowInfoArea Source code

function ShowInfoArea ( bool bShow, optional bool bFloating, optional bool bNoActivate) )

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
{
     ServerListClassName="UBrowser.UBrowserServerList"
     GridClass="UBrowser.UBrowserServerGrid"
     bSuspendPingOnClose=True
     RightClickMenuClass=Class'UBrowser.UBrowserRightClickMenu'
     InfoName="Info"
     PlayerCountName="Players"
     ServerCountName="Servers"
     QueryServerText="Querying master server (hit F5 if nothing happens)"
     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: Fr 7.6.2013 13:15:14.149 - Created with UnCodeX