Mercurial > hg > svgui
comparison layer/Colour3DPlotLayer.h @ 825:f7590917177c tonioni
Merge from default branch
author | Chris Cannam |
---|---|
date | Fri, 18 Jul 2014 11:07:40 +0100 |
parents | 2d4af227fd32 |
children | 1757933ce5a7 |
comparison
equal
deleted
inserted
replaced
824:22fe9bcb7206 | 825:f7590917177c |
---|---|
166 | 166 |
167 protected slots: | 167 protected slots: |
168 void cacheInvalid(); | 168 void cacheInvalid(); |
169 void cacheInvalid(int startFrame, int endFrame); | 169 void cacheInvalid(int startFrame, int endFrame); |
170 void modelChanged(); | 170 void modelChanged(); |
171 void modelChanged(int, int); | 171 void modelChangedWithin(int, int); |
172 | 172 |
173 protected: | 173 protected: |
174 const DenseThreeDimensionalModel *m_model; // I do not own this | 174 const DenseThreeDimensionalModel *m_model; // I do not own this |
175 | 175 |
176 mutable QImage *m_cache; | 176 mutable QImage *m_cache; |