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

GUI2K4.UT2K4Browser_Page

Extends
UT2K4TabPanel

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

Direct Known Subclasses:

UT2K4Browser_IRC, UT2K4Browser_MOTD, UT2K4Browser_ServerListPageBase

Variables Summary
UT2K4Browser_Page
stringAuthFailString
stringBackCaption
boolbCommonButtonWidth
UT2K4ServerBrowserBrowser
stringConnFailString
stringConnTimeoutString
stringCurrentFooterCaption
stringFilterCaption
stringJoinCaption
stringMustUpgradeString
stringQueryCompleteString
stringReadyString
stringRefreshCaption
stringRetryString
stringSpectateCaption
stringStartQueryString
UT2K4Browser_Footert_Footer
stringUnspecifiedNetworkError
Inherited Variables from XInterface.GUITabPanel
bFillHeight, FadeInTime, MyButton, PanelCaption

Delegates Summary
delegate OnCloseConnection (optional int Count)
delegate OnOpenConnection (optional int Count)
delegate RefreshFooter (optional UT2K4Browser_Page Page, optional string bPerButtonSizes)

Functions Summary
function AddQueryTerm (coerce string Key, coerce string Value, MasterServerClient.EQueryType QueryType))
function BindQueryClient (ServerQueryClient Client ))
function CheckJoinButton (bool Available))
function CheckRefreshButton (bool Available))
function CheckSpectateButton (bool Available))
function CloseMSConnection ()))
function FilterClicked ()
function InitComponent (GUIController MyController, GUIComponent MyOwner))
functionbool InternalOnRightClick (GUIComponent Sender))
functionbool IsFilterAvailable (out string ButtonCaption ))
functionbool IsJoinAvailable (out string ButtonCaption ))
functionbool IsRefreshAvailable (out string ButtonCaption ))
functionbool IsSpectateAvailable (out string ButtonCaption ))
function JoinClicked ()
function NetworkErrorClosed (bool bCancelled ))
event Opened (GUIComponent Sender))
function QueryComplete (MasterServerClient.EResponseInfo ResponseInfo, int Info)
function ReceivedPingInfo (int ServerID, ServerQueryClient.EPingCause PingCause, GameInfo.ServerResponseLine s)
function ReceivedPingTimeout (int listid, ServerQueryClient.EPingCause PingCause)
function RefreshClicked ()))
function ResetQueryClient (ServerQueryClient Client ))
function SetFooterCaption (string NewCaption, optional bool bAppend))
function SetJoinCaption (string NewCaption, optional bool bAppend))
function SetRefreshCaption (string NewCaption, optional bool bAppend))
function SetSpectateCaption (string NewCaption, optional bool bAppend))
functionbool ShouldDisplayGameType ()))
function ShowNetworkError (optional string ErrorMsg ))
function ShowPanel (bool bShow))
function SpectateClicked ()
Inherited Functions from XInterface.GUITabPanel
CanShowPanel, Free, InitPanel, OnDestroyPanel, Refresh, ShowPanel


Variables Detail

UT2K4Browser_Page

AuthFailString Source code

var(UT2K4Browser_Page) localized string AuthFailString;

BackCaption Source code

var(UT2K4Browser_Page) localized string BackCaption;

bCommonButtonWidth Source code

var(UT2K4Browser_Page) bool bCommonButtonWidth;

Browser Source code

var(UT2K4Browser_Page) UT2K4ServerBrowser Browser;

ConnFailString Source code

var(UT2K4Browser_Page) localized string ConnFailString;

ConnTimeoutString Source code

var(UT2K4Browser_Page) localized string ConnTimeoutString;

CurrentFooterCaption Source code

var(UT2K4Browser_Page) string CurrentFooterCaption;

FilterCaption Source code

var(UT2K4Browser_Page) localized string FilterCaption;

JoinCaption Source code

var(UT2K4Browser_Page) localized string JoinCaption;

MustUpgradeString Source code

var(UT2K4Browser_Page) localized string MustUpgradeString;

QueryCompleteString Source code

var(UT2K4Browser_Page) localized string QueryCompleteString;

ReadyString Source code

var(UT2K4Browser_Page) localized string ReadyString;

RefreshCaption Source code

var(UT2K4Browser_Page) localized string RefreshCaption;

RetryString Source code

var(UT2K4Browser_Page) localized string RetryString;

SpectateCaption Source code

var(UT2K4Browser_Page) localized string SpectateCaption;

StartQueryString Source code

var(UT2K4Browser_Page) localized string StartQueryString;

t_Footer Source code

var(UT2K4Browser_Page) UT2K4Browser_Footer t_Footer;

UnspecifiedNetworkError Source code

var(UT2K4Browser_Page) localized string UnspecifiedNetworkError;


Delegates Detail

OnCloseConnection Source code

delegate OnCloseConnection ( optional int Count )

OnOpenConnection Source code

delegate OnOpenConnection ( optional int Count )

RefreshFooter Source code

delegate RefreshFooter ( optional UT2K4Browser_Page Page, optional string bPerButtonSizes )


Functions Detail

AddQueryTerm Source code

function AddQueryTerm ( coerce string Key, coerce string Value, MasterServerClient.EQueryType QueryType) )

BindQueryClient Source code

function BindQueryClient ( ServerQueryClient Client ) )

CheckJoinButton Source code

function CheckJoinButton ( bool Available) )

CheckRefreshButton Source code

function CheckRefreshButton ( bool Available) )

CheckSpectateButton Source code

function CheckSpectateButton ( bool Available) )

CloseMSConnection Source code

function CloseMSConnection ( ) )

FilterClicked Source code

function FilterClicked ( )

InitComponent Source code

function InitComponent ( GUIController MyController, GUIComponent MyOwner) )

InternalOnRightClick Source code

function bool InternalOnRightClick ( GUIComponent Sender) )

IsFilterAvailable Source code

function bool IsFilterAvailable ( out string ButtonCaption ) )

IsJoinAvailable Source code

function bool IsJoinAvailable ( out string ButtonCaption ) )

IsRefreshAvailable Source code

function bool IsRefreshAvailable ( out string ButtonCaption ) )

IsSpectateAvailable Source code

function bool IsSpectateAvailable ( out string ButtonCaption ) )

JoinClicked Source code

function JoinClicked ( )

NetworkErrorClosed Source code

function NetworkErrorClosed ( bool bCancelled ) )

Opened Source code

event Opened ( GUIComponent Sender) )

QueryComplete Source code

function QueryComplete ( MasterServerClient.EResponseInfo ResponseInfo, int Info )

ReceivedPingInfo Source code

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

ReceivedPingTimeout Source code

function ReceivedPingTimeout ( int listid, ServerQueryClient.EPingCause PingCause )

RefreshClicked Source code

function RefreshClicked ( ) )

ResetQueryClient Source code

function ResetQueryClient ( ServerQueryClient Client ) )

SetFooterCaption Source code

function SetFooterCaption ( string NewCaption, optional bool bAppend) )

SetJoinCaption Source code

function SetJoinCaption ( string NewCaption, optional bool bAppend) )

SetRefreshCaption Source code

function SetRefreshCaption ( string NewCaption, optional bool bAppend) )

SetSpectateCaption Source code

function SetSpectateCaption ( string NewCaption, optional bool bAppend) )

ShouldDisplayGameType Source code

function bool ShouldDisplayGameType ( ) )

ShowNetworkError Source code

function ShowNetworkError ( optional string ErrorMsg ) )

ShowPanel Source code

function ShowPanel ( bool bShow) )

SpectateClicked Source code

function SpectateClicked ( )


Defaultproperties

defaultproperties
{
    MustUpgradeString="Upgrade available. Please refresh the News page."
    UnspecifiedNetworkError="There was an unknown error while attempting to connect to the network."


	StartQueryString="Querying Master Server"
	AuthFailString="Authentication Failed"
	ConnFailString="Connection Failed"
	ConnTimeoutString="Connection Timed Out"
	QueryCompleteString="Query Complete!"
	RetryString=" - Retrying"
	ReadyString="Ready"


	BackCaption="BACK"
	JoinCaption="JOIN"
	SpectateCaption="SPECTATE"
	RefreshCaption="REFRESH"
	FilterCaption="FILTERS"


	bFillHeight=True
	WinWidth=1.0
	WinHeight=1.0
	WinTop=0.0
	WinLeft=0.0
    FadeInTime=0.25
	bCommonButtonWidth=true
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:26.310 - Created with UnCodeX