#4216 Support saving curve appearance

This commit is contained in:
Gaute Lindkvist
2019-03-22 10:49:52 +01:00
parent 646d79ce57
commit bf3f505dc1
5 changed files with 139 additions and 42 deletions

View File

@@ -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;
};