Ternary legend : Added title

This commit is contained in:
Magne Sjaastad
2014-08-01 08:46:46 +02:00
parent 09f7868eb5
commit 8b04e2a2e8
5 changed files with 44 additions and 11 deletions

View File

@@ -69,7 +69,8 @@ public:
void ternaryRanges(double& soilLower, double& soilUpper, double& sgasLower, double& sgasUpper, double& swatLower, double& swatUpper) const;
void recreateLegend();
cvf::OverlayItem* legend();
RivTernarySaturationOverlayItem* legend();
protected:
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue);