mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#504) Do not use autoscale for x-axis - simplified track/plot update code
This commit is contained in:
@@ -55,7 +55,6 @@ public:
|
||||
|
||||
bool availableDepthRange(double* minimumDepth, double* maximumDepth);
|
||||
void updateAxisRangesAndReplot();
|
||||
void updateXAxisRangeFromCurves();
|
||||
|
||||
RiuWellLogTrackPlot* viewer();
|
||||
|
||||
@@ -69,6 +68,9 @@ protected:
|
||||
virtual caf::PdmFieldHandle* userDescriptionField();
|
||||
virtual void defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering& uiOrdering);
|
||||
|
||||
private:
|
||||
void updateXAxisRangeFromCurves();
|
||||
|
||||
private:
|
||||
caf::PdmField<bool> m_show;
|
||||
caf::PdmField<QString> m_userName;
|
||||
@@ -76,5 +78,5 @@ private:
|
||||
caf::PdmField<double> m_visibleXRangeMin;
|
||||
caf::PdmField<double> m_visibleXRangeMax;
|
||||
|
||||
QPointer<RiuWellLogTrackPlot> m_viewer;
|
||||
QPointer<RiuWellLogTrackPlot> m_wellLogTrackPlotWidget;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user