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

◆ RegisterOnDropReceived()

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

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

92 {
93 w.SetHandler( this );
94 Param param = new Param2<Managed, string>( eventHandler, functionName );
95 m_OnDropReceived.Insert( w, param );
96 }
ref map< Widget, ref Param > m_OnDropReceived
Определения WidgetEventHandler.c:8

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

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