X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fwaveview.cc;h=9cc53355be97b3071b444f7b9d0a9e2788b2be89;hb=f6fdd8dcbf41f864e9f0cc32dabe81fe3533ddfe;hp=d043a952c0d678d7787ff92f00458435390a2fd3;hpb=f69abbff90ac8b8426bb0c6e02a7f4d4a3fd5e6d;p=ardour.git diff --git a/gtk2_ardour/waveview.cc b/gtk2_ardour/waveview.cc index d043a952c0..9cc53355be 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 * @@ -134,13 +133,13 @@ WaveView::create_cache () Glib::PropertyProxy WaveView::property_data_src() { - return Glib::PropertyProxy (this, "data-src"); + return Glib::PropertyProxy (this, "data_src"); } Glib::PropertyProxy_ReadOnly WaveView::property_data_src() const { - return Glib::PropertyProxy_ReadOnly (this, "data-src"); + return Glib::PropertyProxy_ReadOnly (this, "data_src"); } -Glib::PropertyProxy WaveView::property_channel() +Glib::PropertyProxy WaveView::property_channel() { return Glib::PropertyProxy (this, "channel"); } @@ -150,43 +149,43 @@ Glib::PropertyProxy_ReadOnly WaveView::property_channel() const } Glib::PropertyProxy WaveView::property_length_function() { - return Glib::PropertyProxy (this, "length-function"); + return Glib::PropertyProxy (this, "length_function"); } Glib::PropertyProxy_ReadOnly WaveView::property_length_function() const { - return Glib::PropertyProxy_ReadOnly (this, "length-function"); + return Glib::PropertyProxy_ReadOnly (this, "length_function"); } Glib::PropertyProxy WaveView::property_sourcefile_length_function() { - return Glib::PropertyProxy (this, "sourcefile-length-function"); + return Glib::PropertyProxy (this, "sourcefile_length_function"); } Glib::PropertyProxy_ReadOnly WaveView::property_sourcefile_length_function() const { - return Glib::PropertyProxy_ReadOnly (this, "sourcefile-length-function"); + return Glib::PropertyProxy_ReadOnly (this, "sourcefile_length_function"); } Glib::PropertyProxy WaveView::property_peak_function() { - return Glib::PropertyProxy (this, "peak-function"); + return Glib::PropertyProxy (this, "peak_function"); } Glib::PropertyProxy_ReadOnly WaveView::property_peak_function() const { - return Glib::PropertyProxy_ReadOnly (this, "peak-function"); + return Glib::PropertyProxy_ReadOnly (this, "peak_function"); } Glib::PropertyProxy WaveView::property_gain_function() { - return Glib::PropertyProxy (this, "gain-function"); + return Glib::PropertyProxy (this, "gain_function"); } Glib::PropertyProxy_ReadOnly WaveView::property_gain_function() const { - return Glib::PropertyProxy_ReadOnly (this, "gain-function"); + return Glib::PropertyProxy_ReadOnly (this, "gain_function"); } Glib::PropertyProxy WaveView::property_gain_src() { - return Glib::PropertyProxy (this, "gain-src"); + return Glib::PropertyProxy (this, "gain_src"); } Glib::PropertyProxy_ReadOnly WaveView::property_gain_src() const { - return Glib::PropertyProxy_ReadOnly (this, "gain-src"); + return Glib::PropertyProxy_ReadOnly (this, "gain_src"); } Glib::PropertyProxy WaveView::property_cache() { @@ -198,27 +197,27 @@ Glib::PropertyProxy_ReadOnly WaveView::property_cache() const } Glib::PropertyProxy WaveView::property_cache_updater() { - return Glib::PropertyProxy (this, "cache-updater"); + return Glib::PropertyProxy (this, "cache_updater"); } Glib::PropertyProxy_ReadOnly WaveView::property_cache_updater() const { - return Glib::PropertyProxy_ReadOnly (this, "cache-updater"); + return Glib::PropertyProxy_ReadOnly (this, "cache_updater"); } Glib::PropertyProxy WaveView::property_samples_per_unit() { - return Glib::PropertyProxy (this, "samples-per-unit"); + return Glib::PropertyProxy (this, "samples_per_unit"); } Glib::PropertyProxy_ReadOnly WaveView::property_samples_per_unit() const { - return Glib::PropertyProxy_ReadOnly (this, "samples-per-unit"); + return Glib::PropertyProxy_ReadOnly (this, "samples_per_unit"); } Glib::PropertyProxy WaveView::property_amplitude_above_axis() { - return Glib::PropertyProxy (this, "amplitude-above-axis"); + return Glib::PropertyProxy (this, "amplitude_above_axis"); } Glib::PropertyProxy_ReadOnly WaveView::property_amplitude_above_axis() const { - return Glib::PropertyProxy_ReadOnly (this, "amplitude-above-axis"); + return Glib::PropertyProxy_ReadOnly (this, "amplitude_above_axis"); } Glib::PropertyProxy WaveView::property_x() { @@ -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,13 +291,29 @@ 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"); + return Glib::PropertyProxy (this, "region_start"); } Glib::PropertyProxy_ReadOnly WaveView::property_region_start() const { - return Glib::PropertyProxy_ReadOnly (this, "region-start"); + 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