Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
270:61a704654497 | 271:1a49bd0d8375 |
---|---|
70 void currentLayerChanged(Pane *pane, Layer *layer); | 70 void currentLayerChanged(Pane *pane, Layer *layer); |
71 void rightButtonMenuRequested(Pane *pane, QPoint position); | 71 void rightButtonMenuRequested(Pane *pane, QPoint position); |
72 void propertyStacksResized(); | 72 void propertyStacksResized(); |
73 void contextHelpChanged(const QString &); | 73 void contextHelpChanged(const QString &); |
74 | 74 |
75 void paneAdded(Pane *pane); | |
76 void paneAdded(); | |
77 void paneAboutToBeDeleted(Pane *pane); | |
78 void paneDeleted(); | |
79 | |
75 public slots: | 80 public slots: |
76 void propertyContainerAdded(PropertyContainer *); | 81 void propertyContainerAdded(PropertyContainer *); |
77 void propertyContainerRemoved(PropertyContainer *); | 82 void propertyContainerRemoved(PropertyContainer *); |
78 void propertyContainerSelected(View *client, PropertyContainer *); | 83 void propertyContainerSelected(View *client, PropertyContainer *); |
79 void viewSelected(View *v); | 84 void viewSelected(View *v); |