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
UWindowPulldownMenuItemFavorites
stringFavoritesName
UBrowserServerGridGrid
UWindowPulldownMenuItemInfo
stringInfoName
UBrowserServerListList
UWindowPulldownMenuItemPingAll
stringPingAllName
UWindowPulldownMenuItemRefresh
stringRefreshName
UWindowPulldownMenuItemRefreshServer
stringRefreshServerName
stringRemoveFavoritesName
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, CloseUp, Created, DeSelect, DrawItem, DrawMenuBackground, ExecuteItem, FocusOtherWindow, GetMenuBar, KeyDown, KeyUp, LMouseDown, LMouseUp, MouseMove, Paint, PerformSelect, Select, SetSelected
Inherited Functions from UWindow.UWindowListControl
Created, DrawItem


Variables Detail

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;

PingAll Source code

var UWindowPulldownMenuItem PingAll;

PingAllName Source code

var localized string PingAllName;

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;

RemoveFavoritesName Source code

var localized string RemoveFavoritesName;


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"
     InfoName="&Server and Player Info"
     FavoritesName="Add to &Favorites"
     RemoveFavoritesName="Remove from &Favorites"
     RefreshServerName="&Ping This Server"
     PingAllName="&Ping All Servers"
}

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