#include <waypoint.h>
Inheritance diagram for synfig::Waypoint:
Public Types | |
typedef synfig::Interpolation | Interpolation |
Public Member Functions | |
Waypoint (ValueBase value, Time time) | |
Waypoint (etl::handle< ValueNode > value_node, Time time) | |
Waypoint () | |
void | apply_model (const Model &x) |
Interpolation | get_before () const |
void | set_before (Interpolation x) |
Interpolation | get_after () const |
void | set_after (Interpolation x) |
ValueBase | get_value () const |
ValueBase | get_value (const Time &t) const |
void | set_value (const ValueBase &x) |
const etl::rhandle< ValueNode > & | get_value_node () const |
void | set_value_node (const etl::handle< ValueNode > &x) |
const Real & | get_tension () const |
void | set_tension (const Real &x) |
const Real & | get_continuity () const |
void | set_continuity (const Real &x) |
const Real & | get_bias () const |
void | set_bias (const Real &x) |
const Time & | get_time () const |
void | set_time (const Time &x) |
int | get_priority () const |
void | set_priority (int x) |
const etl::loose_handle< ValueNode > & | get_parent_value_node () const |
void | set_parent_value_node (const etl::loose_handle< ValueNode > &x) |
bool | is_static () const |
float | get_time_tension () const |
void | set_time_tension (const float &x) |
float | get_temporal_tension () const |
void | set_temporal_tension (const float &x) |
bool | operator< (const Waypoint &rhs) const |
bool | operator< (const Time &rhs) const |
bool | operator> (const Time &rhs) const |
bool | operator== (const Time &rhs) const |
bool | operator!= (const Time &rhs) const |
bool | operator== (const UniqueID &rhs) const |
bool | operator!= (const UniqueID &rhs) const |
Waypoint | clone (const GUID &deriv_guid=GUID()) const |
GUID | get_guid () const |
Classes | |
class | Model |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from synfig::UniqueID. |
|
Reimplemented from synfig::UniqueID. |
|
|
|
|