Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
270:61a704654497 | 271:1a49bd0d8375 |
---|---|
74 const MultiSelection::SelectionList &getSelections() const; | 74 const MultiSelection::SelectionList &getSelections() const; |
75 void setSelection(const Selection &selection); | 75 void setSelection(const Selection &selection); |
76 void addSelection(const Selection &selection); | 76 void addSelection(const Selection &selection); |
77 void removeSelection(const Selection &selection); | 77 void removeSelection(const Selection &selection); |
78 void clearSelections(); | 78 void clearSelections(); |
79 size_t constrainFrameToSelection(size_t frame) const; | |
79 | 80 |
80 /** | 81 /** |
81 * Return the selection that contains a given frame. | 82 * Return the selection that contains a given frame. |
82 * If defaultToFollowing is true, and if the frame is not in a | 83 * If defaultToFollowing is true, and if the frame is not in a |
83 * selected area, return the next selection after the given frame. | 84 * selected area, return the next selection after the given frame. |