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

UBrowser.UBrowserServerListWindow

Extends
UWindowPageWindow

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

Direct Known Subclasses:

UBrowserFavoriteServers

Variables Summary
intAutoRefreshTime
boolbPingResume
boolbPingResumeIntial
boolbPingSuspend
boolbSuspendPingOnClose
UBrowserServerListFactoryFactories[10]
UBrowserServerGridGrid
stringGridClass
UBrowserServerListList
stringListFactories[10]
intQueryDone[10]
UBrowserSubsetListSubsetList
UBrowserSupersetListSupersetList
floatTimeElapsed
stringURLAppend
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

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


Variables Detail

AutoRefreshTime Source code

var int AutoRefreshTime;

bPingResume Source code

var bool bPingResume;

bPingResumeIntial Source code

var bool bPingResumeIntial;

bPingSuspend Source code

var bool bPingSuspend;

bSuspendPingOnClose Source code

var bool bSuspendPingOnClose;

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 string ListFactories[10];

QueryDone[10] Source code

var int QueryDone[10];

SubsetList Source code

var UBrowserSubsetList SubsetList;

SupersetList Source code

var UBrowserSupersetList SupersetList;

TimeElapsed Source code

var float TimeElapsed;

URLAppend Source code

var string URLAppend;


Functions Detail

AddFavorite Source code

function AddFavorite ( UBrowserServerList Server )

AddSubset Source code

function AddSubset ( UBrowserSubsetFact Subset )

AddSuperSet Source code

function AddSuperSet ( UBrowserServerListWindow Superset )

Created Source code

function Created ( )

CreateFactories Source code

function CreateFactories ( )

Paint Source code

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

Query Source code

function Query ( optional bool bBySuperset, optional bool bInitial )

QueryFinished Source code

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

Refresh Source code

function Refresh ( optional bool bBySuperset, optional bool bInitial )

RemoveSubset Source code

function RemoveSubset ( UBrowserSubsetFact Subset )

RemoveSuperset Source code

function RemoveSuperset ( UBrowserServerListWindow Superset )

Resized Source code

function Resized ( )

ResumePinging Source code

function ResumePinging ( )

ShutdownFactories Source code

function ShutdownFactories ( optional bool bBySuperset )

SuspendPinging Source code

function SuspendPinging ( )

Tick Source code

function Tick ( float Delta )

WindowHidden Source code

function WindowHidden ( )

WindowShown Source code

function WindowShown ( )


Defaultproperties

defaultproperties
{
     GridClass="UBrowser.UBrowserServerGrid"
     bSuspendPingOnClose=True
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 12:49:33.750 - Created with UnCodeX