Home
last modified time | relevance | path

Searched refs:set_selected_points (Results 1 – 14 of 14) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dautomation_streamview.h67 void set_selected_points (PointSelection &);
H A Daudio_streamview.h68 void set_selected_points (PointSelection&);
H A Dautomation_streamview.cc301 AutomationStreamView::set_selected_points (PointSelection& ps) in set_selected_points() function in AutomationStreamView
306 (*i)->set_selected_points (ps); in set_selected_points()
H A Daudio_streamview.cc488 AudioStreamView::set_selected_points (PointSelection& points) in set_selected_points() function in AudioStreamView
493 arv->get_gain_line ()->set_selected_points (points); in set_selected_points()
H A Dautomation_time_axis.h100 void set_selected_points (PointSelection&);
H A Dautomation_line.h84 void set_selected_points (PointSelection const &);
H A Dtime_axis_view.h203 virtual void set_selected_points (PointSelection&);
H A Dautomation_time_axis.cc931 AutomationTimeAxisView::set_selected_points (PointSelection& points) in set_selected_points() function in AutomationTimeAxisView
934 _line->set_selected_points (points); in set_selected_points()
936 _view->set_selected_points (points); in set_selected_points()
H A Droute_time_axis.h101 void set_selected_points (PointSelection&);
H A Dautomation_line.cc923 AutomationLine::set_selected_points (PointSelection const & points) in set_selected_points() function in AutomationLine
1058 set_selected_points (trackview.editor().get_selection().points); in reset_callback()
H A Dtime_axis_view.cc1085 TimeAxisView::set_selected_points (PointSelection& points) in set_selected_points() function in TimeAxisView
1088 (*i)->set_selected_points (points); in set_selected_points()
H A Droute_time_axis.cc1129 RouteTimeAxisView::set_selected_points (PointSelection& points) in set_selected_points() function in RouteTimeAxisView
1131 StripableTimeAxisView::set_selected_points (points); in set_selected_points()
1134 asv->set_selected_points (points); in set_selected_points()
H A Deditor_selection.cc1653 (*i)->set_selected_points (selection->points); in point_selection_changed()
H A Dmidi_region_view.cc2446 a->second->set_selected_points(editor.get_selection().points); in update_drag_selection()