#4003 Use the preferences settings when creating default summary plots.

Refactored to make assigning default curve appearance easier.
This commit is contained in:
Jacob Støren
2019-08-09 13:15:32 +02:00
parent 31f4453135
commit 93b4101831
13 changed files with 222 additions and 97 deletions

View File

@@ -23,7 +23,7 @@
#include <vector>
class QTextStream;
class QString;
#define ENSEMBLE_STAT_P10_QUANTITY_NAME "P10"
#define ENSEMBLE_STAT_P50_QUANTITY_NAME "P50"
@@ -170,6 +170,7 @@ public:
std::string uiText() const;
std::string uiText(RifEclipseSummaryAddress::SummaryIdentifierType itemTypeInput) const;
bool isUiTextMatchingFilterText(const QString& filterString) const;
bool isValid() const;
void setQuantityName(const std::string& quantity) { m_quantityName = quantity; }