X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fwaveview.cc;h=f9f011ea41f3ddc13ce941c15e3ef56df78e70c4;hb=c892bc35c8048514a07499871a23eb94cbd101c0;hp=05cc97701d1e680a1d15d478feb075820dd11279;hpb=cd10162199173bdbde52977bca2a56d256ea8b65;p=ardour.git diff --git a/gtk2_ardour/waveview.cc b/gtk2_ardour/waveview.cc index 05cc97701d..f9f011ea41 100644 --- a/gtk2_ardour/waveview.cc +++ b/gtk2_ardour/waveview.cc @@ -1,7 +1,6 @@ #include "waveview.h" #include "waveview_p.h" -/* $Id$ */ /* waveview.cc * @@ -252,6 +251,38 @@ Glib::PropertyProxy_ReadOnly WaveView::property_wave_color() const { return Glib::PropertyProxy_ReadOnly (this, "wave_color"); } +Glib::PropertyProxy WaveView::property_clip_color() +{ + return Glib::PropertyProxy (this, "clip_color"); +} +Glib::PropertyProxy_ReadOnly WaveView::property_clip_color() const +{ + return Glib::PropertyProxy_ReadOnly (this, "clip_color"); +} +Glib::PropertyProxy WaveView::property_zero_color() +{ + return Glib::PropertyProxy (this, "zero_color"); +} +Glib::PropertyProxy_ReadOnly WaveView::property_zero_color() const +{ + return Glib::PropertyProxy_ReadOnly (this, "zero_color"); +} +Glib::PropertyProxy WaveView::property_fill_color() +{ + return Glib::PropertyProxy (this, "fill_color"); +} +Glib::PropertyProxy_ReadOnly WaveView::property_fill_color() const +{ + return Glib::PropertyProxy_ReadOnly (this, "fill_color"); +} +Glib::PropertyProxy WaveView::property_filled() +{ + return Glib::PropertyProxy (this, "filled"); +} +Glib::PropertyProxy_ReadOnly WaveView::property_filled() const +{ + return Glib::PropertyProxy_ReadOnly (this, "filled"); +} Glib::PropertyProxy WaveView::property_rectified() { return Glib::PropertyProxy (this, "rectified"); @@ -260,6 +291,14 @@ Glib::PropertyProxy_ReadOnly WaveView::property_rectified() const { return Glib::PropertyProxy_ReadOnly (this, "rectified"); } +Glib::PropertyProxy WaveView::property_zero_line() +{ + return Glib::PropertyProxy (this, "zero_line"); +} +Glib::PropertyProxy_ReadOnly WaveView::property_zero_line() const +{ + return Glib::PropertyProxy_ReadOnly (this, "zero_line"); +} Glib::PropertyProxy WaveView::property_region_start() { return Glib::PropertyProxy (this, "region_start"); @@ -268,6 +307,14 @@ Glib::PropertyProxy_ReadOnly WaveView::property_region_start() const { return Glib::PropertyProxy_ReadOnly (this, "region_start"); } +Glib::PropertyProxy WaveView::property_logscaled() +{ + return Glib::PropertyProxy (this, "logscaled"); +} +Glib::PropertyProxy_ReadOnly WaveView::property_logscaled() const +{ + return Glib::PropertyProxy_ReadOnly (this, "logscaled"); +} } // namespace Canvas