#2845 Ensemble Curve Set Legend : Update ensemble legend item text

Use special symbol for curve color by parameter
This commit is contained in:
Magne Sjaastad
2018-05-03 14:50:35 +02:00
parent c5cd8b2a4b
commit 4b6bd3d9fc
4 changed files with 88 additions and 39 deletions

View File

@@ -75,7 +75,6 @@ public:
RifEclipseSummaryAddress summaryAddress() const;
std::vector<RimSummaryCurve*> curves() const;
std::vector<RimSummaryCurve*> visibleCurves() const;
RimSummaryCurve* firstCurve() const;
void deleteAllCurves();
@@ -86,6 +85,7 @@ public:
RimSummaryCaseCollection* summaryCaseCollection() const;
ColorMode colorMode() const;
void updateEnsembleLegendItem();
EnsembleParameterType currentEnsembleParameterType() const;
void updateAllCurves();
@@ -146,5 +146,7 @@ private:
caf::PdmChildField<RimSummaryCurveAutoName*> m_summaryAddressNameTools;
std::set<RifEclipseSummaryAddress> m_allAddressesCache;
QwtPlotCurve* m_qwtPlotCurveForLegendText;
};