TuttleOFX  1
ofxProgress.h File Reference
#include "ofxCore.h"
Include dependency graph for ofxProgress.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#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 Documentation

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.