#include <canvasdescriptionset.h>
Public Member Functions | |
CanvasDescriptionSet () | |
virtual bool | set_param (const synfig::String &description, 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::CanvasDescriptionSet::CanvasDescriptionSet | ( | ) |
Action::ParamVocab Action::CanvasDescriptionSet::get_param_vocab | ( | ) | [static] |
Reimplemented from synfigapp::Action::CanvasSpecific.
References _, synfigapp::Action::CanvasSpecific::get_param_vocab(), and synfigapp::Action::Param::TYPE_STRING.
Referenced by is_candidate().
bool Action::CanvasDescriptionSet::is_candidate | ( | const ParamList & | x | ) | [static] |
References synfigapp::Action::candidate_check(), and get_param_vocab().
bool Action::CanvasDescriptionSet::set_param | ( | const synfig::String & | description, | |
const Param & | param | |||
) | [virtual] |
bool Action::CanvasDescriptionSet::is_ready | ( | ) | const [virtual] |
Reimplemented from synfigapp::Action::CanvasSpecific.
References synfigapp::Action::CanvasSpecific::is_ready().
void Action::CanvasDescriptionSet::perform | ( | ) | [virtual] |
This function will throw an Action::Error() on failure.
Implements synfigapp::Action::Base.
References synfigapp::Action::CanvasSpecific::get_canvas(), and synfigapp::Action::CanvasSpecific::get_canvas_interface().
void Action::CanvasDescriptionSet::undo | ( | ) | [virtual] |
This function will throw an Action::Error() on failure.
Implements synfigapp::Action::Undoable.
References synfigapp::Action::CanvasSpecific::get_canvas(), and synfigapp::Action::CanvasSpecific::get_canvas_interface().