Uses of Class
org.rococoa.cocoa.qd.Cursor

Packages that use Cursor
org.rococoa.cocoa.qd   
 

Uses of Cursor in org.rococoa.cocoa.qd
 

Subclasses of Cursor in org.rococoa.cocoa.qd
static class Cursor.ByReference
           
static class Cursor.ByValue
           
 

Methods in org.rococoa.cocoa.qd that return Cursor
 Cursor QDLibrary.GetQDGlobalsArrow(Cursor arrow)
          GetQDGlobalsArrow() *** 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.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CarbonAccessors.o 1.0 and later
Original signature : Cursor* GetQDGlobalsArrow(Cursor*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:5402
static Cursor[] Cursor.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.qd with parameters of type Cursor
 Cursor QDLibrary.GetQDGlobalsArrow(Cursor arrow)
          GetQDGlobalsArrow() *** 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.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CarbonAccessors.o 1.0 and later
Original signature : Cursor* GetQDGlobalsArrow(Cursor*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:5402
 void QDLibrary.SetCursor(Cursor crsr)
          Original signature : void SetCursor(const Cursor*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:582
 void QDLibrary.SetQDGlobalsArrow(Cursor arrow)
          SetQDGlobalsArrow() *** 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.4
CarbonLib: in CarbonLib 1.0 and later
Non-Carbon CFM: in CarbonAccessors.o 1.0 and later
Original signature : void SetQDGlobalsArrow(const Cursor*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:5523
 



Copyright © 2009. All Rights Reserved.