mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4216 Support saving curve appearance
This commit is contained in:
@@ -129,8 +129,10 @@ public:
|
||||
static QList<caf::PdmOptionItemInfo> calcOptionsForVariableUiFieldStandard(RiaDefines::ResultCatType resultCatType,
|
||||
const RigCaseCellResultsData* results,
|
||||
bool showDerivedResultsFirst = false,
|
||||
bool addPerCellFaceOptionItems = false);
|
||||
bool addPerCellFaceOptionItems = false,
|
||||
bool enableTernary = false);
|
||||
|
||||
void setTernaryEnabled(bool enabled);
|
||||
protected:
|
||||
virtual void updateLegendCategorySettings() {};
|
||||
|
||||
@@ -220,9 +222,10 @@ private:
|
||||
bool addPerCellFaceOptionsForVariableUiField() const;
|
||||
|
||||
void ensureProcessingOfObsoleteFields();
|
||||
|
||||
bool isTernaryEnabled() const;
|
||||
private:
|
||||
bool m_diffResultOptionsEnabled;
|
||||
bool m_labelsOnTop;
|
||||
bool m_ternaryEnabled;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user