mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4222 Add axis labels to Grid Cross Plot pick info
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user