mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#396) Handling scroll wheel event to zoom all well log trace plots
This commit is contained in:
@@ -47,6 +47,8 @@ public:
|
||||
|
||||
RiuWellLogPlot* viewer();
|
||||
|
||||
void zoomDepth(double zoomFactor);
|
||||
|
||||
protected:
|
||||
|
||||
// Overridden PDM methods
|
||||
@@ -54,12 +56,13 @@ protected:
|
||||
|
||||
private:
|
||||
void updateViewerWidget();
|
||||
void setDepthRange(double minimumDepth, double maximumDepth);
|
||||
|
||||
virtual caf::PdmFieldHandle* objectToggleField();
|
||||
|
||||
private:
|
||||
QPointer<RiuWellLogPlot> m_viewer;
|
||||
|
||||
caf::PdmField<double> minimumDepth;
|
||||
caf::PdmField<double> maximumDepth;
|
||||
caf::PdmField<double> m_minimumDepth;
|
||||
caf::PdmField<double> m_maximumDepth;
|
||||
};
|
||||
|
Reference in New Issue
Block a user