diff view/ViewManager.h @ 271:1a49bd0d8375

* Change a number of keyboard shortcuts -- get rid of all the Alt+ shortcuts and introduce a few more Ctrl+ ones instead, as well as a number of plain single keypresses * Add Playback menu * Add time-ruler support for snap to feature, use it in ffwd/rewind (rewind still needs fixing) * restore layer hierarchy window prior to making it work correctly
author Chris Cannam
date Thu, 28 Jun 2007 14:50:58 +0000
parents 1ab41ee36952
children 24fc90078754
line wrap: on
line diff
--- a/view/ViewManager.h	Tue Jun 26 14:57:29 2007 +0000
+++ b/view/ViewManager.h	Thu Jun 28 14:50:58 2007 +0000
@@ -76,6 +76,7 @@
     void addSelection(const Selection &selection);
     void removeSelection(const Selection &selection);
     void clearSelections();
+    size_t constrainFrameToSelection(size_t frame) const;
 
     /**
      * Return the selection that contains a given frame.