mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#792 Added Window zoom and Zoom All
This commit is contained in:
@@ -48,6 +48,7 @@ public:
|
||||
TRUE_VERTICAL_DEPTH
|
||||
};
|
||||
|
||||
|
||||
public:
|
||||
RimWellLogPlot();
|
||||
virtual ~RimWellLogPlot();
|
||||
@@ -84,6 +85,8 @@ public:
|
||||
void availableDepthRange(double* minimumDepth, double* maximumDepth) const;
|
||||
bool hasAvailableDepthRange() const;
|
||||
|
||||
virtual void zoomAll() override;
|
||||
|
||||
protected:
|
||||
|
||||
// Overridden PDM methods
|
||||
|
Reference in New Issue
Block a user