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

◆ RegisterOnMouseEnter()

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

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

120 {
121 w.SetHandler( this );
122 Param param = new Param2<Managed, string>( eventHandler, functionName );
123 m_OnMouseEnter.Insert( w, param );
124 }
ref map< Widget, ref Param > m_OnMouseEnter
Определения WidgetEventHandler.c:12

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

Используется в AttachmentCategoriesSlotsContainer::AttachmentCategoriesSlotsContainer(), ClosableHeader::ClosableHeader(), Icon::InitEx() и SlotsIcon::SlotsIcon().