From eb9530b2bbf1fbdabb905769609d55188c528c1f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Nov 2010 14:41:17 +0000 Subject: [PATCH] No-op: whitespace only. git-svn-id: svn://localhost/ardour2/branches/3.0@8046 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/audio_region_view.h | 132 ++++++++++++++++---------------- 1 file changed, 66 insertions(+), 66 deletions(-) diff --git a/gtk2_ardour/audio_region_view.h b/gtk2_ardour/audio_region_view.h index 3a35f40c7d..d2593feaab 100644 --- a/gtk2_ardour/audio_region_view.h +++ b/gtk2_ardour/audio_region_view.h @@ -121,73 +121,73 @@ class AudioRegionView : public RegionView protected: - /* this constructor allows derived types - to specify their visibility requirements - to the TimeAxisViewItem parent class - */ - - enum Flags { - EnvelopeVisible = 0x1, - WaveformVisible = 0x4, - WaveformRectified = 0x8, - WaveformLogScaled = 0x10, - }; - - std::vector waves; - std::vector tmp_waves; ///< see ::create_waves() + /* this constructor allows derived types + to specify their visibility requirements + to the TimeAxisViewItem parent class + */ + + enum Flags { + EnvelopeVisible = 0x1, + WaveformVisible = 0x4, + WaveformRectified = 0x8, + WaveformLogScaled = 0x10, + }; + + std::vector waves; + std::vector tmp_waves; ///< see ::create_waves() + + std::list > feature_lines; - std::list > feature_lines; - - ArdourCanvas::Polygon* sync_mark; ///< polgyon for sync position - ArdourCanvas::SimpleLine* zero_line; - ArdourCanvas::Polygon* fade_in_shape; - ArdourCanvas::Polygon* fade_out_shape; - ArdourCanvas::SimpleRect* fade_in_handle; ///< fade in handle, or 0 - ArdourCanvas::SimpleRect* fade_out_handle; ///< fade out handle, or 0 - ArdourCanvas::SimpleLine* fade_position_line; - - AudioRegionGainLine * gain_line; - - double _amplitude_above_axis; - - uint32_t _flags; - uint32_t fade_color; - - void reset_fade_shapes (); - void reset_fade_in_shape (); - void reset_fade_out_shape (); - void fade_in_changed (); - void fade_out_changed (); - void fade_in_active_changed (); - void fade_out_active_changed (); - - void region_resized (const PBD::PropertyChange&); - void region_muted (); - void region_scale_amplitude_changed (); - void region_renamed (); - - void create_one_wave (uint32_t, bool); - void manage_zero_line (); - void peaks_ready_handler (uint32_t); - void set_flags (XMLNode *); - void store_flags (); - - void set_colors (); - void compute_colors (Gdk::Color const &); - void reset_width_dependent_items (double pixel_width); - void set_waveview_data_src(); - void set_frame_color (); - - void color_handler (); - - std::vector wave_caches; - - void transients_changed(); - - private: - - void setup_fade_handle_positions (); - + ArdourCanvas::Polygon* sync_mark; ///< polgyon for sync position + ArdourCanvas::SimpleLine* zero_line; + ArdourCanvas::Polygon* fade_in_shape; + ArdourCanvas::Polygon* fade_out_shape; + ArdourCanvas::SimpleRect* fade_in_handle; ///< fade in handle, or 0 + ArdourCanvas::SimpleRect* fade_out_handle; ///< fade out handle, or 0 + ArdourCanvas::SimpleLine* fade_position_line; + + AudioRegionGainLine * gain_line; + + double _amplitude_above_axis; + + uint32_t _flags; + uint32_t fade_color; + + void reset_fade_shapes (); + void reset_fade_in_shape (); + void reset_fade_out_shape (); + void fade_in_changed (); + void fade_out_changed (); + void fade_in_active_changed (); + void fade_out_active_changed (); + + void region_resized (const PBD::PropertyChange&); + void region_muted (); + void region_scale_amplitude_changed (); + void region_renamed (); + + void create_one_wave (uint32_t, bool); + void manage_zero_line (); + void peaks_ready_handler (uint32_t); + void set_flags (XMLNode *); + void store_flags (); + + void set_colors (); + void compute_colors (Gdk::Color const &); + void reset_width_dependent_items (double pixel_width); + void set_waveview_data_src(); + void set_frame_color (); + + void color_handler (); + + std::vector wave_caches; + + void transients_changed(); + +private: + + void setup_fade_handle_positions (); + /** A ScopedConnection for each PeaksReady callback (one per channel). Each member * may be 0 if no connection exists. */