ADC Home > Reference Library > Reference > Apple Applications > Aperture > Aperture 2.1 SDK Reference
|
ApertureExportPlugIn.h |
Protocol declaration for implementing an Aperture Export Plug-in.
ApertureExportProgress |
Provides values for UI progress display during export.
typedef struct { unsigned long currentValue; unsigned long totalValue; NSString *message; BOOL indeterminateProgress; } ApertureExportProgress;
currentValue
- Current progress.
totalValue
- Total to do.
message
- Progress message.
indeterminateProgress
- Set to YES to display an indeterminate progress bar.
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.
|
© 2006 Apple Inc. All rights reserved.
Last Updated: 2008-04-18