comparison layer/Colour3DPlotLayer.h @ 823:2d4af227fd32

Fix some errant signals (the modelChanged with args are now modelChangedWithin)
author Chris Cannam
date Thu, 17 Jul 2014 14:50:31 +0100
parents 6c52314b31b0
children 1757933ce5a7
comparison
equal deleted inserted replaced
818:fd95308b5d3f 823:2d4af227fd32
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;