From 0d2c8771a7b0f70fe4cf21cfdcfca709470787c2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 8 Mar 2006 02:50:53 +0000 Subject: fix for deferred saves by StateManager-derivatives; changes to new/copy/clear playlist ops (not finished), TRUE/FALSE -> true/false in editor_mouse.cc git-svn-id: svn://localhost/trunk/ardour2@358 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/audio_time_axis.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/audio_time_axis.h') diff --git a/gtk2_ardour/audio_time_axis.h b/gtk2_ardour/audio_time_axis.h index c481c54ed5..0272e0fa0e 100644 --- a/gtk2_ardour/audio_time_axis.h +++ b/gtk2_ardour/audio_time_axis.h @@ -126,6 +126,12 @@ class AudioTimeAxisView : public RouteUI, public TimeAxisView void set_state (const XMLNode&); XMLNode* get_child_xml_node (const string & childname); + /* the editor calls these when mapping an operation across multiple tracks */ + + void use_new_playlist (bool prompt); + void use_copy_playlist (bool prompt); + void clear_playlist (); + private: friend class StreamView; friend class AudioRegionView; @@ -227,9 +233,6 @@ class AudioTimeAxisView : public RouteUI, public TimeAxisView void playlist_modified (); void add_playlist_to_playlist_menu (ARDOUR::Playlist*); - void use_new_playlist (); - void use_copy_playlist (); - void clear_playlist (); void rename_current_playlist (); /* automation stuff */ -- cgit v1.2.3