mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Depth Track Plots: Optionally show a line in all tracks
* #9378 Depth Track Plots: Optionally show a line in all tracks * Use RiaDefines::Orientation
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
|
||||
void setShowLabel( bool showLabel );
|
||||
void setDepthType( RimWellLogPlot::DepthTypeEnum depthType );
|
||||
void setDepthOrientation( RimWellLogPlot::DepthOrientation depthOrientation );
|
||||
void setDepthOrientation( RiaDefines::Orientation depthOrientation );
|
||||
void setContributeToLegend( bool contributeToLegend );
|
||||
|
||||
void setParentPlotNoReplot( QwtPlot* plot );
|
||||
@@ -124,10 +124,10 @@ private:
|
||||
double m_columnOffset;
|
||||
double m_maxColumnOffset;
|
||||
|
||||
RimWellLogPlot::DepthTypeEnum m_depthType;
|
||||
RimWellLogPlot::DepthOrientation m_depthOrientation;
|
||||
QPointer<QwtPlot> m_parentQwtPlot;
|
||||
RiuQwtPlotItemGroup m_combinedComponentGroup;
|
||||
RimWellLogPlot::DepthTypeEnum m_depthType;
|
||||
RiaDefines::Orientation m_depthOrientation;
|
||||
QPointer<QwtPlot> m_parentQwtPlot;
|
||||
RiuQwtPlotItemGroup m_combinedComponentGroup;
|
||||
|
||||
bool m_showLabel;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user