#include <valuenode.h>
Inheritance diagram for synfig::PlaceholderValueNode:
Public Types | |
typedef etl::handle< PlaceholderValueNode > | Handle |
typedef etl::loose_handle< PlaceholderValueNode > | LooseHandle |
typedef etl::handle< const PlaceholderValueNode > | ConstHandle |
typedef etl::rhandle< PlaceholderValueNode > | RHandle |
Public Member Functions | |
virtual ValueBase | operator() (Time t) const |
Returns the value of the ValueNode at time t. | |
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 Handle | create (ValueBase::Type type=ValueBase::TYPE_NIL) |
Protected Member Functions | |
virtual void | get_times_vfunc (Node::time_set &set) const |
|
Reimplemented from synfig::ValueNode. |
|
Reimplemented from synfig::ValueNode. |
|
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. |