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

UBrowser.UBrowserServerGrid

Extends
UWindowGrid

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

Constants Summary
Inherited Contants from UWindow.UWindowWindow
DE_Change, DE_Click, DE_Created, DE_DoubleClick, DE_Enter, DE_EnterPressed, DE_Exit, DE_LMouseDown, DE_MClick, DE_MouseEnter, DE_MouseLeave, DE_MouseMove, DE_RClick

Variables Summary
intAutoPingInterval
boolbSortDescending
intCount
UWindowGridColumnip
UWindowGridColumnMapName
stringMapNameName
UBrowserRightClickMenuMenu
UBrowserServerListOldPingServer
UWindowGridColumnPing
stringPingName
UWindowGridColumnPlayers
stringPlayersName
UWindowGridColumnport
UBrowserServerListSelectedServer
UWindowGridColumnServer
stringServerName
UWindowGridColumnSortByColumn
floatTimePassed
Inherited Variables from UWindow.UWindowGrid
bShowHorizSB, bSizingColumn, ClientArea, FirstColumn, HorizSB, LastColumn, RowHeight, TopRow, VertSB
Inherited Variables from UWindow.UWindowWindow
ActiveWindow, bAcceptsFocus, bAcceptsHotKeys, bAlwaysBehind, bAlwaysOnTop, bIgnoreLDoubleClick, bIgnoreMDoubleClick, bIgnoreRDoubleClick, bLeaveOnscreen, bMMouseDown, bMouseDown, bNoClip, bRMouseDown, bTransient, bUWindowActive, bWindowVisible, ClickTime, ClickX, ClickY, ClippingRegion, Cursor, FirstChildWindow, LastChildWindow, LookAndFeel, MClickTime, MClickX, MClickY, ModalWindow, NextSiblingWindow, OwnerWindow, ParentWindow, PrevSiblingWindow, RClickTime, RClickX, RClickY, Root, WinHeight, WinLeft, WinTop, WinWidth

Enumerations Summary
Inherited Enumerations from UWindow.UWindowWindow
WinMessage

Structures Summary
Inherited Structures from UWindow.UWindowWindow
MouseCursor

Functions Summary
functionbool ByMap (UBrowserServerList T, UBrowserServerList B)
functionbool ByName (UBrowserServerList T, UBrowserServerList B)
functionbool ByPing (UBrowserServerList T, UBrowserServerList B)
functionbool ByPlayers (UBrowserServerList T, UBrowserServerList B)
function Close (optional bool bByParent)
functionbool Compare (UBrowserServerList T, UBrowserServerList B)
function CreateColumns ()
function Created ()
function DoubleClickRow (int Row)
functionint GetSelectedRow ()
functionUBrowserServerList GetServerUnderRow (int Row)
function KeyDown (int Key, float X, float Y)
function MouseLeaveColumn (UWindowGridColumn Column)
function PaintColumn (Canvas C, UWindowGridColumn Column, float MouseX, float MouseY)
function Refresh ()
function RefreshServer ()
function RePing ()
function RightClickRow (int Row, float X, float Y)
function SelectRow (int Row)
function ShowInfo (UBrowserServerList List)
function SortColumn (UWindowGridColumn Column)
function Tick (float DeltaTime)
Inherited Functions from UWindow.UWindowGrid
AddColumn, BeforePaint, Created, DoubleClickRow, KeyDown, MouseLeaveColumn, Paint, PaintColumn, Resized, RightClickRow, SelectRow, SortColumn
Inherited Functions from UWindow.UWindowWindow
Activated, ActivateWindow, AfterCreate, AfterPaint, BeforeCreate, BeforePaint, BeginPlay, BringToFront, BuildObjectWithProperties, CheckKeyFocusWindow, CheckMousePassThrough, Click, ClipText, ClipTextWidth, Close, Created, CreateWindow, Deactivated, DoTick, DoubleClick, DrawClippedActor, DrawClippedTexture, DrawHorizTiledPieces, DrawMiscBevel, DrawStretchedTexture, DrawStretchedTextureSegment, DrawUpBevel, DrawVertTiledPieces, FindChildWindow, FindWindowUnder, FocusOtherWindow, FocusWindow, GetDesiredDimensions, GetLevel, GetLookAndFeelTexture, GetMouseXY, GetParent, GetPlayerOwner, GlobalToWindow, HideChildWindow, HideWindow, HotKeyDown, HotKeyUp, IsActive, KeyDown, KeyFocusEnter, KeyFocusExit, KeyType, KeyUp, LMouseDown, LMouseUp, MClick, MDoubleClick, MessageClients, MMouseDown, MMouseUp, MouseEnter, MouseIsOver, MouseLeave, MouseMove, Paint, PaintClients, ParseAmpersand, ProcessMenuKey, PropagateKey, RClick, RDoubleClick, RemoveAmpersand, Resized, ResolutionChanged, RMouseDown, RMouseUp, SaveConfigs, SendToBack, SetAcceptsFocus, SetAcceptsHotKeys, SetMouseWindow, SetParent, SetSize, ShowChildWindow, ShowModal, ShowWindow, TextSize, Tick, Tile, ToolTip, WaitModal, WindowEvent, WindowHidden, WindowIsVisible, WindowShown, WindowToGlobal, WrapClipText


Variables Detail

AutoPingInterval Source code

var int AutoPingInterval;

bSortDescending Source code

var bool bSortDescending;

Count Source code

var int Count;

ip Source code

var UWindowGridColumn ip;

MapName Source code

var UWindowGridColumn MapName;

MapNameName Source code

var localized string MapNameName;

Menu Source code

var UBrowserRightClickMenu Menu;

OldPingServer Source code

var UBrowserServerList OldPingServer;

Ping Source code

var UWindowGridColumn Ping;

PingName Source code

var localized string PingName;

Players Source code

var UWindowGridColumn Players;

PlayersName Source code

var localized string PlayersName;

port Source code

var UWindowGridColumn port;

SelectedServer Source code

var UBrowserServerList SelectedServer;

Server Source code

var UWindowGridColumn Server;

ServerName Source code

var localized string ServerName;

SortByColumn Source code

var UWindowGridColumn SortByColumn;

TimePassed Source code

var float TimePassed;


Functions Detail

ByMap Source code

function bool ByMap ( UBrowserServerList T, UBrowserServerList B )

ByName Source code

function bool ByName ( UBrowserServerList T, UBrowserServerList B )

ByPing Source code

function bool ByPing ( UBrowserServerList T, UBrowserServerList B )

ByPlayers Source code

function bool ByPlayers ( UBrowserServerList T, UBrowserServerList B )

Close Source code

function Close ( optional bool bByParent )

Compare Source code

function bool Compare ( UBrowserServerList T, UBrowserServerList B )

CreateColumns Source code

function CreateColumns ( )

Created Source code

function Created ( )

DoubleClickRow Source code

function DoubleClickRow ( int Row )

GetSelectedRow Source code

function int GetSelectedRow ( )

GetServerUnderRow Source code

function UBrowserServerList GetServerUnderRow ( int Row )

KeyDown Source code

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

MouseLeaveColumn Source code

function MouseLeaveColumn ( UWindowGridColumn Column )

PaintColumn Source code

function PaintColumn ( Canvas C, UWindowGridColumn Column, float MouseX, float MouseY )

Refresh Source code

function Refresh ( )

RefreshServer Source code

function RefreshServer ( )

RePing Source code

function RePing ( )

RightClickRow Source code

function RightClickRow ( int Row, float X, float Y )

SelectRow Source code

function SelectRow ( int Row )

ShowInfo Source code

function ShowInfo ( UBrowserServerList List )

SortColumn Source code

function SortColumn ( UWindowGridColumn Column )

Tick Source code

function Tick ( float DeltaTime )


Defaultproperties

defaultproperties
{
     ServerName="Server"
     PingName="Ping"
     MapNameName="Map Name"
     PlayersName="Players"
     AutoPingInterval=5
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: za 22-4-2006 13:07:22.328 - Created with UnCodeX