TuttleOFX
1
|
#include <tuttle/host/Graph.hpp>
#include <boost/algorithm/string/join.hpp>
#include <boost/algorithm/string/split.hpp>
#include <extensions/tuttle/ofxParam.h>
#include <vector>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | sam |
Functions | |
std::vector< std::string > | sam::getStringValues (const tuttle::host::ofx::property::OfxhProperty &prop) |
Get all values of the property as a vector of strings. | |
std::string | sam::getFormattedStringValue (const tuttle::host::ofx::property::OfxhProperty &prop) |
Return a string to represent the property value or values. If multiple values, return a string like "a,b,c". | |
void | sam::coutProperties (const ttl::Graph::Node &node) |
void | sam::coutClipsWithDetails (const ttl::Graph::Node &node) |
void | sam::coutClips (const ttl::Graph::Node &node) |
void | sam::coutParameterValues (std::ostream &os, const ttl::ofx::attribute::OfxhParam ¶m) |
void | sam::coutParameterWithDetails (const ttl::ofx::attribute::OfxhParam ¶m) |
void | sam::coutParametersWithDetails (const ttl::Graph::Node &node) |
void | sam::coutParameters (const ttl::Graph::Node &node) |