I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE1:UWindowPulldownMenu (U1)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> UWindowBase >> UWindowWindow >> UWindowDialogControl >> UWindowListControl >> UWindowPulldownMenu |
Contents
- 1 Properties
- 2 Instance functions
- 2.1 AddMenuItem
- 2.2 BeforeExecuteItem
- 2.3 BeforePaint
- 2.4 CloseUp
- 2.5 Created
- 2.6 DeSelect
- 2.7 DrawItem
- 2.8 DrawMenuBackground
- 2.9 ExecuteItem
- 2.10 FocusOtherWindow
- 2.11 GetMenuBar
- 2.12 KeyDown
- 2.13 KeyUp
- 2.14 LMouseDown
- 2.15 LMouseUp
- 2.16 MouseMove
- 2.17 Paint
- 2.18 PerformSelect
- 2.19 Select
- 2.20 SetSelected
- Package:
- UWindow
- Direct subclasses:
- UBrowserInfoMenu, UBrowserRightClickMenu
- This class in other games:
- RTNP, UT
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
UWindowPulldownMenu
Properties[edit]
HBorder[edit]
Type: int
ItemHeight[edit]
Type: int
Owner[edit]
Type: UWindowList
Selected[edit]
Type: UWindowPulldownMenuItem
TextBorder[edit]
Type: int
VBorder[edit]
Type: int
Default values[edit]
Property | Value |
---|---|
bAlwaysOnTop | True |
Instance functions[edit]
AddMenuItem[edit]
BeforeExecuteItem[edit]
function BeforeExecuteItem (UWindowPulldownMenuItem I)
BeforePaint[edit]
Overrides: UWindowDialogControl.BeforePaint
CloseUp[edit]
function CloseUp ()
Created[edit]
function Created ()
Overrides: UWindowListControl.Created
DeSelect[edit]
function DeSelect ()
DrawItem[edit]
Overrides: UWindowListControl.DrawItem
DrawMenuBackground[edit]
function DrawMenuBackground (Canvas C)
ExecuteItem[edit]
function ExecuteItem (UWindowPulldownMenuItem I)
FocusOtherWindow[edit]
function FocusOtherWindow (UWindowWindow W)
Overrides: UWindowWindow.FocusOtherWindow
GetMenuBar[edit]
function UWindowMenuBar GetMenuBar ()
KeyDown[edit]
Overrides: UWindowDialogControl.KeyDown
KeyUp[edit]
Overrides: UWindowWindow.KeyUp
LMouseDown[edit]
Overrides: UWindowWindow.LMouseDown
LMouseUp[edit]
Overrides: UWindowWindow.LMouseUp
MouseMove[edit]
Overrides: UWindowDialogControl.MouseMove
Paint[edit]
Overrides: UWindowWindow.Paint
PerformSelect[edit]
function PerformSelect (UWindowPulldownMenuItem NewSelected)
Select[edit]
function Select (UWindowPulldownMenuItem I)