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