Searched refs:sm_cocoaHash (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A DObjcAssociate.h26 wxCocoa##ObjcClass##Hash::iterator iter = sm_cocoaHash.find(cocoaObjcClass); \
27 if(iter!=sm_cocoaHash.end()) \
34 static wxCocoa##ObjcClass##Hash sm_cocoaHash;
37 wxCocoa##ObjcClass##Hash wxCocoa##ObjcClass::sm_cocoaHash;
49 sm_cocoaHash.insert(wxCocoa##ObjcClass##Hash::value_type(cocoaObjcClass,this)); \
54 sm_cocoaHash.erase(cocoaObjcClass); \
H A DNSButton.h29 sm_cocoaHash.erase(cocoaNSButton);
H A DNSScroller.h31 sm_cocoaHash.erase(cocoaNSScroller);
H A Dmenuitem.h49 wxMenuItemCocoaHash::iterator iter=sm_cocoaHash.find(cocoaNSMenuItem);
50 if(iter!=sm_cocoaHash.end())
59 static wxMenuItemCocoaHash sm_cocoaHash; member in class:wxMenuItemCocoa
H A Dtoplevel.h80 static wxCocoaNSWindowHash sm_cocoaHash; member in class:wxTopLevelWindowCocoa

Completed in 73 milliseconds