mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Refactor: Decouple RivContourMapProjectionPartMgr and RimContourMapProjection
This commit is contained in:
@@ -127,10 +127,16 @@ public:
|
||||
RimColorLegend* colorLegend() const;
|
||||
void setMappingMode( MappingType mappingType );
|
||||
MappingType mappingMode() { return m_mappingMode(); }
|
||||
void setTickNumberFormat( RiaNumberFormat::NumberFormatType numberFormat );
|
||||
void resetUserDefinedValues();
|
||||
void setCenterLegendAroundZero( bool enable );
|
||||
void setUserDefinedRange( double minVal, double maxVal );
|
||||
|
||||
void setTickNumberFormat( RiaNumberFormat::NumberFormatType numberFormat );
|
||||
|
||||
RiaNumberFormat::NumberFormatType tickNumberFormat() const;
|
||||
|
||||
int significantDigitsInData() const;
|
||||
|
||||
void resetUserDefinedValues();
|
||||
void setCenterLegendAroundZero( bool enable );
|
||||
void setUserDefinedRange( double minVal, double maxVal );
|
||||
|
||||
void disableAllTimeStepsRange( bool doDisable );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user