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_HelpChanged, DE_LMouseDown, DE_MClick, DE_MouseEnter, DE_MouseLeave, DE_MouseMove, DE_RClick, DE_WheelDownPressed, DE_WheelUpPressed

Variables Summary
UBrowserServerListWindowFactoryWindows[20]
UWindowPageControlPageFavorites
stringFavoritesName
UWindowPageControlPageLANPage
stringLANTabName
stringNewsName
UWindowPageControlPageNewsPage
UBrowserOpenBarOpenBar
UWindowTabControlItemPageBeforeLAN
UWindowPageControlPageControl
UWindowPageControlPageRecent
stringRecentName
UBrowserMainClientWindow
InitalPageEInitialPage
nameServerListNames[20]
stringServerListTitles[20]
Inherited Variables from UWindow.UWindowWindow
ActiveWindow, bAcceptsFocus, bAcceptsHotKeys, bAlwaysBehind, bAlwaysOnTop, bHandleStoreage, 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
InitalPageE
PG_NewsPage, PG_FavoritesPage, PG_AllServersPage
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 ()))
function SelectInternet ()))
function SelectLAN ()))
Inherited Functions from UWindow.UWindowClientWindow
Close
Inherited Functions from UWindow.UWindowWindow
Activated, ActivateWindow, AfterCreate, AfterPaint, BeforeCreate, BeforePaint, BeginPlay, BringToFront, CancelAcceptsFocus, CheckKeyFocusWindow, CheckMousePassThrough, Click, ClipText, ClipTextWidth, Close, Created, CreateWindow, Deactivated, DoTick, DoubleClick, DrawClippedActor, DrawClippedTexture, DrawHorizTiledPieces, DrawMiscBevel, DrawStretchedTexture, DrawStretchedTextureSegment, DrawUpBevel, DrawVertTiledPieces, EscClose, FindChildWindow, FindWindowUnder, FocusOtherWindow, FocusWindow, GetDesiredDimensions, GetEntryLevel, GetLevel, GetLookAndFeelTexture, GetMouseXY, GetParent, GetPlayerOwner, GlobalToWindow, HasActiveWindow, HideChildWindow, HideWindow, HotKeyDown, HotKeyUp, IsActive, KeyDown, KeyFocusEnter, KeyFocusExit, KeyType, KeyUp, LMouseDown, LMouseUp, MClick, MDoubleClick, MessageBox, MessageBoxDone, MessageClients, MMouseDown, MMouseUp, MouseEnter, MouseIsOver, MouseLeave, MouseMove, NotifyAfterLevelChange, NotifyBeforeLevelChange, NotifyQuitUnreal, NotifyWindowRemoved, OverrideMessage, Paint, PaintClients, ParseAmpersand, ProcessMenuKey, PropagateKey, RClick, RDoubleClick, RemoveAmpersand, ReplaceText, Resized, ResolutionChanged, RMouseDown, RMouseUp, SaveConfigs, SendToBack, SetAcceptsFocus, SetAcceptsHotKeys, SetCursor, SetMouseWindow, SetParent, SetSize, ShowChildWindow, ShowModal, ShowWindow, StripCRLF, 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;

LANPage Source code

var UWindowPageControlPage LANPage;

LANTabName Source code

var globalconfig string LANTabName;

NewsName Source code

var localized string NewsName;

NewsPage Source code

var UWindowPageControlPage NewsPage;

OpenBar Source code

var UBrowserOpenBar OpenBar;

PageBeforeLAN Source code

var UWindowTabControlItem PageBeforeLAN;

PageControl Source code

var UWindowPageControl PageControl;

Recent Source code

var UWindowPageControlPage Recent;

RecentName Source code

var localized string RecentName;

UBrowserMainClientWindow

InitialPage Source code

var(UBrowserMainClientWindow) InitalPageE InitialPage;

ServerListNames[20] Source code

var(UBrowserMainClientWindow) globalconfig name ServerListNames[20];

ServerListTitles[20] Source code

var(UBrowserMainClientWindow) globalconfig string ServerListTitles[20];


Enumerations Detail

InitalPageE Source code

enum InitalPageE
{
PG_NewsPage, PG_FavoritesPage, PG_AllServersPage
};


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 ( ) )

SelectInternet Source code

function SelectInternet ( ) )

SelectLAN Source code

function SelectLAN ( ) )


Defaultproperties

defaultproperties
{
				LANTabName="UBrowserLAN"
				FavoritesName="Favorites"
				NewsName="Community News"
				RecentName="Recent servers"
				ServerListTitles(0)="Populated Servers"
				ServerListTitles(1)="Deathmatch"
				ServerListTitles(2)="Team games"
				ServerListTitles(3)="Cooperative"
				ServerListTitles(4)="King of the Hill"
				ServerListTitles(5)="Infiltration DM"
				ServerListTitles(6)="Infiltration Standoff / Team"
				ServerListTitles(7)="Serpentine"
				ServerListTitles(8)="Capture the Flag"
				ServerListTitles(9)="Crystal Castles"
				ServerListTitles(10)="Unreal Forever"
				ServerListTitles(11)="Domination"
				ServerListTitles(12)="RTNP Deathmatch"
				ServerListTitles(13)="DarkMatch"
				ServerListTitles(14)="All Servers"
				ServerListTitles(15)="LAN Servers"
				ServerListNames(0)="UBrowserPopulated"
				ServerListNames(1)="UBrowserDeathmatch"
				ServerListNames(2)="UBrowserTeamGames"
				ServerListNames(3)="UBrowserCoop"
				ServerListNames(4)="UBrowserKingoftheHill"
				ServerListNames(5)="UBrowserInfDM"
				ServerListNames(6)="UBrowserInfStandoff"
				ServerListNames(7)="UBrowserSerpentine"
				ServerListNames(8)="UBrowserRealCTF"
				ServerListNames(9)="UBrowserCC"
				ServerListNames(10)="UBrowserU4E"
				ServerListNames(11)="UBrowserDomination"
				ServerListNames(12)="UBrowserRTNP"
				ServerListNames(13)="UBrowserDarkMatch"
				ServerListNames(14)="UBrowserAll"
				ServerListNames(15)="UBrowserLAN"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: zo 11-11-2012 21:14:13.756 - Created with UnCodeX