TuttleOFX
1
|
#include "ofxCore.h"
Go to the source code of this file.
Data Structures | |
struct | OfxPropertySuiteV1 |
The OFX suite used to access properties on OFX objects. More... | |
Defines | |
#define | kOfxPropertySuite "OfxPropertySuite" |
Typedefs | |
typedef struct OfxPropertySuiteV1 | OfxPropertySuiteV1 |
The OFX suite used to access properties on OFX objects. |
Contains the API for manipulating generic properties. For more details see PropertiesPage.
Definition in file ofxProperty.h.
#define kOfxPropertySuite "OfxPropertySuite" |
Definition at line 43 of file ofxProperty.h.
Referenced by tuttle::host::ofx::OfxhHost::fetchSuite(), and OFX::Private::loadAction().
typedef struct OfxPropertySuiteV1 OfxPropertySuiteV1 |