Static Private Member Functions | |
| static WidgetEventHandler | GetInstance () |
Private Attributes | |
| protected ref map< Widget, ref Param > | m_OnMouseButtonDownRegister |
| protected ref map< Widget, ref Param > | m_OnMouseButtonUpRegister |
| protected ref map< Widget, ref Param > | m_OnMouseWheel |
| protected ref map< Widget, ref Param > | m_OnDropReceived |
| protected ref map< Widget, ref Param > | m_OnDrag |
| protected ref map< Widget, ref Param > | m_OnDrop |
| protected ref map< Widget, ref Param > | m_OnDraggingOver |
| protected ref map< Widget, ref Param > | m_OnMouseEnter |
| protected ref map< Widget, ref Param > | m_OnMouseButtonLeave |
| protected ref map< Widget, ref Param > | m_OnClick |
| protected ref map< Widget, ref Param > | m_OnDoubleClick |
| protected ref map< Widget, ref Param > | m_OnFocus |
| protected ref map< Widget, ref Param > | m_OnFocusLost |
| protected ref map< Widget, ref Param > | m_OnController |
| protected ref map< Widget, ref Param > | m_OnChildAdd |
| protected ref map< Widget, ref Param > | m_OnChildRemove |
Static Private Attributes | |
| private static ref WidgetEventHandler | s_instance |
|
inlineprivate |
|
inlinestaticprivate |
References s_instance.
Referenced by AttachmentCategoriesSlotsContainer::AttachmentCategoriesSlotsContainer(), CargoContainerRow::CargoContainerRow(), ClosableHeader::ClosableHeader(), ClosableContainer::ContainerWithCargo(), ClosableContainer::ContainerWithCargoAndAttachments(), Header::Header(), AttachmentCategoriesRow::Init(), Attachments::InitAttachmentGrid(), Icon::InitEx(), ZombieContainer::InitGhostSlots(), Icon::InitLock(), Inventory(), PlayerContainer::ItemAttached(), ZombieContainer::ItemAttached(), LeftArea::LeftArea(), PlayerContainer::PlayerContainer(), PlayerPreview::PlayerPreview(), VicinitySlotsContainer::RecomputeNumberOfContainers(), AttachmentCategoriesContainer::SetEntity(), SlotsIcon::SlotsIcon(), VicinityContainer::VicinityContainer(), VicinitySlotsContainer::VicinitySlotsContainer(), and ZombieContainer::ZombieContainer().
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), and m_OnChildAdd.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), and m_OnChildRemove.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_OnClick, x, and y.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_OnDoubleClick, x, and y.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_OnDrag, x, and y.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_OnDraggingOver, x, and y.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_OnDrop, x, and y.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_OnDropReceived, x, and y.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_OnFocus, x, and y.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_OnFocusLost, x, and y.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_OnMouseButtonDownRegister, x, and y.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_OnMouseButtonUpRegister, x, and y.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_OnMouseEnter, x, and y.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_OnMouseButtonLeave, x, and y.
References ScriptModule::CallFunctionParams(), CGame::GameScript, GetGame(), m_OnMouseWheel, x, and y.
References m_OnClick.
Referenced by ClosableHeader::ClosableHeader().
References m_OnDoubleClick.
Referenced by AttachmentCategoriesRow::Init(), Attachments::InitAttachmentGrid(), Icon::InitEx(), ZombieContainer::InitGhostSlots(), PlayerContainer::PlayerContainer(), VicinitySlotsContainer::RecomputeNumberOfContainers(), and VicinitySlotsContainer::VicinitySlotsContainer().
References m_OnDrag.
Referenced by ClosableHeader::ClosableHeader(), Icon::InitEx(), and SlotsIcon::SlotsIcon().
References m_OnDraggingOver.
Referenced by AttachmentCategoriesSlotsContainer::AttachmentCategoriesSlotsContainer(), CargoContainerRow::CargoContainerRow(), ClosableContainer::ContainerWithCargo(), ClosableContainer::ContainerWithCargoAndAttachments(), Header::Header(), AttachmentCategoriesRow::Init(), Attachments::InitAttachmentGrid(), Icon::InitEx(), ZombieContainer::InitGhostSlots(), Icon::InitLock(), Inventory(), PlayerContainer::PlayerContainer(), VicinitySlotsContainer::RecomputeNumberOfContainers(), and VicinitySlotsContainer::VicinitySlotsContainer().
References m_OnDrop.
Referenced by ClosableHeader::ClosableHeader(), AttachmentCategoriesRow::Init(), Icon::InitEx(), and SlotsIcon::SlotsIcon().
References m_OnDropReceived.
Referenced by CargoContainerRow::CargoContainerRow(), Header::Header(), AttachmentCategoriesRow::Init(), Attachments::InitAttachmentGrid(), Icon::InitEx(), ZombieContainer::InitGhostSlots(), Icon::InitLock(), Inventory(), PlayerContainer::PlayerContainer(), VicinitySlotsContainer::RecomputeNumberOfContainers(), and VicinitySlotsContainer::VicinitySlotsContainer().
References m_OnFocus.
References m_OnFocusLost.
|
inlineprivate |
References m_OnMouseButtonDownRegister.
Referenced by AttachmentCategoriesSlotsContainer::AttachmentCategoriesSlotsContainer(), Header::Header(), Attachments::InitAttachmentGrid(), Icon::InitEx(), ZombieContainer::InitGhostSlots(), Icon::InitLock(), PlayerContainer::PlayerContainer(), PlayerPreview::PlayerPreview(), VicinitySlotsContainer::RecomputeNumberOfContainers(), and VicinitySlotsContainer::VicinitySlotsContainer().
References m_OnMouseWheel.
Referenced by PlayerPreview::PlayerPreview().
|
inlineprivate |
Referenced by OnChildAdd(), RegisterOnChildAdd(), UnregisterWidget(), and WidgetEventHandler().
Referenced by OnChildRemove(), RegisterOnChildRemove(), UnregisterWidget(), and WidgetEventHandler().
Referenced by OnClick(), RegisterOnClick(), UnregisterWidget(), and WidgetEventHandler().
Referenced by UnregisterWidget(), and WidgetEventHandler().
Referenced by OnDoubleClick(), RegisterOnDoubleClick(), UnregisterWidget(), and WidgetEventHandler().
Referenced by OnDrag(), RegisterOnDrag(), UnregisterWidget(), and WidgetEventHandler().
Referenced by OnDraggingOver(), RegisterOnDraggingOver(), UnregisterWidget(), and WidgetEventHandler().
Referenced by OnDrop(), RegisterOnDrop(), UnregisterWidget(), and WidgetEventHandler().
Referenced by OnDropReceived(), RegisterOnDropReceived(), UnregisterWidget(), and WidgetEventHandler().
Referenced by OnFocus(), RegisterOnFocus(), UnregisterWidget(), and WidgetEventHandler().
Referenced by OnFocusLost(), RegisterOnFocusLost(), UnregisterWidget(), and WidgetEventHandler().
Referenced by OnMouseButtonDown(), RegisterOnMouseButtonDown(), UnregisterWidget(), and WidgetEventHandler().
Referenced by OnMouseLeave(), RegisterOnMouseLeave(), UnregisterWidget(), and WidgetEventHandler().
Referenced by OnMouseButtonUp(), RegisterOnMouseButtonUp(), UnregisterWidget(), and WidgetEventHandler().
Referenced by OnMouseEnter(), RegisterOnMouseEnter(), UnregisterWidget(), and WidgetEventHandler().
Referenced by OnMouseWheel(), RegisterOnMouseWheel(), UnregisterWidget(), and WidgetEventHandler().
|
staticprivate |
Referenced by GetInstance(), and WidgetEventHandler().