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

UBrowser.UBrowserUpdateServerWindow

Extends
UWindowPageWindow

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

Direct Known Subclasses:

UTBrowserUpdateServerWindow

Variables Summary
boolbGotMOTD
boolbHadInitialQuery
stringFailureText
UBrowserUpdateServerLinkLink
class<UBrowserUpdateServerLink>LinkClass
intNumTries
stringQueryText
stringStatusBarText
UBrowserUpdateServerTextAreaTextArea
class<UBrowserUpdateServerTextArea>TextAreaClass
intTries
Inherited Variables from UWindow.UWindowPageWindow
OwnerTab
Inherited Variables from UWindow.UWindowDialogClientWindow
DesiredHeight, DesiredWidth, TabLast

Functions Summary
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function Failure ()))
function KeyDown (int Key, float X, float Y))
function Paint (Canvas C, float X, float Y))
function Query ()))
function SetIRCServer (string Value))
function SetMasterServer (string Value))
function SetMOTD (string MOTD))
function Success ()))
Inherited Functions from UWindow.UWindowPageWindow
RightClickTab
Inherited Functions from UWindow.UWindowDialogClientWindow
CreateControl, GetDesiredDimensions, Notify, OKPressed, Paint


Variables Detail

bGotMOTD Source code

var bool bGotMOTD;

bHadInitialQuery Source code

var bool bHadInitialQuery;

FailureText Source code

var localized string FailureText;

Link Source code

var UBrowserUpdateServerLink Link;

LinkClass Source code

var class<UBrowserUpdateServerLink> LinkClass;

NumTries Source code

var int NumTries;

QueryText Source code

var localized string QueryText;

StatusBarText Source code

var string StatusBarText;

TextArea Source code

var UBrowserUpdateServerTextArea TextArea;

TextAreaClass Source code

var class<UBrowserUpdateServerTextArea> TextAreaClass;

Tries Source code

var int Tries;


Functions Detail

BeforePaint Source code

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

Created Source code

function Created ( ) )

Failure Source code

function Failure ( ) )

KeyDown Source code

function KeyDown ( int Key, float X, float Y) )

Paint Source code

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

Query Source code

function Query ( ) )

SetIRCServer Source code

function SetIRCServer ( string Value) )

SetMasterServer Source code

function SetMasterServer ( string Value) )

SetMOTD Source code

function SetMOTD ( string MOTD) )

Success Source code

function Success ( ) )


Defaultproperties

defaultproperties
{
     QueryText="Querying Server..."
     FailureText="The server did not respond."
     LinkClass=Class'UBrowser.UBrowserUpdateServerLink'
     TextAreaClass=Class'UBrowser.UBrowserUpdateServerTextArea'
     NumTries=3
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Fr 7.6.2013 13:15:14.305 - Created with UnCodeX