OSC: Add /jog/mode/name
[ardour.git] / gtk2_ardour / editor_routes.h
index 29e8b45dba685defd3cd2bc171e0deee4d3c0ff8..a9d7115fdfa853727a35c6560c345d3be3b68dbe 100644 (file)
@@ -77,8 +77,8 @@ private:
        void on_tv_solo_isolate_toggled (std::string const &);
        void on_tv_solo_safe_toggled (std::string const &);
        void build_menu ();
-       void show_menu ();
-       void sync_treeview_from_presentation_info ();
+       void presentation_info_changed (PBD::PropertyChange const &);
+       void sync_treeview_from_presentation_info (PBD::PropertyChange const &);
        void row_deleted (Gtk::TreeModel::Path const &);
        void visible_changed (std::string const &);
        void active_changed (std::string const &);
@@ -165,6 +165,7 @@ private:
        int _active_column;
 
        bool _ignore_reorder;
+       bool _ignore_selection_change;
        bool _no_redisplay;
        bool _adding_routes;
        bool _route_deletion_in_progress;