#include <valuenode_const.h>

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 |
| typedef etl::handle<ValueNode_Const> synfig::ValueNode_Const::Handle |
Reimplemented from synfig::ValueNode.
| typedef etl::handle<const ValueNode_Const> synfig::ValueNode_Const::ConstHandle |
Reimplemented from synfig::ValueNode.
| ValueNode_Const::~ValueNode_Const | ( | ) | [virtual] |
| const ValueBase & ValueNode_Const::get_value | ( | ) | const |
| ValueBase & ValueNode_Const::get_value | ( | ) |
| void ValueNode_Const::set_value | ( | const ValueBase & | data | ) |
| String ValueNode_Const::get_name | ( | ) | const [virtual] |
| String ValueNode_Const::get_local_name | ( | ) | const [virtual] |
| ValueNode_Const * ValueNode_Const::create | ( | const ValueBase & | x = ValueBase() |
) | [static] |
| void ValueNode_Const::get_times_vfunc | ( | Node::time_set & | set | ) | const [protected, virtual] |
Function to be overloaded that fills
Implements synfig::Node.
1.5.3