synfig-studio
1.0.3
|
#include <valuenodedynamiclistremove.h>
Public Member Functions | |
ValueNodeDynamicListRemove () | |
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. | |
Public Member Functions inherited from synfigapp::Action::Undoable | |
bool | is_active () const |
Public Member Functions inherited from synfigapp::Action::Base | |
virtual | ~Base () |
virtual bool | get_param (const synfig::String &, Param &) |
virtual synfig::String | get_name () const =0 |
virtual synfig::String | get_local_name () const |
void | set_param_list (const ParamList &) |
Public Member Functions inherited from synfigapp::Action::CanvasSpecific | |
void | set_canvas (synfig::Canvas::Handle x) |
void | set_canvas_interface (etl::loose_handle< synfigapp::CanvasInterface > x) |
synfig::Canvas::Handle | get_canvas () const |
etl::loose_handle < synfigapp::CanvasInterface > | get_canvas_interface () const |
virtual bool | get_param (const synfig::String &, Param &) |
EditMode | get_edit_mode () const |
void | set_edit_mode (EditMode x) |
bool | is_dirty () const |
void | set_dirty (bool x=true) |
Static Public Member Functions | |
static ParamVocab | get_param_vocab () |
static bool | is_candidate (const ParamList &x) |
Additional Inherited Members | |
Protected Member Functions inherited from synfigapp::Action::Undoable | |
Undoable () | |
Protected Member Functions inherited from synfigapp::Action::CanvasSpecific | |
CanvasSpecific (const synfig::Canvas::Handle &canvas) | |
CanvasSpecific () | |
virtual | ~CanvasSpecific () |
Action::ValueNodeDynamicListRemove::ValueNodeDynamicListRemove | ( | ) |
|
static |
Reimplemented from synfigapp::Action::CanvasSpecific.
References _.
|
static |
References synfigapp::Action::candidate_check().
|
virtual |
Reimplemented from synfigapp::Action::CanvasSpecific.
References synfigapp::ValueDesc::get_index(), synfigapp::Action::Param::get_type(), and synfigapp::Action::Param::get_value_desc().
|
virtual |
Reimplemented from synfigapp::Action::CanvasSpecific.
|
virtual |
This function will throw an Action::Error() on failure.
Implements synfigapp::Action::Base.
|
virtual |
This function will throw an Action::Error() on failure.
Implements synfigapp::Action::Undoable.