RouteDialog: Move built-in types into template list experiment
[ardour.git] / gtk2_ardour / automation_time_axis.h
index 573d88a4d5e7e3ff760d978ee5d67aa0046bc6ae..aae1ec5657317138493a09aec52d7a89ed61f238 100644 (file)
@@ -189,6 +189,8 @@ protected:
        bool ignore_state_request;
        bool ignore_mode_request;
 
+       bool propagate_time_selection () const;
+
        void automation_state_changed ();
 
        void set_interpolation (ARDOUR::AutomationList::InterpolationStyle);
@@ -206,6 +208,8 @@ protected:
        static Pango::FontDescription name_font;
        static bool have_name_font;
 
+       std::string automation_state_off_string () const;
+
 private:
        int set_state_2X (const XMLNode &, int);
 };