#include <valuenodelinkdisconnect.h>
Public Member Functions | |
ValueNodeLinkDisconnect () | |
virtual bool | set_param (const synfig::String &name, const Param &) |
virtual bool | is_ready () const |
virtual void | perform () |
This function will throw an Action::Error() on failure. | |
virtual void | undo () |
This function will throw an Action::Error() on failure. | |
Static Public Member Functions | |
static ParamVocab | get_param_vocab () |
static bool | is_candidate (const ParamList &x) |
Action::ValueNodeLinkDisconnect::ValueNodeLinkDisconnect | ( | ) |
Action::ParamVocab Action::ValueNodeLinkDisconnect::get_param_vocab | ( | ) | [static] |
Reimplemented from synfigapp::Action::CanvasSpecific.
References _, synfigapp::Action::CanvasSpecific::get_param_vocab(), synfigapp::Action::Param::TYPE_INTEGER, synfigapp::Action::Param::TYPE_TIME, and synfigapp::Action::Param::TYPE_VALUENODE.
Referenced by is_candidate().
bool Action::ValueNodeLinkDisconnect::is_candidate | ( | const ParamList & | x | ) | [static] |
References synfigapp::Action::candidate_check(), and get_param_vocab().
bool Action::ValueNodeLinkDisconnect::set_param | ( | const synfig::String & | name, | |
const Param & | param | |||
) | [virtual] |
Reimplemented from synfigapp::Action::CanvasSpecific.
References synfigapp::Action::Param::get_integer(), synfigapp::Action::Param::get_time(), synfigapp::Action::Param::get_type(), synfigapp::Action::Param::get_value_node(), synfigapp::Action::CanvasSpecific::set_param(), synfigapp::Action::Param::TYPE_INTEGER, synfigapp::Action::Param::TYPE_TIME, and synfigapp::Action::Param::TYPE_VALUENODE.
bool Action::ValueNodeLinkDisconnect::is_ready | ( | ) | const [virtual] |
Reimplemented from synfigapp::Action::CanvasSpecific.
References synfigapp::Action::CanvasSpecific::is_ready().
void Action::ValueNodeLinkDisconnect::perform | ( | ) | [virtual] |
This function will throw an Action::Error() on failure.
Implements synfigapp::Action::Base.
References _, and synfigapp::Action::create().
void Action::ValueNodeLinkDisconnect::undo | ( | ) | [virtual] |
This function will throw an Action::Error() on failure.
Implements synfigapp::Action::Undoable.
References _.