mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add collection and feature to create saturation pressure plots
This commit is contained in:
@@ -72,6 +72,7 @@ public:
|
||||
bool isAxisInverted() const;
|
||||
|
||||
std::vector<RimPlotAxisAnnotation*> annotations() const;
|
||||
void appendAnnotation(RimPlotAxisAnnotation* annotation);
|
||||
|
||||
caf::PdmField<QString> customTitle;
|
||||
caf::PdmField<int> titleFontSize;
|
||||
@@ -87,6 +88,9 @@ public:
|
||||
caf::PdmField<int> valuesFontSize;
|
||||
|
||||
bool isActive() const;
|
||||
|
||||
void setInvertedAxis(bool enable);
|
||||
void showAnnotationObjectsInProjectTree();
|
||||
|
||||
protected:
|
||||
void initAfterRead() override;
|
||||
|
||||
Reference in New Issue
Block a user