Mercurial > hg > svgui
comparison layer/SpectrogramLayer.cpp @ 1232:de1792daae07
Move this function into cpp file
| author | Chris Cannam | 
|---|---|
| date | Thu, 26 Jan 2017 21:18:55 +0000 | 
| parents | a1ee3108d1d3 | 
| children | 81dfe06a45c9 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 1231:ff97318e993c | 1232:de1792daae07 | 
|---|---|
| 1022 | 1022 | 
| 1023 Layer::setLayerDormant(v, false); | 1023 Layer::setLayerDormant(v, false); | 
| 1024 } | 1024 } | 
| 1025 } | 1025 } | 
| 1026 | 1026 | 
| 1027 bool | |
| 1028 SpectrogramLayer::isLayerScrollable(const LayerGeometryProvider *) const | |
| 1029 { | |
| 1030 return false; | |
| 1031 } | |
| 1032 | |
| 1027 void | 1033 void | 
| 1028 SpectrogramLayer::cacheInvalid() | 1034 SpectrogramLayer::cacheInvalid() | 
| 1029 { | 1035 { | 
| 1030 #ifdef DEBUG_SPECTROGRAM_REPAINT | 1036 #ifdef DEBUG_SPECTROGRAM_REPAINT | 
| 1031 cerr << "SpectrogramLayer::cacheInvalid()" << endl; | 1037 cerr << "SpectrogramLayer::cacheInvalid()" << endl; | 
