Uses of Interface
org.rococoa.cocoa.qd.QDLibrary.StyleRunDirectionProcPtr

Packages that use QDLibrary.StyleRunDirectionProcPtr
org.rococoa.cocoa.qd   
 

Uses of QDLibrary.StyleRunDirectionProcPtr in org.rococoa.cocoa.qd
 

Methods in org.rococoa.cocoa.qd that return QDLibrary.StyleRunDirectionProcPtr
 QDLibrary.StyleRunDirectionProcPtr QDLibrary.NewStyleRunDirectionUPP(QDLibrary.StyleRunDirectionProcPtr userRoutine)
          NewStyleRunDirectionUPP()

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 : StyleRunDirectionUPP NewStyleRunDirectionUPP(StyleRunDirectionProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawText.h:152
 

Methods in org.rococoa.cocoa.qd with parameters of type QDLibrary.StyleRunDirectionProcPtr
 void QDLibrary.DisposeStyleRunDirectionUPP(QDLibrary.StyleRunDirectionProcPtr userUPP)
          DisposeStyleRunDirectionUPP()

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 DisposeStyleRunDirectionUPP(StyleRunDirectionUPP)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawText.h:163
 void QDLibrary.GetFormatOrder(Pointer ordering, short firstFormat, short lastFormat, boolean lineRight, QDLibrary.StyleRunDirectionProcPtr rlDirProc, ByteBuffer dirParam)
          GetFormatOrder() *** DEPRECATED ***

Availability:
Mac OS X: in version 10.0 and later in ApplicationServices.framework [32-bit only] but deprecated in 10.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in InterfaceLib 7.1 and later
Original signature : void GetFormatOrder(FormatOrderPtr, short, short, Boolean, StyleRunDirectionUPP, Ptr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawText.h:377
 void QDLibrary.GetFormatOrder(Pointer ordering, short firstFormat, short lastFormat, boolean lineRight, QDLibrary.StyleRunDirectionProcPtr rlDirProc, Pointer dirParam)
          Deprecated. use the safer methods QDLibrary.GetFormatOrder(com.sun.jna.Pointer, short, short, boolean, org.rococoa.cocoa.qd.QDLibrary.StyleRunDirectionProcPtr, java.nio.ByteBuffer) and QDLibrary.GetFormatOrder(com.sun.jna.Pointer, short, short, boolean, org.rococoa.cocoa.qd.QDLibrary.StyleRunDirectionProcPtr, com.sun.jna.Pointer) instead
 QDLibrary.StyleRunDirectionProcPtr QDLibrary.NewStyleRunDirectionUPP(QDLibrary.StyleRunDirectionProcPtr userRoutine)
          NewStyleRunDirectionUPP()

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 : StyleRunDirectionUPP NewStyleRunDirectionUPP(StyleRunDirectionProcPtr)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawText.h:152
 



Copyright © 2009. All Rights Reserved.