Searched refs:handlerName (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dxti.cpp694 void wxDynamicClassInfo::AddHandler( const wxChar *handlerName , wxObjectEventFunction address , const wxClassInfo* eventClassInfo )
696 new wxHandlerInfo( m_firstHandler , this , handlerName , address , eventClassInfo ) ;
708 void wxDynamicClassInfo::RemoveHandler( const wxChar *handlerName )
710 delete FindHandlerInfoInThisClass(handlerName) ;
H A Dxtixml.cpp468 wxString handlerName = resstring.Mid(pos+1) ; local
472 sinkClassInfo->FindHandlerInfo(handlerName) , sinkOid ) ;
H A Dxtistrm.cpp832 wxString handlerName = handlerInfo->GetName() ; local
835 ehsource.c_str() , ehsource.c_str() , eventType , ehsinkClass.c_str() , handlerName.c_str() , ehsink.c_str() ) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dxti.h1873 void AddHandler( const wxChar *handlerName , wxObjectEventFunction address , const wxClassInfo* eventClassInfo ) ;
1876 void RemoveHandler( const wxChar *handlerName ) ;

Completed in 95 milliseconds