#include <layerlower.h>
Public Member Functions | |
LayerLower () | |
virtual bool | set_param (const synfig::String &name, const Param &) |
virtual bool | is_ready () const |
virtual void | prepare () |
Static Public Member Functions | |
static ParamVocab | get_param_vocab () |
static bool | is_candidate (const ParamList &x) |
Action::LayerLower::LayerLower | ( | ) |
Action::ParamVocab Action::LayerLower::get_param_vocab | ( | ) | [static] |
Reimplemented from synfigapp::Action::CanvasSpecific.
References _, synfigapp::Action::CanvasSpecific::get_param_vocab(), and synfigapp::Action::Param::TYPE_LAYER.
Referenced by is_candidate().
bool Action::LayerLower::is_candidate | ( | const ParamList & | x | ) | [static] |
References synfigapp::Action::candidate_check(), and get_param_vocab().
bool Action::LayerLower::set_param | ( | const synfig::String & | name, | |
const Param & | param | |||
) | [virtual] |
bool Action::LayerLower::is_ready | ( | ) | const [virtual] |
Reimplemented from synfigapp::Action::CanvasSpecific.
References synfigapp::Action::CanvasSpecific::is_ready().
void Action::LayerLower::prepare | ( | ) | [virtual] |