X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Feditor_routes.h;h=a075902dee7dd94e5cf025d31b99daa9ee5a20a2;hb=162c48b84381335ff90fe64b5324467693dee736;hp=b493b0a90597217e4308d396e0d0b300e6338b0e;hpb=b233455b3fd00789e4f8a951f9fe205de92f94e2;p=ardour.git diff --git a/gtk2_ardour/editor_routes.h b/gtk2_ardour/editor_routes.h index b493b0a905..a075902dee 100644 --- a/gtk2_ardour/editor_routes.h +++ b/gtk2_ardour/editor_routes.h @@ -22,12 +22,13 @@ class EditorRoutes : public EditorComponent public: EditorRoutes (Editor *); + void connect_to_session (ARDOUR::Session *); + Gtk::Widget& widget () { return _scroller; } void move_selected_tracks (bool); - void initial_display (); void show_track_in_display (TimeAxisView &); void suspend_redisplay () { _no_redisplay = true; @@ -43,9 +44,11 @@ public: std::list views () const; void hide_all_tracks (bool); void clear (); + void sync_order_keys (std::string const &); private: + void initial_display (); void on_tv_rec_enable_toggled (Glib::ustring const &); void build_menu (); void show_menu (); @@ -54,7 +57,6 @@ private: void reordered (Gtk::TreeModel::Path const &, Gtk::TreeModel::iterator const &, int *); bool button_press (GdkEventButton *); void route_name_changed (boost::weak_ptr); - void sync_order_keys (char const *); void route_removed (TimeAxisView *); void handle_gui_changes (std::string const &, void *); void update_rec_display ();