Mercurial > hg > sonic-visualiser
comparison main/MainWindow.h @ 107:dd11619b73ba
* Update along with latest Vamp API change. This has not yet been tested.
author | Chris Cannam |
---|---|
date | Mon, 26 Feb 2007 18:13:07 +0000 |
parents | 2678a1f132d2 |
children | 99d65ba33c88 |
comparison
equal
deleted
inserted
replaced
106:f8e362511b2f | 107:dd11619b73ba |
---|---|
285 }; | 285 }; |
286 | 286 |
287 typedef std::map<QAction *, PaneConfiguration> PaneActionMap; | 287 typedef std::map<QAction *, PaneConfiguration> PaneActionMap; |
288 PaneActionMap m_paneActions; | 288 PaneActionMap m_paneActions; |
289 | 289 |
290 typedef std::map<QAction *, TransformName> TransformActionMap; | 290 typedef std::map<QAction *, TransformId> TransformActionMap; |
291 TransformActionMap m_transformActions; | 291 TransformActionMap m_transformActions; |
292 | 292 |
293 typedef std::map<TransformName, QAction *> TransformActionReverseMap; | 293 typedef std::map<TransformId, QAction *> TransformActionReverseMap; |
294 TransformActionReverseMap m_transformActionsReverse; | 294 TransformActionReverseMap m_transformActionsReverse; |
295 | 295 |
296 typedef std::map<QAction *, LayerFactory::LayerType> LayerActionMap; | 296 typedef std::map<QAction *, LayerFactory::LayerType> LayerActionMap; |
297 LayerActionMap m_layerActions; | 297 LayerActionMap m_layerActions; |
298 | 298 |