#7304 Color Legend : Use inverted color legend for SWAT

This commit is contained in:
Magne Sjaastad
2021-02-01 08:09:30 +01:00
parent 55cbe69222
commit 1a8f36373c
2 changed files with 55 additions and 29 deletions

View File

@@ -74,6 +74,7 @@ protected:
private:
void changeLegendConfig( QString resultVarNameOfNewLegend );
void onLegendConfigChanged( const caf::SignalEmitter* emitter, RimLegendConfigChangeType changeType );
static RimRegularLegendConfig* createLegendForResult( const QString& resultName, bool isCategoryResult );
caf::PdmChildArrayField<RimRegularLegendConfig*> m_legendConfigData;
caf::PdmPtrField<RimRegularLegendConfig*> m_legendConfigPtrField;