mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4003 Use the preferences settings when creating default summary plots.
Refactored to make assigning default curve appearance easier.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user