Mercurial > hg > svgui
comparison layer/Colour3DPlotLayer.cpp @ 1198:69ff93e0c624 levelpanwidget
Introduce a colour map combo too. Doesn't yet have swatches
| author | Chris Cannam | 
|---|---|
| date | Fri, 16 Dec 2016 14:16:05 +0000 | 
| parents | ab169938832a | 
| children | f7bb22999d2e | 
   comparison
  equal
  deleted
  inserted
  replaced
| 1197:ff77b7707c95 | 1198:69ff93e0c624 | 
|---|---|
| 273 { | 273 { | 
| 274 if (name == "Gain") return RangeProperty; | 274 if (name == "Gain") return RangeProperty; | 
| 275 if (name == "Invert Vertical Scale") return ToggleProperty; | 275 if (name == "Invert Vertical Scale") return ToggleProperty; | 
| 276 if (name == "Opaque") return ToggleProperty; | 276 if (name == "Opaque") return ToggleProperty; | 
| 277 if (name == "Smooth") return ToggleProperty; | 277 if (name == "Smooth") return ToggleProperty; | 
| 278 if (name == "Colour") return ColourMapProperty; | |
| 278 return ValueProperty; | 279 return ValueProperty; | 
| 279 } | 280 } | 
| 280 | 281 | 
| 281 QString | 282 QString | 
| 282 Colour3DPlotLayer::getPropertyGroupName(const PropertyName &name) const | 283 Colour3DPlotLayer::getPropertyGroupName(const PropertyName &name) const | 
