|
synfig-studio
1.0.3
|
#include <blinepointtangentmerge.h>
Public Member Functions | |
| BLinePointTangentMerge () | |
| virtual bool | set_param (const synfig::String &name, const Param &) |
| virtual bool | is_ready () const |
| virtual void | prepare () |
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) |
| 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::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::BLinePointTangentMerge::BLinePointTangentMerge | ( | ) |
|
static |
Reimplemented from synfigapp::Action::CanvasSpecific.
References _.
|
static |
References synfigapp::Action::candidate_check().
|
virtual |
Reimplemented from synfigapp::Action::CanvasSpecific.
References synfigapp::Action::Param::get_time(), synfigapp::Action::Param::get_type(), and synfigapp::Action::Param::get_value_node().
|
virtual |
Reimplemented from synfigapp::Action::CanvasSpecific.
|
virtual |
Implements synfigapp::Action::Super.
References _, and synfigapp::Action::create().
1.8.1.2