summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-08-15 10:33:23 +0000
committerCarl Hetherington <carl@carlh.net>2010-08-15 10:33:23 +0000
commit3b931749638d7fc49268836c81acd68eeb5c615f (patch)
treeb315de274e2ceb7846615bd3987313d5df0d1a4a /gtk2_ardour/region_view.h
parent439d13535ee7ae73b1e7d6b0cc99022739234a28 (diff)
No-op: indentation.
git-svn-id: svn://localhost/ardour2/branches/3.0@7626 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_view.h')
-rw-r--r--gtk2_ardour/region_view.h94
1 files changed, 47 insertions, 47 deletions
diff --git a/gtk2_ardour/region_view.h b/gtk2_ardour/region_view.h
index 79cbae30ac..1cf392b534 100644
--- a/gtk2_ardour/region_view.h
+++ b/gtk2_ardour/region_view.h
@@ -98,53 +98,53 @@ class RegionView : public TimeAxisViewItem
protected:
/** Allows derived types to specify their visibility requirements
- * to the TimeAxisViewItem parent class
- */
- RegionView (ArdourCanvas::Group *,
- TimeAxisView&,
- boost::shared_ptr<ARDOUR::Region>,
- double samples_per_unit,
- Gdk::Color const & basic_color,
- bool recording,
- TimeAxisViewItem::Visibility);
-
- virtual void region_resized (const PBD::PropertyChange&);
- virtual void region_muted ();
- void region_locked ();
- void region_opacity ();
- virtual void region_renamed ();
- void region_sync_changed ();
-
- Glib::ustring make_name () const;
-
- static gint _lock_toggle (ArdourCanvas::Item*, GdkEvent*, void*);
- void lock_toggle ();
-
- virtual void set_colors ();
- virtual void set_frame_color ();
- virtual void reset_width_dependent_items (double pixel_width);
-
- virtual void color_handler () {}
-
- boost::shared_ptr<ARDOUR::Region> _region;
-
- ArdourCanvas::Polygon* sync_mark; ///< polgyon for sync position
- ArdourCanvas::Line* sync_line; ///< polgyon for sync position
-
- RegionEditor* editor;
-
- std::vector<ControlPoint *> control_points;
- double current_visible_sync_position;
-
- bool valid; ///< see StreamView::redisplay_diskstream()
- bool _enable_display; ///< see StreamView::redisplay_diskstream()
- double _pixel_width;
- bool in_destructor;
-
- bool wait_for_data;
-
- std::vector<GhostRegion*> ghosts;
-
+ * to the TimeAxisViewItem parent class
+ */
+ RegionView (ArdourCanvas::Group *,
+ TimeAxisView&,
+ boost::shared_ptr<ARDOUR::Region>,
+ double samples_per_unit,
+ Gdk::Color const & basic_color,
+ bool recording,
+ TimeAxisViewItem::Visibility);
+
+ virtual void region_resized (const PBD::PropertyChange&);
+ virtual void region_muted ();
+ void region_locked ();
+ void region_opacity ();
+ virtual void region_renamed ();
+ void region_sync_changed ();
+
+ Glib::ustring make_name () const;
+
+ static gint _lock_toggle (ArdourCanvas::Item*, GdkEvent*, void*);
+ void lock_toggle ();
+
+ virtual void set_colors ();
+ virtual void set_frame_color ();
+ virtual void reset_width_dependent_items (double pixel_width);
+
+ virtual void color_handler () {}
+
+ boost::shared_ptr<ARDOUR::Region> _region;
+
+ ArdourCanvas::Polygon* sync_mark; ///< polgyon for sync position
+ ArdourCanvas::Line* sync_line; ///< polgyon for sync position
+
+ RegionEditor* editor;
+
+ std::vector<ControlPoint *> control_points;
+ double current_visible_sync_position;
+
+ bool valid; ///< see StreamView::redisplay_diskstream()
+ bool _enable_display; ///< see StreamView::redisplay_diskstream()
+ double _pixel_width;
+ bool in_destructor;
+
+ bool wait_for_data;
+
+ std::vector<GhostRegion*> ghosts;
+
/** a list of rectangles which are used in stacked display mode to colour
different bits of regions according to whether or not they are the one
that will be played at any given time.