LuaProc::can_support_io_configuration: don't mix int and int32_t
[ardour.git] / gtk2_ardour / vca_master_strip.h
index 7d1edf1acd44b2e988a56d74a87f077a5f9eb163..7208071f85d2bcddea50ce8669d2a00d037469c2 100644 (file)
@@ -42,6 +42,9 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
        VCAMasterStrip (ARDOUR::Session*, boost::shared_ptr<ARDOUR::VCA>);
        ~VCAMasterStrip ();
 
+       boost::shared_ptr<ARDOUR::Stripable> stripable() const;
+       ARDOUR::PresentationInfo const & presentation_info () const;
+
        std::string name() const;
        Gdk::Color color () const;
        std::string state_id() const;
@@ -49,6 +52,8 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
 
        static PBD::Signal1<void,VCAMasterStrip*> CatchDeletion;
 
+       bool marked_for_display () const;
+       bool set_marked_for_display (bool);
 
      private:
        boost::shared_ptr<ARDOUR::VCA> _vca;
@@ -65,7 +70,6 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
        ArdourButton number_label;
        ArdourButton solo_button;
        ArdourButton mute_button;
-       ArdourButton drop_button;
        Gtk::Menu*   context_menu;
        Gtk::MessageDialog* delete_dialog;
        ArdourButton vertical_button;
@@ -93,7 +97,6 @@ class VCAMasterStrip : public AxisView, public Gtk::EventBox
        void hide_confirmation (int);
        void self_delete ();
        void remove ();
-       void drop_button_press ();
        void drop_all_slaves ();
 
        void parameter_changed (std::string const& p);