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

UTBrowser.UTBrowserServerGrid

Extends
UBrowserServerGrid

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowGrid
         |   
         +-- UBrowser.UBrowserServerGrid
            |   
            +-- UTBrowser.UTBrowserServerGrid

Variables Summary
stringActiveText
UWindowMessageBoxAskNgStats
stringAskNgStatsText
stringAskNgStatsTitle
boolbWaitingForNgStats
UBrowserServerListConnectToServer
stringEnabledText
stringInactiveText
UWindowGridColumnngStats
stringngStatsName
UWindowGridColumnVer
stringVersionName
Inherited Variables from UBrowser.UBrowserServerGrid
AutoPingInterval, bSortDescending, Count, MapName, MapNameName, Menu, OldPingServer, Ping, PingName, Players, PlayersName, SelectedServer, Server, ServerName, SortByColumn, TimePassed
Inherited Variables from UWindow.UWindowGrid
bNoKeyboard, bShowHorizSB, bSizingColumn, ClientArea, FirstColumn, HorizSB, LastColumn, RowHeight, TopRow, VertSB

Functions Summary
function BeforePaint (Canvas C, float X, float Y))
functionint Compare (UBrowserServerList T, UBrowserServerList B))
function CreateColumns ()))
function DrawCell (Canvas C, float X, float Y, UWindowGridColumn Column, UBrowserServerList List))
function JoinServer (UBrowserServerList Server))
function MessageBoxDone (UWindowMessageBox W, MessageBoxResult Result))
function ReallyJoinServer (UBrowserServerList Server))
Inherited Functions from UBrowser.UBrowserServerGrid
ByMap, ByName, ByPing, ByPlayers, Close, Compare, CreateColumns, Created, DoubleClickRow, DrawCell, GetSelectedRow, GetServerUnderRow, JoinServer, KeyDown, MouseLeaveColumn, PaintColumn, Refresh, RefreshServer, RePing, RightClickRow, SelectRow, ShowInfo, SortColumn, Tick
Inherited Functions from UWindow.UWindowGrid
AddColumn, BeforePaint, Created, DoubleClickRow, KeyDown, MouseLeaveColumn, Paint, PaintColumn, Resized, RightClickRow, RightClickRowDown, SelectRow, SortColumn


Variables Detail

ActiveText Source code

var localized string ActiveText;

AskNgStats Source code

var UWindowMessageBox AskNgStats;

AskNgStatsText Source code

var localized string AskNgStatsText;

AskNgStatsTitle Source code

var localized string AskNgStatsTitle;

bWaitingForNgStats Source code

var bool bWaitingForNgStats;

ConnectToServer Source code

var UBrowserServerList ConnectToServer;

EnabledText Source code

var localized string EnabledText;

InactiveText Source code

var localized string InactiveText;

ngStats Source code

var UWindowGridColumn ngStats;

ngStatsName Source code

var localized string ngStatsName;

Ver Source code

var UWindowGridColumn Ver;

VersionName Source code

var localized string VersionName;


Functions Detail

BeforePaint Source code

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

Compare Source code

function int Compare ( UBrowserServerList T, UBrowserServerList B) )

CreateColumns Source code

function CreateColumns ( ) )

DrawCell Source code

function DrawCell ( Canvas C, float X, float Y, UWindowGridColumn Column, UBrowserServerList List) )

JoinServer Source code

function JoinServer ( UBrowserServerList Server) )

MessageBoxDone Source code

function MessageBoxDone ( UWindowMessageBox W, MessageBoxResult Result) )

ReallyJoinServer Source code

function ReallyJoinServer ( UBrowserServerList Server) )


Defaultproperties

defaultproperties
{
     ngStatsName="ngWorldStats"
     VersionName="Version"
     EnabledText="Enabled"
     AskNgStatsTitle="Use ngWorldStats?"
     AskNgStatsText="This server has stat accumulation enabled. Your ngWorldStats password has not been set. If you set a new ngWorldStats password, you can record all of your gameplay stats (Kills, Suicides, etc) online! If you do not set a password you will opt out of stat accumulation.\n\nDo you want to set an ngWorldStats password?"
     ActiveText="Active"
     InactiveText="Inactive"
}

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