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

UMenu.UMenuDemoRecMenu

Extends
UWindowPulldownMenu

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

Variables Summary
boolbIsRecording
UWindowPulldownMenuItemPlayback
stringPlaybackHelp
stringPlaybackName
stringRecordHelp
stringRecordName
UWindowPulldownMenuItemRecordNow
Inherited Variables from UWindow.UWindowPulldownMenu
HBorder, ItemHeight, Owner, Selected, TextBorder, VBorder
Inherited Variables from UWindow.UWindowListControl
Items, ListClass

Functions Summary
function CheckRecording ()))
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

bIsRecording Source code

var bool bIsRecording;

Playback Source code

var UWindowPulldownMenuItem Playback;

PlaybackHelp Source code

var localized string PlaybackHelp;

PlaybackName Source code

var localized string PlaybackName;

RecordHelp Source code

var localized string RecordHelp;

RecordName Source code

var localized string RecordName;

RecordNow Source code

var UWindowPulldownMenuItem RecordNow;


Functions Detail

CheckRecording Source code

final function CheckRecording ( ) )

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
{
				RecordName="&Record game"
				RecordHelp="Start and end a recording."
				PlaybackName="&Play demo"
				PlaybackHelp="Play a recorded demo."
}

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