• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/

Lines Matching refs:template

217 template<typename T> EventParamType wxMacGetEventParamType() { wxFAIL_MSG( wxT("Unknown Param Type") ); return 0; }
218 template<> inline EventParamType wxMacGetEventParamType<RgnHandle>() { return typeQDRgnHandle; }
219 template<> inline EventParamType wxMacGetEventParamType<ControlRef>() { return typeControlRef; }
220 template<> inline EventParamType wxMacGetEventParamType<WindowRef>() { return typeWindowRef; }
221 template<> inline EventParamType wxMacGetEventParamType<MenuRef>() { return typeMenuRef; }
222 template<> inline EventParamType wxMacGetEventParamType<EventRef>() { return typeEventRef; }
223 template<> inline EventParamType wxMacGetEventParamType<Point>() { return typeQDPoint; }
224 template<> inline EventParamType wxMacGetEventParamType<Rect>() { return typeQDRectangle; }
225 template<> inline EventParamType wxMacGetEventParamType<Boolean>() { return typeBoolean; }
226 template<> inline EventParamType wxMacGetEventParamType<SInt16>() { return typeSInt16; }
227 template<> inline EventParamType wxMacGetEventParamType<SInt32>() { return typeSInt32; }
228 template<> inline EventParamType wxMacGetEventParamType<UInt32>() { return typeUInt32; }
229 template<> inline EventParamType wxMacGetEventParamType<RGBColor>() { return typeRGBColor; }
231 template<> inline EventParamType wxMacGetEventParamType<HICommand>() { return typeHICommand; }
232 template<> inline EventParamType wxMacGetEventParamType<HIPoint>() { return typeHIPoint; }
233 template<> inline EventParamType wxMacGetEventParamType<HISize>() { return typeHISize; }
234 template<> inline EventParamType wxMacGetEventParamType<HIRect>() { return typeHIRect; }
235 template<> inline EventParamType wxMacGetEventParamType<void*>() { return typeVoidPtr; }
238 template<> inline EventParamType wxMacGetEventParamType<CFDictionaryRef>() { return typeCFDictionaryRef; }
240 template<> inline EventParamType wxMacGetEventParamType<Collection>() { return typeCollection; }
241 template<> inline EventParamType wxMacGetEventParamType<CGContextRef>() { return typeCGContextRef; }
244 template<> EventParamType wxMacGetEventParamType<GrafPtr>() { return typeGrafPtr; }
245 template<> EventParamType wxMacGetEventParamType<OSStatus>() { return typeOSStatus; }
246 template<> EventParamType wxMacGetEventParamType<CFIndex>() { return typeCFIndex; }
247 template<> EventParamType wxMacGetEventParamType<GWorldPtr>() { return typeGWorldPtr; }
296 template <typename T> OSStatus GetParameter( EventParamName inName, EventParamType type , T *data )
300 template <typename T> OSStatus GetParameter( EventParamName inName, T *data )
305 template <typename T> T GetParameter( EventParamName inName )
311 template <typename T> T GetParameter( EventParamName inName, EventParamType inDesiredType )
319 template <typename T> OSStatus SetParameter( EventParamName inName, EventParamType inDesiredType , const T *data )
323 template <typename T> OSStatus SetParameter( EventParamName inName, EventParamType inDesiredType , const T& data )
327 template <typename T> OSStatus SetParameter( EventParamName inName, const T *data )
331 template <typename T> OSStatus SetParameter( EventParamName inName, const T& data )
371 template <typename procType, typename uppType , uppType (*newUPP)(procType) , void (*disposeUPP)(uppType) > class wxMacUPP
391 template <typename refType> class wxMacCFRefHolder
593 template <typename T> OSStatus SetData( ControlPartCode inPartCode , ResType inTag , const T *data )
597 template <typename T> OSStatus SetData( ControlPartCode inPartCode , ResType inTag , const T& data )
601 template <typename T> OSStatus SetData( ResType inTag , const T *data )
605 template <typename T> OSStatus SetData( ResType inTag , const T& data )
609 template <typename T> OSStatus GetData( ControlPartCode inPartCode , ResType inTag , T *data ) const
614 template <typename T> T GetData( ControlPartCode inPartCode , ResType inTag ) const
624 template <typename T> OSStatus GetData( ResType inTag , T *data ) const
629 template <typename T> T GetData( ResType inTag ) const