mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Create cross plot menu from list of addresses in preferences
This commit is contained in:
@@ -50,9 +50,11 @@ public:
|
||||
void setAddress( const RifEclipseSummaryAddress& address );
|
||||
void setResamplingPeriod( RiaDefines::DateTimePeriodEnum resampling );
|
||||
void setPlotAxisProperties( RimPlotAxisPropertiesInterface* plotAxisProperties );
|
||||
void setShowDataSource( bool enable );
|
||||
void setAxisOrientation( RimPlotAxisProperties::Orientation orientation );
|
||||
|
||||
void setShowDataSource( bool enable );
|
||||
void setShowResampling( bool enable );
|
||||
|
||||
RimSummaryCase* summaryCase() const;
|
||||
RimSummaryCaseCollection* ensemble() const;
|
||||
RifEclipseSummaryAddress summaryAddress() const;
|
||||
@@ -77,6 +79,7 @@ private:
|
||||
caf::PdmField<RiaDefines::DateTimePeriodEnum> m_resamplingPeriod;
|
||||
|
||||
bool m_showDataSource;
|
||||
bool m_showResampling;
|
||||
|
||||
RimPlotAxisProperties::Orientation m_plotAxisOrientation;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user