ADC Home > Reference Library > Reference > Apple Applications > Aperture > Aperture 2.1 SDK Reference

 


ApertureExportPlugIn.h

Overview

Protocol declaration for implementing an Aperture Export Plug-in.



Protocols

ApertureExportPlugIn
Specifies the methods that all Aperture export plug-ins must implement.


Typedefs


ApertureExportProgress


Provides values for UI progress display during export.

typedef struct { 
    unsigned long currentValue; 
    unsigned long totalValue; 
    NSString *message; 
    BOOL indeterminateProgress; 
} ApertureExportProgress;  
Fields
currentValue
Current progress.
totalValue
Total to do.
message
Progress message.
indeterminateProgress
Set to YES to display an indeterminate progress bar.
Discussion

Aperture uses the values in this structure to display the export progress in the UI. Aperture starts calling this method after a plug-in calls -shouldBeginExport and stops calling this method after the plug-in calls -shouldFinishExport or -shouldCancelExport.


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.

© 2006 Apple Inc. All rights reserved.

Last Updated: 2008-04-18