Uses of Class
org.rococoa.cocoa.carboncore.FSRef.ByReference

Packages that use FSRef.ByReference
org.rococoa.cocoa.ats   
org.rococoa.cocoa.carboncore   
org.rococoa.cocoa.launchservices   
 

Uses of FSRef.ByReference in org.rococoa.cocoa.ats
 

Fields in org.rococoa.cocoa.ats declared as FSRef.ByReference
 FSRef.ByReference FMFilter.filter_union.fontFileRefFilter
           
 FSRef.ByReference ATSFontFilter.filter_union.fontFileRefFilter
           
 

Constructors in org.rococoa.cocoa.ats with parameters of type FSRef.ByReference
ATSFontFilter.filter_union(FSRef.ByReference fontFileRefFilter)
           
FMFilter.filter_union(FSRef.ByReference fontFileRefFilter)
           
 

Uses of FSRef.ByReference in org.rococoa.cocoa.carboncore
 

Fields in org.rococoa.cocoa.carboncore declared as FSRef.ByReference
 FSRef.ByReference FSCatalogBulkParam.container
          directory/volume to iterate
C type : const FSRef*
 FSRef.ByReference FSRefParam.newRef
          Output ref
C type : FSRef*
 FSRef.ByReference FSRefForkIOParam.newRef
          Output ref
C type : FSRef*
 FSRef.ByReference FSRefParam.parentRef
          ref of directory to move another ref to
C type : FSRef*
 FSRef.ByReference FSRefForkIOParam.parentRef
          ref of directory to move another ref to
C type : const FSRef*
 FSRef.ByReference FSVolumeInfoParam.ref
          volume's FSRef
C type : FSRef*
 FSRef.ByReference FSRefParam.ref
          Input ref; the target of the call
C type : const FSRef*
 FSRef.ByReference FSForkIOParam.ref
          which object to open
C type : const FSRef*
 FSRef.ByReference FSForkCBInfoParam.ref
           
 FSRef.ByReference FSCatalogBulkParam.refs
          returns an array
C type : FSRef*
 

Uses of FSRef.ByReference in org.rococoa.cocoa.launchservices
 

Fields in org.rococoa.cocoa.launchservices declared as FSRef.ByReference
 FSRef.ByReference LSApplicationParameters.application
          The application to open (and possibly handle documents/URLs)
C type : const FSRef*
 FSRef.ByReference LSLaunchFSRefSpec.appRef
          app to use, can be NULL
C type : const FSRef*
 FSRef.ByReference LSLaunchFSRefSpec.itemRefs
          array of FSRefs, ignored when numDocs is zero
C type : const FSRef*
 

Constructors in org.rococoa.cocoa.launchservices with parameters of type FSRef.ByReference
LSApplicationParameters(NativeLong version, int flags, FSRef.ByReference application, Pointer asyncLaunchRefCon, HIServicesLibrary.__CFDictionary environment, HIServicesLibrary.__CFArray argv, AEDesc.ByReference initialEvent)
           
LSLaunchFSRefSpec(FSRef.ByReference appRef, NativeLong numDocs, FSRef.ByReference itemRefs, AEDesc.ByReference passThruParams, int launchFlags, Pointer asyncRefCon)
           
 



Copyright © 2009. All Rights Reserved.