#include <valuenode_log.h>
Public Types | |
typedef etl::handle < ValueNode_Logarithm > | Handle |
typedef etl::handle< const ValueNode_Logarithm > | ConstHandle |
Public Member Functions | |
ValueNode_Logarithm (const ValueBase &x) | |
virtual ValueBase | operator() (Time t) const |
Returns the value of the ValueNode at time t. | |
virtual | ~ValueNode_Logarithm () |
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::LooseHandle | get_link_vfunc (int i) const |
virtual int | link_count () const |
virtual String | link_name (int i) const |
virtual String | link_local_name (int i) const |
virtual int | get_link_index_from_name (const String &name) const |
Static Public Member Functions | |
static bool | check_type (ValueBase::Type type) |
static ValueNode_Logarithm * | create (const ValueBase &x) |
Protected Member Functions | |
LinkableValueNode * | create_new () const |
virtual bool | set_link_vfunc (int i, ValueNode::Handle x) |
typedef etl::handle<ValueNode_Logarithm> synfig::ValueNode_Logarithm::Handle |
Reimplemented from synfig::LinkableValueNode.
typedef etl::handle<const ValueNode_Logarithm> synfig::ValueNode_Logarithm::ConstHandle |
Reimplemented from synfig::LinkableValueNode.
ValueNode_Logarithm::ValueNode_Logarithm | ( | const ValueBase & | x | ) |
References synfig::ValueNode_Const::create(), synfig::ValueBase::get(), and synfig::LinkableValueNode::set_link().
Referenced by create(), and create_new().
ValueNode_Logarithm::~ValueNode_Logarithm | ( | ) | [virtual] |
References synfig::LinkableValueNode::unlink_all().
String ValueNode_Logarithm::get_name | ( | ) | const [virtual] |
String ValueNode_Logarithm::get_local_name | ( | ) | const [virtual] |
ValueNode::LooseHandle ValueNode_Logarithm::get_link_vfunc | ( | int | i | ) | const [virtual] |
int ValueNode_Logarithm::link_count | ( | ) | const [virtual] |
Implements synfig::LinkableValueNode.
Referenced by get_link_vfunc(), link_local_name(), link_name(), and set_link_vfunc().
String ValueNode_Logarithm::link_name | ( | int | i | ) | const [virtual] |
String ValueNode_Logarithm::link_local_name | ( | int | i | ) | const [virtual] |
int ValueNode_Logarithm::get_link_index_from_name | ( | const String & | name | ) | const [virtual] |
Implements synfig::LinkableValueNode.
LinkableValueNode * ValueNode_Logarithm::create_new | ( | ) | const [protected, virtual] |
Implements synfig::LinkableValueNode.
References synfig::ValueNode::get_type(), and ValueNode_Logarithm().
bool ValueNode_Logarithm::set_link_vfunc | ( | int | i, | |
ValueNode::Handle | x | |||
) | [protected, virtual] |
Implements synfig::LinkableValueNode.
References CHECK_TYPE_AND_SET_VALUE, link_count(), and synfig::ValueBase::TYPE_REAL.
bool ValueNode_Logarithm::check_type | ( | ValueBase::Type | type | ) | [static] |
References synfig::ValueBase::TYPE_REAL.
ValueNode_Logarithm * ValueNode_Logarithm::create | ( | const ValueBase & | x | ) | [static] |
References ValueNode_Logarithm().