Mercurial > hg > svgui
diff view/PaneStack.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 | efadb9d2b2c6 |
children | 8acd30ed735c |
line wrap: on
line diff
--- a/view/PaneStack.h Tue Jun 26 14:57:29 2007 +0000 +++ b/view/PaneStack.h Thu Jun 28 14:50:58 2007 +0000 @@ -72,6 +72,11 @@ void propertyStacksResized(); void contextHelpChanged(const QString &); + void paneAdded(Pane *pane); + void paneAdded(); + void paneAboutToBeDeleted(Pane *pane); + void paneDeleted(); + public slots: void propertyContainerAdded(PropertyContainer *); void propertyContainerRemoved(PropertyContainer *);