DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ RegisterOnMouseButtonDown()

void WidgetEventHandler::RegisterOnMouseButtonDown ( Widget w,
Managed eventHandler,
string functionName )
inlineprotected

См. определение в файле WidgetEventHandler.c строка 70

71 {
72 w.SetHandler( this );
73 Param param = new Param2<Managed, string>( eventHandler, functionName );
74 m_OnMouseButtonDownRegister.Insert( w, param );
75 }
ref map< Widget, ref Param > m_OnMouseButtonDownRegister
Определения WidgetEventHandler.c:5

Перекрестные ссылки m_OnMouseButtonDownRegister.

Используется в AttachmentCategoriesSlotsContainer::AttachmentCategoriesSlotsContainer(), Header::Header(), Attachments::InitAttachmentGrid(), Icon::InitEx(), ZombieContainer::InitGhostSlots(), Icon::InitLock(), PlayerContainer::PlayerContainer(), PlayerPreview::PlayerPreview(), VicinitySlotsContainer::RecomputeNumberOfContainers() и VicinitySlotsContainer::VicinitySlotsContainer().