Searched refs:set_selected_points (Results 1 – 14 of 14) sorted by relevance
67 void set_selected_points (PointSelection &);
68 void set_selected_points (PointSelection&);
301 AutomationStreamView::set_selected_points (PointSelection& ps) in set_selected_points() function in AutomationStreamView306 (*i)->set_selected_points (ps); in set_selected_points()
488 AudioStreamView::set_selected_points (PointSelection& points) in set_selected_points() function in AudioStreamView493 arv->get_gain_line ()->set_selected_points (points); in set_selected_points()
100 void set_selected_points (PointSelection&);
84 void set_selected_points (PointSelection const &);
203 virtual void set_selected_points (PointSelection&);
931 AutomationTimeAxisView::set_selected_points (PointSelection& points) in set_selected_points() function in AutomationTimeAxisView934 _line->set_selected_points (points); in set_selected_points()936 _view->set_selected_points (points); in set_selected_points()
101 void set_selected_points (PointSelection&);
923 AutomationLine::set_selected_points (PointSelection const & points) in set_selected_points() function in AutomationLine1058 set_selected_points (trackview.editor().get_selection().points); in reset_callback()
1085 TimeAxisView::set_selected_points (PointSelection& points) in set_selected_points() function in TimeAxisView1088 (*i)->set_selected_points (points); in set_selected_points()
1129 RouteTimeAxisView::set_selected_points (PointSelection& points) in set_selected_points() function in RouteTimeAxisView1131 StripableTimeAxisView::set_selected_points (points); in set_selected_points()1134 asv->set_selected_points (points); in set_selected_points()
1653 (*i)->set_selected_points (selection->points); in point_selection_changed()
2446 a->second->set_selected_points(editor.get_selection().points); in update_drag_selection()