TuttleOFX
1
|
Go to the source code of this file.
Data Structures | |
struct | tuttle::host::ofx::attribute::TypeMap |
Namespaces | |
namespace | tuttle |
global namespace of the project | |
namespace | tuttle::host |
Library for host. | |
namespace | tuttle::host::ofx |
OpenFX wrapping to communicate with C API. | |
namespace | tuttle::host::ofx::attribute |
Functions | |
bool | tuttle::host::ofx::attribute::isDoubleParam (const std::string ¶mType) |
bool | tuttle::host::ofx::attribute::isColourParam (const std::string ¶mType) |
bool | tuttle::host::ofx::attribute::isIntParam (const std::string ¶mType) |
bool | tuttle::host::ofx::attribute::isStandardType (const std::string &type) |
is this a standard type | |
bool | tuttle::host::ofx::attribute::findType (const std::string ¶mType, property::EPropType &propType, int &propDim) |
Variables | |
static TypeMap | tuttle::host::ofx::attribute::typeMap [] |