| synfig-studio
    1.0.3
    | 
#include <keyframeduplicate.h>
 
  
 | Public Member Functions | |
| KeyframeDuplicate () | |
| 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. | |
|  Public Member Functions inherited from synfigapp::Action::Super | |
| ActionList & | action_list () | 
| const ActionList & | action_list () const | 
| void | clear () | 
| bool | first_time () const | 
| void | add_action (etl::handle< Undoable > action) | 
| void | add_action_front (etl::handle< Undoable > action) | 
|  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::KeyframeDuplicate::KeyframeDuplicate | ( | ) | 
| 
 | static | 
Reimplemented from synfigapp::Action::CanvasSpecific.
References _.
| 
 | static | 
References synfigapp::Action::candidate_check().
| 
 | virtual | 
TODO add and use keyframe::operator=
Copy the kf's Waypoint::model is exist
Copy the active status
Reimplemented from synfigapp::Action::CanvasSpecific.
References _, synfigapp::Action::Param::get_keyframe(), synfigapp::Action::Param::get_time(), and synfigapp::Action::Param::get_type().
| 
 | virtual | 
Reimplemented from synfigapp::Action::CanvasSpecific.
| 
 | virtual | 
Implements synfigapp::Action::Super.
References _.
| 
 | virtual | 
This function will throw an Action::Error() on failure.
Reimplemented from synfigapp::Action::Super.
References _.
| 
 | virtual | 
This function will throw an Action::Error() on failure.
Reimplemented from synfigapp::Action::Super.
 1.8.1.2
 1.8.1.2