TuttleOFX
1
|
#include "ofxCore.h"
Go to the source code of this file.
Data Structures | |
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 struct OfxProgressSuiteV1 | OfxProgressSuiteV1 |
A suite that provides progress feedback from a plugin to an application. |
#define kOfxProgressSuite "OfxProgressSuite" |
suite for displaying a progress bar
Definition at line 36 of file ofxProgress.h.
Referenced by tuttle::host::ofx::imageEffect::OfxhImageEffectHost::fetchSuite(), and OFX::Private::loadAction().
typedef struct OfxProgressSuiteV1 OfxProgressSuiteV1 |
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.