mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Basic seismic support (#10010)
Add basic seismic section support to eclipse and geomech views.
This commit is contained in:
@@ -130,6 +130,7 @@ public:
|
||||
void setTickNumberFormat( RiaNumberFormat::NumberFormatType numberFormat );
|
||||
void resetUserDefinedValues();
|
||||
void setCenterLegendAroundZero( bool enable );
|
||||
void setUserDefinedRange( double minVal, double maxVal );
|
||||
|
||||
void disableAllTimeStepsRange( bool doDisable );
|
||||
|
||||
@@ -171,6 +172,8 @@ public:
|
||||
|
||||
void setDefaultConfigForResultName( const QString& resultName, bool useDiscreteLogLevels, bool isCategoryResult );
|
||||
|
||||
void defineUiOrderingColorOnly( caf::PdmUiOrdering* colorGroup );
|
||||
|
||||
private:
|
||||
void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue ) override;
|
||||
void sendChangedSignal( const caf::PdmFieldHandle* changedField );
|
||||
|
||||
Reference in New Issue
Block a user