#include <ofxProgress.h>
A plugin instance can initiate, update and close a progress indicator with this suite.
This is an optional suite in the Image Effect API.
Public Attributes | |
| OfxStatus(* | progressStart )(void *effectInstance, const char *label) |
| Initiate a progress bar display. | |
| OfxStatus(* | progressUpdate )(void *effectInstance, double progress) |
| Indicate how much of the processing task has been completed and reports on any abort status. | |
| OfxStatus(* | progressEnd )(void *effectInstance) |
| Signal that we are finished with the progress meter. | |
|
|
Signal that we are finished with the progress meter. Call this when you are done with the progress meter and no longer need it displayed.
|
|
|
Initiate a progress bar display. Call this to initiate the display of a progress bar.
|
|
|
Indicate how much of the processing task has been completed and reports on any abort status.
|