class ContextMenuSourceSourceSource
ContextMenu › ScriptedWidgetEventHandler › Managed
All members, including inherited
Constructors 2
void ContextMenu()void ~ContextMenu()Constants 1
const int ITEMS_COUNT = 27Members 7
private ref array<ref CallQueueContext> m_commandsReferenced by AddEx(), Clear(), ContextMenu()
Show 3 more
, Count(), OnMouseButtonDown(), and Remove()protected static ref ContextMenu m_ContextMenuInstanceReferenced by DisplayContextMenu()
Methods 16
void Init(Widget layoutRoot)References Class.Cast(), Widget.FindAnyWidget(), GetScreenSize()
Show 15 more
, Widget.GetScreenSize(), Widget.GetScript(), Widget.GetSize(), Widget.GetSize(), Widget.SetPos(), Widget.SetSize(), Widget.SetSize(), Widget.Show(), Widget.Show(), String(), Class.ToString(), AutoHeightSpacer.Update(), m_context_menu_panel_widget, m_context_menu_root_widget, and m_countvoid ShowBackdrop(bool show)void Hide()bool IsVisible()References Widget.GetParent(), Hide(), ScriptedWidgetEventHandler.OnMouseLeave()
Show 1 more
, m_context_menu_panel_widgetReferenced by HandsContainer.ShowActionMenuCombine(), Icon.FlagAction(), and Icon.ShowActionMenuCombine()
void Remove(int index)References Class.Cast(), array.Count(), Widget.FindAnyWidget()
Show 8 more
, array.RemoveOrdered(), ButtonWidget.SetText(), Widget.Show(), String(), Class.ToString(), m_commands, m_context_menu_root_widget, and m_countint Count()void Clear()References Class.Cast(), array.Clear(), Widget.GetChildren()
Show 6 more
, Widget.GetSibling(), Widget.Show(), m_commands, m_context_menu_panel_widget, m_count, and m_max_item_widthstatic void DisplayContextMenu(int x, int y, notnull EntityAI entity, notnull Widget rootWidget, Class target)References BuildContextMenu(), new ContextMenu(), Init()
Show 3 more
, SetSize(), Show(), and m_ContextMenuInstanceReferenced by PluginItemDiagnostic.OnMouseButtonDown()