summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_region_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-11-16 14:41:17 +0000
committerCarl Hetherington <carl@carlh.net>2010-11-16 14:41:17 +0000
commiteb9530b2bbf1fbdabb905769609d55188c528c1f (patch)
tree7c2471d388d156177eff5385008d40d91d05c6a5 /gtk2_ardour/audio_region_view.h
parentee76685f8d3cd04ffa5905def8f760aeda8faa10 (diff)
No-op: whitespace only.
git-svn-id: svn://localhost/ardour2/branches/3.0@8046 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/audio_region_view.h')
-rw-r--r--gtk2_ardour/audio_region_view.h132
1 files 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<ArdourCanvas::WaveView *> waves;
- std::vector<ArdourCanvas::WaveView *> tmp_waves; ///< see ::create_waves()
-
- std::list<std::pair<framepos_t, ArdourCanvas::SimpleLine*> > 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<GnomeCanvasWaveViewCache*> wave_caches;
+ /* 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<ArdourCanvas::WaveView *> waves;
+ std::vector<ArdourCanvas::WaveView *> tmp_waves; ///< see ::create_waves()
+
+ std::list<std::pair<framepos_t, ArdourCanvas::SimpleLine*> > feature_lines;
- 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<GnomeCanvasWaveViewCache*> 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.
*/