#3102 Well Log Plots: optionally align legend horizontally.

This commit is contained in:
Gaute Lindkvist
2018-06-26 11:38:07 +02:00
parent e4288972de
commit ea2b64ef08
3 changed files with 35 additions and 10 deletions

View File

@@ -71,8 +71,9 @@ public:
QString depthPlotTitle() const;
bool isPlotTitleVisible() const;
bool isTrackLegendsVisible() const;
bool areTrackLegendsVisible() const;
void setTrackLegendsVisible(bool doShow);
bool areTrackLegendsHorizontal() const;
void addTrack(RimWellLogTrack* track);
void insertTrack(RimWellLogTrack* track, size_t index);
@@ -153,6 +154,7 @@ private:
caf::PdmField<bool> m_isAutoScaleDepthEnabled;
caf::PdmField<bool> m_showTitleInPlot;
caf::PdmField<bool> m_showTrackLegends;
caf::PdmField<bool> m_trackLegendsHorizontal;
double m_minAvailableDepth;
double m_maxAvailableDepth;