#include <valuenode_const.h>
Inheritance diagram for synfig::ValueNode_Const:
Public Types | |
typedef etl::handle< ValueNode_Const > | Handle |
typedef etl::handle< const ValueNode_Const > | ConstHandle |
Public Member Functions | |
virtual ValueBase | operator() (Time t) const |
Returns the value of the ValueNode at time t. | |
virtual | ~ValueNode_Const () |
const ValueBase & | get_value () const |
ValueBase & | get_value () |
void | set_value (const ValueBase &data) |
virtual String | get_name () const |
Returns the name of the ValueNode type. | |
virtual String | get_local_name () const |
Returns the localized name of the ValueNode type. | |
virtual ValueNode * | clone (const GUID &deriv_guid=GUID()) const |
Static Public Member Functions | |
static ValueNode_Const * | create (const ValueBase &x=ValueBase()) |
Protected Member Functions | |
virtual void | get_times_vfunc (Node::time_set &set) const |
|
Reimplemented from synfig::ValueNode. |
|
Reimplemented from synfig::ValueNode. |
|
|
|
Returns the value of the ValueNode at time t.
Reimplemented from synfig::ValueNode. |
|
|
|
|
|
|
|
Returns the name of the ValueNode type.
Implements synfig::ValueNode. |
|
Returns the localized name of the ValueNode type.
Implements synfig::ValueNode. |
|
Implements synfig::ValueNode. |
|
|
|
Function to be overloaded that fills Implements synfig::Node. |