Home
last modified time | relevance | path

Searched refs:_route_deletion_in_progress (Results 1 – 6 of 6) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Deditor_routes.h191 bool _route_deletion_in_progress; variable
H A Dmixer_ui.h403 bool _route_deletion_in_progress; variable
H A Deditor_routes.cc91 , _route_deletion_in_progress (false) in EditorRoutes()
895 PBD::Unwinder<bool> uw (_route_deletion_in_progress, true); in route_removed()
H A Dmixer_ui.cc132 , _route_deletion_in_progress (false) in Mixer_UI()
493 PBD::Unwinder<bool> uw (_route_deletion_in_progress, true); in remove_master()
752 PBD::Unwinder<bool> uw (_route_deletion_in_progress, true); in remove_strip()
1563 if (_route_deletion_in_progress) { in track_list_delete()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession.cc280 , _route_deletion_in_progress (false) in Session()
2178 if (_route_deletion_in_progress) { in resort_routes()
3403 PBD::Unwinder<bool> uw_flag (_route_deletion_in_progress, true); in remove_routes()
5343 …|| _adding_routes_in_progress || _reconnecting_routes_in_progress || _route_deletion_in_progress) { in graph_reordered()
6655 _route_deletion_in_progress in update_latency()
6658 …_connect_or_deletion_in_progress () || _adding_routes_in_progress || _route_deletion_in_progress) { in update_latency()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dsession.h240 bool routes_deletion_in_progress () const { return _route_deletion_in_progress; } in routes_deletion_in_progress()
1885 bool _route_deletion_in_progress; variable