X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fwaveview.h;h=53472f80d3b4d2007982451a0a5e0ff604ed30b2;hb=01e0f512232fe73c18339f368c90f581a5bebdb2;hp=87e38fe1daec854a37c1d533148bb93272c73190;hpb=beb3ee233969b7a1a7863102d0d38484f327dae3;p=ardour.git diff --git a/gtk2_ardour/waveview.h b/gtk2_ardour/waveview.h index 87e38fe1da..53472f80d3 100644 --- a/gtk2_ardour/waveview.h +++ b/gtk2_ardour/waveview.h @@ -4,10 +4,9 @@ #include -/* $Id$ */ /* waveview.h - * + * * Copyright (C) 1998 EMC Capital Management Inc. * Developed by Havoc Pennington * @@ -81,7 +80,7 @@ private: protected: explicit WaveView(const Glib::ConstructParams& construct_params); explicit WaveView(GnomeCanvasWaveView* castitem); - + #endif /* DOXYGEN_SHOULD_SKIP_THIS */ public: @@ -111,7 +110,7 @@ private: public: WaveView(Group& parent); - static void* create_cache(); + static GnomeCanvasWaveViewCache* create_cache(); Glib::PropertyProxy property_data_src(); Glib::PropertyProxy_ReadOnly property_data_src() const; @@ -143,10 +142,22 @@ public: Glib::PropertyProxy_ReadOnly property_height() const; Glib::PropertyProxy property_wave_color(); Glib::PropertyProxy_ReadOnly property_wave_color() const; + Glib::PropertyProxy property_clip_color(); + Glib::PropertyProxy_ReadOnly property_clip_color() const; + Glib::PropertyProxy property_fill_color(); + Glib::PropertyProxy_ReadOnly property_fill_color() const; + Glib::PropertyProxy property_filled(); + Glib::PropertyProxy_ReadOnly property_filled() const; + Glib::PropertyProxy property_zero_line(); + Glib::PropertyProxy_ReadOnly property_zero_line() const; + Glib::PropertyProxy property_zero_color(); + Glib::PropertyProxy_ReadOnly property_zero_color() const; Glib::PropertyProxy property_rectified(); Glib::PropertyProxy_ReadOnly property_rectified() const; Glib::PropertyProxy property_region_start(); Glib::PropertyProxy_ReadOnly property_region_start() const; + Glib::PropertyProxy property_logscaled(); + Glib::PropertyProxy_ReadOnly property_logscaled() const; }; } /* namespace Canvas */