#include <groupaddlayers.h>
Public Member Functions | |
GroupAddLayers () | |
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::GroupAddLayers::GroupAddLayers | ( | ) |
Action::ParamVocab Action::GroupAddLayers::get_param_vocab | ( | ) | [static] |
Reimplemented from synfigapp::Action::CanvasSpecific.
References _, synfigapp::Action::CanvasSpecific::get_param_vocab(), synfigapp::Action::Param::TYPE_LAYER, and synfigapp::Action::Param::TYPE_STRING.
Referenced by is_candidate().
bool Action::GroupAddLayers::is_candidate | ( | const ParamList & | x | ) | [static] |
References synfigapp::Action::candidate_check(), and get_param_vocab().
bool Action::GroupAddLayers::set_param | ( | const synfig::String & | name, | |
const Param & | param | |||
) | [virtual] |
Reimplemented from synfigapp::Action::CanvasSpecific.
References synfigapp::Action::Param::get_layer(), synfigapp::Action::Param::get_string(), synfigapp::Action::Param::get_type(), synfigapp::Action::CanvasSpecific::set_param(), synfigapp::Action::Param::TYPE_LAYER, and synfigapp::Action::Param::TYPE_STRING.
bool Action::GroupAddLayers::is_ready | ( | ) | const [virtual] |
Reimplemented from synfigapp::Action::CanvasSpecific.
References synfigapp::Action::CanvasSpecific::is_ready().
void Action::GroupAddLayers::perform | ( | ) | [virtual] |
void Action::GroupAddLayers::undo | ( | ) | [virtual] |