31 #ifndef OPENSHOT_COORDINATE_H 32 #define OPENSHOT_COORDINATE_H 71 void SetJson(std::string value);
This class represents a Cartesian coordinate (X, Y) used in the Keyframe animation system...
Header file for Fraction class.
void SetJsonValue(Json::Value root)
Load Json::JsonValue into this object.
void SetJson(std::string value)
Load JSON string into this object.
Header file for all Exception classes.
double Y
The Y value of the coordinate (usually representing the value of the property being animated) ...
Header file for JSON class.
double X
The X value of the coordinate (usually representing the frame #)
This namespace is the default namespace for all code in the openshot library.
Coordinate()
The default constructor, which defaults to (0,0)
std::string Json()
Get and Set JSON methods.
Json::Value JsonValue()
Generate Json::JsonValue for this object.