mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Back out big shared_ptr change. Moving to a branch. Apologies all.
git-svn-id: svn://localhost/ardour2/branches/3.0@5343 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cc351b97a9
commit
402cc384ce
71 changed files with 881 additions and 1105 deletions
|
|
@ -42,7 +42,7 @@ class RegionView : public TimeAxisViewItem
|
|||
{
|
||||
public:
|
||||
RegionView (ArdourCanvas::Group* parent,
|
||||
TimeAxisViewPtr time_view,
|
||||
TimeAxisView& time_view,
|
||||
boost::shared_ptr<ARDOUR::Region> region,
|
||||
double samples_per_unit,
|
||||
Gdk::Color const & basic_color);
|
||||
|
|
@ -77,8 +77,8 @@ class RegionView : public TimeAxisViewItem
|
|||
|
||||
virtual void region_changed (ARDOUR::Change);
|
||||
|
||||
virtual GhostRegion* add_ghost (TimeAxisViewPtr) = 0;
|
||||
void remove_ghost_in (TimeAxisViewPtr);
|
||||
virtual GhostRegion* add_ghost (TimeAxisView&) = 0;
|
||||
void remove_ghost_in (TimeAxisView&);
|
||||
void remove_ghost (GhostRegion*);
|
||||
|
||||
uint32_t get_fill_color ();
|
||||
|
|
@ -97,7 +97,7 @@ class RegionView : public TimeAxisViewItem
|
|||
* to the TimeAxisViewItem parent class
|
||||
*/
|
||||
RegionView (ArdourCanvas::Group *,
|
||||
TimeAxisViewPtr,
|
||||
TimeAxisView&,
|
||||
boost::shared_ptr<ARDOUR::Region>,
|
||||
double samples_per_unit,
|
||||
Gdk::Color const & basic_color,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue