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

UBrowser.UBrowserMainClientWindow

Extends
UWindowClientWindow

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowClientWindow
         |   
         +-- UBrowser.UBrowserMainClientWindow

Constants Summary
OpenBarHeight=30
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
UBrowserServerListWindowFactoryWindows[20]
UWindowPageControlPageFavorites
stringFavoritesName
UWindowPageControlPageIRC
stringIRCName
UBrowserOpenBarOpenBar
UWindowPageControlPageControl
UBrowserMainClientWindow
nameServerListNames[20]
stringServerListTitles[20]
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
function Created ()
function Paint (Canvas C, float X, float Y)
function Resized ()
function SaveConfigs ()
Inherited Functions from UWindow.UWindowClientWindow
Close
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


Constants Detail

OpenBarHeight Source code

const OpenBarHeight = 30;


Variables Detail

FactoryWindows[20] Source code

var UBrowserServerListWindow FactoryWindows[20];

Favorites Source code

var UWindowPageControlPage Favorites;

FavoritesName Source code

var localized string FavoritesName;

IRC Source code

var UWindowPageControlPage IRC;

IRCName Source code

var localized string IRCName;

OpenBar Source code

var UBrowserOpenBar OpenBar;

PageControl Source code

var UWindowPageControl PageControl;

UBrowserMainClientWindow

ServerListNames[20] Source code

var(UBrowserMainClientWindow) globalconfig name ServerListNames[20];

ServerListTitles[20] Source code

var(UBrowserMainClientWindow) globalconfig string ServerListTitles[20];


Functions Detail

Created Source code

function Created ( )

Paint Source code

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

Resized Source code

function Resized ( )

SaveConfigs Source code

function SaveConfigs ( )


Defaultproperties

defaultproperties
{
     FavoritesName="Favorites"
     IRCName="Chat"
     ServerListTitles(0)="All 225 Servers"
     ServerListTitles(1)="LAN Servers"
     ServerListTitles(2)="Populated 225 Servers"
     ServerListTitles(3)="Deathmatch"
     ServerListTitles(4)="Team Games"
     ServerListTitles(5)="DarkMatch"
     ServerListTitles(6)="Coop Games"
     ServerListTitles(7)="All Servers"
     ServerListNames(0)=UBrowser225
     ServerListNames(1)=UBrowserLAN
     ServerListNames(2)=UBrowserPopulated
     ServerListNames(3)=UBrowserDeathmatch
     ServerListNames(4)=UBrowserTeamGames
     ServerListNames(5)=UBrowserDarkMatch
     ServerListNames(6)=UBrowserCoop
     ServerListNames(7)=UBrowserAll
}

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