highlight area below automation lanes
[ardour.git] / gtk2_ardour / automation_line.h
index 816cefedef9a6260b2e226179178c3fb0b90b878..d51e437bdd7fea04607c9524f9bed7775241860c 100644 (file)
@@ -73,6 +73,7 @@ public:
        void queue_reset ();
        void reset ();
        void clear ();
+       void set_fill (bool f) { _fill = f; } // owner needs to call set_height
 
        void set_selected_points (PointSelection const &);
        void get_selectables (ARDOUR::framepos_t, ARDOUR::framepos_t, double, double, std::list<Selectable*>&);
@@ -236,6 +237,8 @@ private:
        /** maximum time that a point on this line can be at, relative to the position of its region or start of its track */
        ARDOUR::framecnt_t _maximum_time;
 
+       bool _fill;
+
        const ARDOUR::ParameterDescriptor _desc;
 
        friend class AudioRegionGainLine;