diff base/ViewManager.cpp @ 34:aaf73f7309f2

* Add "Export Audio File" option * Make note layer align in frequency with any spectrogram layer on the same view (if it's set to frequency mode) * Start to implement mouse editing for ranges of points by dragging the selection * First scrappy attempt at a vertical scale for time value layer
author Chris Cannam
date Mon, 27 Feb 2006 17:34:41 +0000
parents 4b16526b011b
children 935a2419a77c
line wrap: on
line diff
--- a/base/ViewManager.cpp	Thu Feb 23 18:01:31 2006 +0000
+++ b/base/ViewManager.cpp	Mon Feb 27 17:34:41 2006 +0000
@@ -104,6 +104,12 @@
     emit inProgressSelectionChanged();
 }
 
+const MultiSelection &
+ViewManager::getSelection() const
+{
+    return m_selections;
+}
+
 const MultiSelection::SelectionList &
 ViewManager::getSelections() const
 {