Uses of Interface
org.rococoa.cocoa.hiservices.HIServicesLibrary.IconGetterProcPtr

Packages that use HIServicesLibrary.IconGetterProcPtr
org.rococoa.cocoa.hiservices   
 

Uses of HIServicesLibrary.IconGetterProcPtr in org.rococoa.cocoa.hiservices
 

Methods in org.rococoa.cocoa.hiservices that return HIServicesLibrary.IconGetterProcPtr
 HIServicesLibrary.IconGetterProcPtr HIServicesLibrary.NewIconGetterUPP(HIServicesLibrary.IconGetterProcPtr userRoutine)
          NewIconGetterUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : IconGetterUPP NewIconGetterUPP(IconGetterProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/Icons.h:191
 

Methods in org.rococoa.cocoa.hiservices with parameters of type HIServicesLibrary.IconGetterProcPtr
 void HIServicesLibrary.DisposeIconGetterUPP(HIServicesLibrary.IconGetterProcPtr userUPP)
          DisposeIconGetterUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : void DisposeIconGetterUPP(IconGetterUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/Icons.h:213
 PointerByReference HIServicesLibrary.InvokeIconGetterUPP(int theType, Pointer yourDataPtr, HIServicesLibrary.IconGetterProcPtr userUPP)
          InvokeIconGetterUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : Handle InvokeIconGetterUPP(ResType, void*, IconGetterUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/Icons.h:239
 HIServicesLibrary.IconGetterProcPtr HIServicesLibrary.NewIconGetterUPP(HIServicesLibrary.IconGetterProcPtr userRoutine)
          NewIconGetterUPP()

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: available as macro/inline
Original signature : IconGetterUPP NewIconGetterUPP(IconGetterProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/Icons.h:191
 boolean HIServicesLibrary.PtInIconMethod(Point.ByValue testPt, Rect iconRect, short align, HIServicesLibrary.IconGetterProcPtr theMethod, Pointer yourDataPtr)
          PtInIconMethod() *** DEPRECATED ***

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : Boolean PtInIconMethod(Point, const Rect*, IconAlignmentType, IconGetterUPP, void*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/Icons.h:630
 boolean HIServicesLibrary.RectInIconMethod(Rect testRect, Rect iconRect, short align, HIServicesLibrary.IconGetterProcPtr theMethod, Pointer yourDataPtr)
          RectInIconMethod() *** DEPRECATED ***

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.5
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : Boolean RectInIconMethod(const Rect*, const Rect*, IconAlignmentType, IconGetterUPP, void*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/HIServices.framework/Headers/Icons.h:688
 



Copyright © 2009. All Rights Reserved.