mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3521 Make different size casings take up different columns.
This commit is contained in:
@@ -76,9 +76,11 @@ public:
|
||||
void attachToQwt();
|
||||
void detachFromQwt();
|
||||
void reattachToQwt();
|
||||
private:
|
||||
|
||||
void onLoadDataAndUpdate(bool updateParentPlot);
|
||||
private:
|
||||
void calculateColumnOffsets(const RimWellPathComponentInterface* component);
|
||||
|
||||
void onLoadDataAndUpdate(bool updateParentPlot);
|
||||
|
||||
std::pair<double, double> depthsOfDepthType() const;
|
||||
|
||||
@@ -126,6 +128,8 @@ private:
|
||||
double m_endMD;
|
||||
QString m_label;
|
||||
QString m_legendTitle;
|
||||
double m_columnOffset;
|
||||
double m_maxColumnOffset;
|
||||
|
||||
RimWellLogPlot::DepthTypeEnum m_depthType;
|
||||
QPointer<QwtPlot> m_parentQwtPlot;
|
||||
|
||||
Reference in New Issue
Block a user