Go to the source code of this file.
Classes | |
| struct | OfxProgressSuiteV1 |
| A suite that provides progress feedback from a plugin to an application. More... | |
Defines | |
| #define | kOfxProgressSuite "OfxProgressSuite" |
| suite for displaying a progress bar | |
Typedefs | |
| typedef OfxProgressSuiteV1 | OfxProgressSuiteV1 |
| A suite that provides progress feedback from a plugin to an application. | |
|
|
suite for displaying a progress bar
|
|
|
A suite that provides progress feedback from a plugin to an application. A plugin instance can initiate, update and close a progress indicator with this suite. This is an optional suite in the Image Effect API. |