show plugin pin labels when hovering over them
[ardour.git] / gtk2_ardour / route_ui.h
index 98d66fef84304019ca090df389bafd51685db3ab..461419c8480d1b7f13ceade57554aeb753e2f8fd 100644 (file)
@@ -194,6 +194,7 @@ class RouteUI : public virtual AxisView
 
        virtual void route_active_changed () {}
        void set_route_active (bool, bool);
+       void duplicate_selected_routes ();
 
         Gtk::Menu* record_menu;
         void build_record_menu ();
@@ -219,6 +220,7 @@ class RouteUI : public virtual AxisView
        virtual void map_frozen ();
 
        void adjust_latency ();
+       bool process_save_template_prompter (ArdourPrompter& prompter, const std::string& dir);
        void save_as_template ();
        void open_remote_control_id_dialog ();
 
@@ -239,7 +241,7 @@ class RouteUI : public virtual AxisView
        void toggle_comment_editor ();
 
        gint comment_key_release_handler (GdkEventKey*);
-       void comment_changed (void *src);
+       void comment_changed ();
        void comment_edited ();
        bool ignore_comment_edit;
 
@@ -268,6 +270,8 @@ class RouteUI : public virtual AxisView
 
        virtual void bus_send_display_changed (boost::shared_ptr<ARDOUR::Route>);
 
+       static std::string program_port_prefix;
+
   private:
        void check_rec_enable_sensitivity ();
        void parameter_changed (std::string const &);
@@ -304,7 +308,7 @@ class RouteUI : public virtual AxisView
 
        static void set_showing_sends_to (boost::shared_ptr<ARDOUR::Route>);
        static boost::weak_ptr<ARDOUR::Route> _showing_sends_to;
-       
+
        static uint32_t _max_invert_buttons;
 };