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

UDebugMenu.UDebugMenuBar

Extends
UWindowMenuBar

Core.Object
|   
+-- Engine.Interactions
   |   
   +-- Engine.Interaction
      |   
      +-- UWindow.UWindowBase
         |   
         +-- UWindow.UWindowWindow
            |   
            +-- UWindow.UWindowDialogControl
               |   
               +-- UWindow.UWindowListControl
                  |   
                  +-- UWindow.UWindowMenuBar
                     |   
                     +-- UDebugMenu.UDebugMenuBar

Variables Summary
boolbShowMenu
UWindow.UWindowPulldownMenuGame
UWindow.UWindowMenuBarItemGameItem
UWindow.UWindowPulldownMenuKDraw
UWindow.UWindowMenuBarItemKDrawItem
UWindow.UWindowPulldownMenuOptions
UWindow.UWindowMenuBarItemOptionsItem
UWindow.UWindowPulldownMenuPlayer
UWindow.UWindowMenuBarItemPlayerItem
UWindow.UWindowPulldownMenuRend
UWindow.UWindowMenuBarItemRendItem
UWindow.UWindowPulldownMenuRModes
UWindow.UWindowMenuBarItemRModesItem
UWindow.UWindowMenuBarItemShadowItem
UWindow.UWindowPulldownMenuShadows
UWindow.UWindowPulldownMenuShow
UWindow.UWindowMenuBarItemShowItem
UWindow.UWindowPulldownMenuStats
UWindow.UWindowMenuBarItemStatsItem
Inherited Variables from UWindow.UWindowMenuBar
bAltDown, Over, Selected, Spacing
Inherited Variables from UWindow.UWindowListControl
bNoSelectionBox, Items, ListClass, SelectionBkgColor, SelectionColor

Functions Summary
function BeforePaint (Canvas C, float X, float Y))
function Created ()))
function DrawItem (Canvas C, UWindow.UWindowList Item, float X, float Y, float W, float H))
function DrawMenuBar (Canvas C))
function LMouseDown (float X, float Y))
function MenuCmd (int Menu, int Item))
function MenuItemSelected (UWindow.UWindowBase Sender, UWindow.UWindowBase Item))
function NotifyAfterLevelChange ()))
function NotifyBeforeLevelChange ()))
function NotifyQuitUnreal ()))
function Paint (Canvas C, float MouseX, float MouseY))
function SetHelp (string NewHelpText))
function ShowHelpItem (UWindow.UWindowMenuBarItem I))
function WindowEvent (WinMessage Msg, Canvas C, float X, float Y, int Key))
Inherited Functions from UWindow.UWindowMenuBar
AddHelpItem, AddItem, Close, CloseUp, Created, DrawItem, DrawMenuBar, GetMenuBar, HotKeyDown, HotKeyUp, KeyDown, LMouseDown, MenuCmd, MenuItemSelected, MouseLeave, MouseMove, Paint, ResolutionChanged, Select
Inherited Functions from UWindow.UWindowListControl
Created, DrawItem


Variables Detail

bShowMenu Source code

var bool bShowMenu;

Game Source code

var UWindow.UWindowPulldownMenu Game;

GameItem Source code

var UWindow.UWindowMenuBarItem GameItem;

KDraw Source code

var UWindow.UWindowPulldownMenu KDraw;

KDrawItem Source code

var UWindow.UWindowMenuBarItem KDrawItem;

Options Source code

var UWindow.UWindowPulldownMenu Options;

OptionsItem Source code

var UWindow.UWindowMenuBarItem OptionsItem;

Player Source code

var UWindow.UWindowPulldownMenu Player;

PlayerItem Source code

var UWindow.UWindowMenuBarItem PlayerItem;

Rend Source code

var UWindow.UWindowPulldownMenu Rend;

RendItem Source code

var UWindow.UWindowMenuBarItem RendItem;

RModes Source code

var UWindow.UWindowPulldownMenu RModes;

RModesItem Source code

var UWindow.UWindowMenuBarItem RModesItem;

ShadowItem Source code

var UWindow.UWindowMenuBarItem ShadowItem;

Shadows Source code

var UWindow.UWindowPulldownMenu Shadows;

Show Source code

var UWindow.UWindowPulldownMenu Show;

ShowItem Source code

var UWindow.UWindowMenuBarItem ShowItem;

Stats Source code

var UWindow.UWindowPulldownMenu Stats;

StatsItem Source code

var UWindow.UWindowMenuBarItem StatsItem;


Functions Detail

BeforePaint Source code

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

Created Source code

function Created ( ) )

DrawItem Source code

function DrawItem ( Canvas C, UWindow.UWindowList Item, float X, float Y, float W, float H) )

DrawMenuBar Source code

function DrawMenuBar ( Canvas C) )

LMouseDown Source code

function LMouseDown ( float X, float Y) )

MenuCmd Source code

function MenuCmd ( int Menu, int Item) )

MenuItemSelected Source code

function MenuItemSelected ( UWindow.UWindowBase Sender, UWindow.UWindowBase Item) )

NotifyAfterLevelChange Source code

function NotifyAfterLevelChange ( ) )

NotifyBeforeLevelChange Source code

function NotifyBeforeLevelChange ( ) )

NotifyQuitUnreal Source code

function NotifyQuitUnreal ( ) )

Paint Source code

function Paint ( Canvas C, float MouseX, float MouseY) )

SetHelp Source code

function SetHelp ( string NewHelpText) )

ShowHelpItem Source code

function ShowHelpItem ( UWindow.UWindowMenuBarItem I) )

WindowEvent Source code

function WindowEvent ( WinMessage Msg, Canvas C, float X, float Y, int Key) )


Defaultproperties

defaultproperties
{
}



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:38.009 - Created with UnCodeX