Mercurial > hg > svgui
comparison view/View.h @ 583:4c484636d5ec
Record and show any error that occurs during layer processing (e.g. spectrogram layer runs out of disc space for feature files)
author | Chris Cannam |
---|---|
date | Thu, 14 Apr 2011 15:21:21 +0100 |
parents | 3f698e237585 |
children | 0946feb81b79 c3593bb2de6b |
comparison
equal
deleted
inserted
replaced
582:bde4aa56862b | 583:4c484636d5ec |
---|---|
360 bool m_deleting; | 360 bool m_deleting; |
361 | 361 |
362 LayerList m_layers; // I don't own these, but see dtor note above | 362 LayerList m_layers; // I don't own these, but see dtor note above |
363 bool m_haveSelectedLayer; | 363 bool m_haveSelectedLayer; |
364 | 364 |
365 QString m_lastError; | |
366 | |
365 // caches for use in getScrollableBackLayers, getNonScrollableFrontLayers | 367 // caches for use in getScrollableBackLayers, getNonScrollableFrontLayers |
366 mutable LayerList m_lastScrollableBackLayers; | 368 mutable LayerList m_lastScrollableBackLayers; |
367 mutable LayerList m_lastNonScrollableBackLayers; | 369 mutable LayerList m_lastNonScrollableBackLayers; |
368 | 370 |
369 class LayerProgressBar : public QProgressBar { | 371 class LayerProgressBar : public QProgressBar { |