#include <node.h>
Public Member Functions | |
TimePoint (const Time &x=Time::begin()) | |
const GUID & | get_guid () const |
const Time & | get_time () const |
Interpolation | get_before () const |
Interpolation | get_after () const |
void | set_guid (const GUID &x) |
void | set_time (const Time &x) |
void | set_before (Interpolation x) |
void | set_after (Interpolation x) |
void | absorb (const TimePoint &x) |
synfig::TimePoint::TimePoint | ( | const Time & | x = Time::begin() |
) | [inline] |
const GUID& synfig::TimePoint::get_guid | ( | ) | const [inline] |
const Time& synfig::TimePoint::get_time | ( | ) | const [inline] |
Interpolation synfig::TimePoint::get_before | ( | ) | const [inline] |
Interpolation synfig::TimePoint::get_after | ( | ) | const [inline] |
void synfig::TimePoint::set_guid | ( | const GUID & | x | ) | [inline] |
void synfig::TimePoint::set_time | ( | const Time & | x | ) | [inline] |
void synfig::TimePoint::set_before | ( | Interpolation | x | ) | [inline] |
void synfig::TimePoint::set_after | ( | Interpolation | x | ) | [inline] |
void TimePoint::absorb | ( | const TimePoint & | x | ) |