#4222 Add axis labels to Grid Cross Plot pick info

This commit is contained in:
Gaute Lindkvist
2019-03-27 15:17:52 +01:00
parent a168f8a206
commit 337345a887
2 changed files with 32 additions and 13 deletions

View File

@@ -63,9 +63,9 @@ protected:
bool resizeOverlayItemToFitPlot(caf::TitledOverlayFrame* overlayItem);
void contextMenuEvent(QContextMenuEvent*) override;
void selectSample(QwtPlotCurve* curve, int sampleNumber) override;
void clearSampleSelection() override;
QString curveText(const QwtPlotCurve* curves) const;
void selectSample(QwtPlotCurve* curve, int sampleNumber) override;
void clearSampleSelection() override;
bool curveText(const QwtPlotCurve* curve, QString* curveTitle, QString* xParamName, QString* yParamName) const;
private:
typedef caf::PdmPointer<RimGridCrossPlotCurveSet> CurveSetPtr;
typedef QPointer<RiuCvfOverlayItemWidget> LegendPtr;