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