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

Packages that use PenState
org.rococoa.cocoa.qd   
 

Uses of PenState in org.rococoa.cocoa.qd
 

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

Methods in org.rococoa.cocoa.qd that return PenState
static PenState[] PenState.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.qd with parameters of type PenState
 void QDLibrary.GetPenState(PenState pnState)
          GetPenState() *** 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: not available
Original signature : void GetPenState(PenState*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:690
 void QDLibrary.SetPenState(PenState pnState)
          SetPenState() *** 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: not available
Original signature : void SetPenState(const PenState*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:705
 



Copyright © 2009. All Rights Reserved.