TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/host/ofx/attribute/OfxhParamDescriptor.cpp File Reference
#include "OfxhParamDescriptor.hpp"
#include <extensions/tuttle/ofxParam.h>
Include dependency graph for OfxhParamDescriptor.cpp:

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 &paramType)
bool tuttle::host::ofx::attribute::isColourParam (const std::string &paramType)
bool tuttle::host::ofx::attribute::isIntParam (const std::string &paramType)
bool tuttle::host::ofx::attribute::isStandardType (const std::string &type)
 is this a standard type
bool tuttle::host::ofx::attribute::findType (const std::string &paramType, property::EPropType &propType, int &propDim)

Variables

static TypeMap tuttle::host::ofx::attribute::typeMap []