move from PresentationInfo::global_order() to PresentationInfo::order, and fix up part of reordering behaviour

Dragging tracks/busses in the editor *below* VCAs still does not work
This commit is contained in:
Paul Davis 2016-06-03 15:15:30 -04:00
parent ee0f073e8d
commit 260058a4a9
17 changed files with 233 additions and 179 deletions

View file

@ -58,8 +58,7 @@ public:
void redisplay ();
void update_visibility ();
void routes_added (std::list<RouteTimeAxisView*> routes);
void vcas_added (std::list<VCATimeAxisView*> routes);
void time_axis_views_added (std::list<TimeAxisView*>);
void route_removed (TimeAxisView *);
void hide_track_in_display (TimeAxisView &);
std::list<TimeAxisView*> views () const;