Mercurial > hg > svgui
comparison widgets/PaneStack.cpp @ 17:0183ebb725ca
* Add ability to create empty layers for editing
* Add first basic editing capability (adding points to a time instant layer)
* Add various keyboard and mouse shortcuts for navigation &c
* Add ability to resize a selection by dragging its edges
* Add maximum zoom level
author | Chris Cannam |
---|---|
date | Thu, 26 Jan 2006 16:15:40 +0000 |
parents | 37b110168acf |
children | 46d8f5add6f0 |
comparison
equal
deleted
inserted
replaced
16:02a718909b2d | 17:0183ebb725ca |
---|---|
188 break; | 188 break; |
189 } | 189 } |
190 ++i; | 190 ++i; |
191 ++j; | 191 ++j; |
192 } | 192 } |
193 | |
194 Layer *layer = dynamic_cast<Layer *>(pc); | |
195 if (layer) emit currentLayerChanged(m_currentPane, layer); | |
196 else emit currentLayerChanged(m_currentPane, 0); | |
193 } | 197 } |
194 | 198 |
195 void | 199 void |
196 PaneStack::paneInteractedWith() | 200 PaneStack::paneInteractedWith() |
197 { | 201 { |