mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4222 Implement picking to display point value in Grid Cross Plot
This commit is contained in:
@@ -62,6 +62,7 @@ public:
|
||||
void renderSymbols(QPainter *painter, const QPointF *points, int numPoints) const override;
|
||||
void renderSymbolLabel(QPainter *painter, const QPointF& position) const;
|
||||
QString label() const { return m_label; }
|
||||
void setLabel(const QString& label);
|
||||
|
||||
void setLabelPosition(LabelPosition labelPosition);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user