Mercurial > hg > svgui
comparison layer/Colour3DPlotLayer.h @ 1481:e540aa5d89cd by-id
Update for removal of (public) getId from Model
author | Chris Cannam |
---|---|
date | Fri, 05 Jul 2019 15:34:50 +0100 |
parents | 886c1cd48f9d |
children | e6362cf5ff1d |
comparison
equal
deleted
inserted
replaced
1480:232262e38051 | 1481:e540aa5d89cd |
---|---|
154 | 154 |
155 void toXml(QTextStream &stream, QString indent = "", | 155 void toXml(QTextStream &stream, QString indent = "", |
156 QString extraAttributes = "") const override; | 156 QString extraAttributes = "") const override; |
157 | 157 |
158 protected slots: | 158 protected slots: |
159 void handleModelChanged(); | 159 void handleModelChanged(ModelId); |
160 void handleModelChangedWithin(sv_frame_t, sv_frame_t); | 160 void handleModelChangedWithin(ModelId, sv_frame_t, sv_frame_t); |
161 | 161 |
162 protected: | 162 protected: |
163 ModelId m_model; // A DenseThreeDimensionalModel | 163 ModelId m_model; // A DenseThreeDimensionalModel |
164 | 164 |
165 ColourScaleType m_colourScale; | 165 ColourScaleType m_colourScale; |