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

Packages that use ReqListRec
org.rococoa.cocoa.qd   
 

Uses of ReqListRec in org.rococoa.cocoa.qd
 

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

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

Methods in org.rococoa.cocoa.qd with parameters of type ReqListRec
 void QDLibrary.RestoreEntries(PointerByReference srcTable, PointerByReference dstTable, ReqListRec selection)
          RestoreEntries() *** 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 RestoreEntries(CTabHandle, CTabHandle, ReqListRec*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:3759
 void QDLibrary.SaveEntries(PointerByReference srcTable, PointerByReference resultTable, ReqListRec selection)
          SaveEntries() *** 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 SaveEntries(CTabHandle, CTabHandle, ReqListRec*)
native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/QD.framework/Headers/QuickdrawAPI.h:3741
 



Copyright © 2009. All Rights Reserved.