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

UBrowser.UBrowserRightClickMenu

Extends
UWindowPulldownMenu

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowDialogControl
         |   
         +-- UWindow.UWindowListControl
            |   
            +-- UWindow.UWindowPulldownMenu
               |   
               +-- UBrowser.UBrowserRightClickMenu

Variables Summary
UWindowPulldownMenuItemCopyaddr
UWindowPulldownMenuItemFavorites
UBrowserServerGridGrid
UWindowPulldownMenuItemInfo
UBrowserServerListList
UWindowPulldownMenuItemPasswordJoin
UWindowPulldownMenuItemPingAll
UWindowPulldownMenuItemRefresh
UWindowPulldownMenuItemRefreshServer
UWindowPulldownMenuItemServerJoin[2]
UWindowPulldownMenuItemWebsite
Text
stringCopyAddressName
stringFavoritesName
stringInfoName
stringJoinPasswordName
stringJoinServerName
stringPingAllName
stringRefreshName
stringRefreshServerName
stringRemoveFavoritesName
stringServerWebsiteName
stringSpectateServerName
Inherited Variables from UWindow.UWindowPulldownMenu
HBorder, ItemHeight, Owner, Selected, TextBorder, VBorder
Inherited Variables from UWindow.UWindowListControl
Items, ListClass

Functions Summary
function CloseUp ()))
function Created ()))
function ExecuteItem (UWindowPulldownMenuItem I))
function RMouseDown (float X, float Y))
function RMouseUp (float X, float Y))
function ShowWindow ()))
Inherited Functions from UWindow.UWindowPulldownMenu
AddMenuItem, BeforeExecuteItem, BeforePaint, Clear, CloseUp, Created, DeSelect, DrawItem, DrawMenuBackground, ExecuteItem, FocusOtherWindow, GetMenuBar, KeyDown, KeyUp, LMouseDown, LMouseUp, MenuCmd, MouseMove, Paint, PerformSelect, Select, SetSelected, ShowWindow
Inherited Functions from UWindow.UWindowListControl
Created, DrawItem


Variables Detail

Copyaddr Source code

var UWindowPulldownMenuItem Copyaddr;

Favorites Source code

var UWindowPulldownMenuItem Favorites;

Grid Source code

var UBrowserServerGrid Grid;

Info Source code

var UWindowPulldownMenuItem Info;

List Source code

var UBrowserServerList List;

PasswordJoin Source code

var UWindowPulldownMenuItem PasswordJoin;

PingAll Source code

var UWindowPulldownMenuItem PingAll;

Refresh Source code

var UWindowPulldownMenuItem Refresh;

RefreshServer Source code

var UWindowPulldownMenuItem RefreshServer;

ServerJoin[2] Source code

var UWindowPulldownMenuItem ServerJoin[2];

Website Source code

var UWindowPulldownMenuItem Website;

Text

CopyAddressName Source code

var(Text) localized string CopyAddressName;

FavoritesName Source code

var(Text) localized string FavoritesName;

InfoName Source code

var(Text) localized string InfoName;

JoinPasswordName Source code

var(Text) localized string JoinPasswordName;

JoinServerName Source code

var(Text) localized string JoinServerName;

PingAllName Source code

var(Text) localized string PingAllName;

RefreshName Source code

var(Text) localized string RefreshName;

RefreshServerName Source code

var(Text) localized string RefreshServerName;

RemoveFavoritesName Source code

var(Text) localized string RemoveFavoritesName;

ServerWebsiteName Source code

var(Text) localized string ServerWebsiteName;

SpectateServerName Source code

var(Text) localized string SpectateServerName;


Functions Detail

CloseUp Source code

function CloseUp ( ) )

Created Source code

function Created ( ) )

ExecuteItem Source code

function ExecuteItem ( UWindowPulldownMenuItem I) )

RMouseDown Source code

function RMouseDown ( float X, float Y) )

RMouseUp Source code

function RMouseUp ( float X, float Y) )

ShowWindow Source code

function ShowWindow ( ) )


Defaultproperties

defaultproperties
{
				RefreshName="&Refresh All Servers"
				FavoritesName="Add to &Favorites"
				RemoveFavoritesName="Remove from &Favorites"
				RefreshServerName="&Ping This Server"
				PingAllName="Ping &All Servers"
				InfoName="&Server and Player Info"
				JoinPasswordName="Join with &Password"
				JoinServerName="&Join server"
				SpectateServerName="Join as &Spectator"
				ServerWebsiteName="Show server &Website"
				CopyAddressName="&Copy server address"
}

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