add icons for cut mouse mode button and cut cursor (both need improving)
[ardour.git] / gtk2_ardour / editor_routes.h
index e07a7787aad886248f13082889b5087f3c3b8b5d..21a92fc423746252be3d1cf9423ec8f513e3d0f0 100644 (file)
@@ -42,10 +42,6 @@ public:
                _no_redisplay = true;
        }
 
-        void allow_redisplay () { 
-               _no_redisplay = false;
-       }
-
        void resume_redisplay () {
                _no_redisplay = false;
                redisplay ();
@@ -73,7 +69,7 @@ private:
        void build_menu ();
        void show_menu ();
         void sync_treeview_from_order_keys ();
-       void route_deleted (Gtk::TreeModel::Path const &);
+       void row_deleted (Gtk::TreeModel::Path const &);
        void visible_changed (std::string const &);
        void active_changed (std::string const &);
        void reordered (Gtk::TreeModel::Path const &, Gtk::TreeModel::iterator const &, int *);
@@ -98,6 +94,7 @@ private:
        void show_all_miditracks ();
        void hide_all_miditracks ();
        void show_tracks_with_regions_at_playhead ();
+        void selection_changed ();
 
        void display_drag_data_received (
                Glib::RefPtr<Gdk::DragContext> const &, gint, gint, Gtk::SelectionData const &, guint, guint
@@ -155,6 +152,7 @@ private:
        bool _ignore_reorder;
        bool _no_redisplay;
         bool _adding_routes;
+        bool _route_deletion_in_progress;
 
        Gtk::Menu* _menu;
         Gtk::Widget* old_focus;