Move get_child_list() into TimeAxisView.
[ardour.git] / gtk2_ardour / crossfade_view.h
index e141a30cb10649e7a4cbf29efed8318bd564b2ea..db1d33fdf81163e653698942b26cf7c23ac473c6 100644 (file)
@@ -67,18 +67,15 @@ struct CrossfadeView : public TimeAxisViewItem
     bool _valid;
     bool _visible;
 
-    double spu;
-    double _height;
-
-    ArdourCanvas::Item *overlap_rect;
     ArdourCanvas::Line *fade_in;
     ArdourCanvas::Line *fade_out;
     ArdourCanvas::Item *active_button;
 
-    void crossfade_changed (PBD::Change);
+    void crossfade_changed (const PBD::PropertyChange&);
+    void crossfade_fades_changed ();
     void active_changed ();
-       void redraw_curves ();
-       void color_handler ();
+    void redraw_curves ();
+    void color_handler ();
 };
 
 #endif /* __gtk_ardour_crossfade_view_h__ */