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 It's good, but... Not helpful...

© 2006 Apple Inc. All rights reserved.

Last Updated: 2008-04-18