Mercurial > hg > svgui
comparison layer/Colour3DPlotLayer.h @ 908:4a578a360011 cxx11
More type fixes
author | Chris Cannam |
---|---|
date | Tue, 10 Mar 2015 13:22:10 +0000 |
parents | e0f08e108064 |
children | 94e4952a6774 1c37aa13bfd8 |
comparison
equal
deleted
inserted
replaced
907:28d05ae8741c | 908:4a578a360011 |
---|---|
164 virtual void toXml(QTextStream &stream, QString indent = "", | 164 virtual void toXml(QTextStream &stream, QString indent = "", |
165 QString extraAttributes = "") const; | 165 QString extraAttributes = "") const; |
166 | 166 |
167 protected slots: | 167 protected slots: |
168 void cacheInvalid(); | 168 void cacheInvalid(); |
169 void cacheInvalid(int startFrame, int endFrame); | 169 void cacheInvalid(sv_frame_t startFrame, sv_frame_t endFrame); |
170 void modelChanged(); | 170 void modelChanged(); |
171 void modelChangedWithin(int, int); | 171 void modelChangedWithin(sv_frame_t, sv_frame_t); |
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; |