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

UMenu.UMenuToolsMenu

Extends
UWindowPulldownMenu

Core.Object
|   
+-- UWindow.UWindowBase
   |   
   +-- UWindow.UWindowWindow
      |   
      +-- UWindow.UWindowDialogControl
         |   
         +-- UWindow.UWindowListControl
            |   
            +-- UWindow.UWindowPulldownMenu
               |   
               +-- UMenu.UMenuToolsMenu

Variables Summary
UWindowPulldownMenuItemConsole
stringConsoleHelp
stringConsoleName
stringLogHelp
stringLogName
UWindowPulldownMenuItemShowLog
UWindowPulldownMenuItemTimeDemo
stringTimeDemoHelp
stringTimeDemoName
Inherited Variables from UWindow.UWindowPulldownMenu
HBorder, ItemHeight, Owner, Selected, TextBorder, VBorder
Inherited Variables from UWindow.UWindowListControl
Items, ListClass

Functions Summary
function Created ()))
function ExecuteItem (UWindowPulldownMenuItem I))
function Select (UWindowPulldownMenuItem I))
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

Console Source code

var UWindowPulldownMenuItem Console;

ConsoleHelp Source code

var localized string ConsoleHelp;

ConsoleName Source code

var localized string ConsoleName;

LogHelp Source code

var localized string LogHelp;

LogName Source code

var localized string LogName;

ShowLog Source code

var UWindowPulldownMenuItem ShowLog;

TimeDemo Source code

var UWindowPulldownMenuItem TimeDemo;

TimeDemoHelp Source code

var localized string TimeDemoHelp;

TimeDemoName Source code

var localized string TimeDemoName;


Functions Detail

Created Source code

function Created ( ) )

ExecuteItem Source code

function ExecuteItem ( UWindowPulldownMenuItem I) )

Select Source code

function Select ( UWindowPulldownMenuItem I) )

ShowWindow Source code

function ShowWindow ( ) )


Defaultproperties

defaultproperties
{
     ConsoleName="System &Console"
     ConsoleHelp="This option brings up the Unreal Console.  You can use the console to enter advanced commands and cheats."
     TimeDemoName="T&imeDemo Statistics"
     TimeDemoHelp="Enable the TimeDemo statistic to measure your frame rate."
     LogName="Show &Log"
     LogHelp="Show the Unreal log window."
}

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