Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.Interactions | +-- Engine.Interaction | +-- UWindow.UWindowBase | +-- UWindow.UWindowWindow | +-- UWindow.UWindowDialogControl | +-- UWindow.UWindowListControl | +-- UWindow.UWindowMenuBar
UDebugMenuBar
Variables Summary | |
---|---|
bool | bAltDown |
UWindowMenuBarItem | Over |
UWindowMenuBarItem | Selected |
int | Spacing |
Inherited Variables from UWindow.UWindowListControl |
---|
bNoSelectionBox, Items, ListClass, SelectionBkgColor, SelectionColor |
Inherited Variables from UWindow.UWindowDialogControl |
---|
Align, bAcceptExternalDragDrop, bHasKeyboardFocus, bNoKeyboard, Font, HelpText, MinHeight, MinWidth, NotifyWindow, TabNext, TabPrev, Text, TextColor, TextX, TextY |
Functions Summary | ||
---|---|---|
UWindowMenuBarItem | AddHelpItem (string Caption)) | |
UWindowMenuBarItem | AddItem (string Caption)) | |
Close (optional bool bByParent)) | ||
CloseUp ())) | ||
Created ())) | ||
DrawItem (Canvas C, UWindowList Item, float X, float Y, float W, float H)) | ||
DrawMenuBar (Canvas C)) | ||
UWindowMenuBar | GetMenuBar ())) | |
bool | HotKeyDown (int Key, float X, float Y)) | |
bool | HotKeyUp (int Key, float X, float Y)) | |
KeyDown (int Key, float X, float Y)) | ||
LMouseDown (float X, float Y)) | ||
MenuCmd (int Menu, int Item)) | ||
MenuItemSelected (UWindowBase Sender, UWindowBase Item)) | ||
MouseLeave ())) | ||
MouseMove (float X, float Y)) | ||
Paint (Canvas C, float MouseX, float MouseY)) | ||
ResolutionChanged (float W, float H)) | ||
Select (UWindowMenuBarItem I)) |
Inherited Functions from UWindow.UWindowListControl |
---|
Created, DrawItem |
Inherited Functions from UWindow.UWindowDialogControl |
---|
BeforePaint, CheckExternalDrag, Created, ExternalDragOver, KeyDown, KeyFocusEnter, KeyFocusExit, MouseEnter, MouseLeave, MouseMove, Notify, Register, SetFont, SetHelpText, SetText, SetTextColor |
Variables Detail |
---|
Functions Detail |
---|
Defaultproperties |
---|
defaultproperties { bAltDown=False } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |