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

UBrowser.UBrowserRightClickMenu

Extends
UWindowRightClickMenu

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

Direct Known Subclasses:

UBrowserFavoritesMenu

Variables Summary
UWindowPulldownMenuItemCopy
stringCopyName
UWindowPulldownMenuItemFavorites
stringFavoritesName
UBrowserServerGridGrid
UWindowPulldownMenuItemInfo
stringInfoName
UBrowserServerListList
UWindowPulldownMenuItemOpenLocation
stringOpenLocationName
UWindowPulldownMenuItemPingAll
stringPingAllName
UWindowPulldownMenuItemPlay
stringPlayName
UWindowPulldownMenuItemRefresh
stringRefreshName
UWindowPulldownMenuItemRefreshServer
stringRefreshServerName
Inherited Variables from UWindow.UWindowPulldownMenu
HBorder, ItemHeight, Owner, Selected, TextBorder, VBorder

Functions Summary
function AddFavoriteItems ()))
function Created ()))
function ExecuteItem (UWindowPulldownMenuItem I))
function ShowWindow ()))
Inherited Functions from UWindow.UWindowRightClickMenu
CloseUp, Created, RMouseDown, RMouseUp
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


Variables Detail

Copy Source code

var UWindowPulldownMenuItem Copy;

CopyName Source code

var localized string CopyName;

Favorites Source code

var UWindowPulldownMenuItem Favorites;

FavoritesName Source code

var localized string FavoritesName;

Grid Source code

var UBrowserServerGrid Grid;

Info Source code

var UWindowPulldownMenuItem Info;

InfoName Source code

var localized string InfoName;

List Source code

var UBrowserServerList List;

OpenLocation Source code

var UWindowPulldownMenuItem OpenLocation;

OpenLocationName Source code

var localized string OpenLocationName;

PingAll Source code

var UWindowPulldownMenuItem PingAll;

PingAllName Source code

var localized string PingAllName;

Play Source code

var UWindowPulldownMenuItem Play;

PlayName Source code

var localized string PlayName;

Refresh Source code

var UWindowPulldownMenuItem Refresh;

RefreshName Source code

var localized string RefreshName;

RefreshServer Source code

var UWindowPulldownMenuItem RefreshServer;

RefreshServerName Source code

var localized string RefreshServerName;


Functions Detail

AddFavoriteItems Source code

function AddFavoriteItems ( ) )

Created Source code

function Created ( ) )

ExecuteItem Source code

function ExecuteItem ( UWindowPulldownMenuItem I) )

ShowWindow Source code

function ShowWindow ( ) )


Defaultproperties

defaultproperties
{
     PlayName="&Play on This Server"
     RefreshName="&Refresh All Servers"
     InfoName="&Server and Player Info"
     FavoritesName="Add to &Favorites"
     RefreshServerName="P&ing This Server"
     PingAllName="Ping &All Servers"
     OpenLocationName="Open &Location"
     CopyName="&Copy This Server Location"
}

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