mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2038 RFT Plot: Add formation names
This commit is contained in:
@@ -31,7 +31,7 @@ class RiuPlotAnnotationTool
|
||||
public:
|
||||
RiuPlotAnnotationTool(QwtPlot* plot) : m_plot(plot) {};
|
||||
|
||||
void attachFormationNames(const std::vector<QString>& names, const std::vector<double> yPositions);
|
||||
void attachFormationNames(const std::vector<QString>& names, const std::vector<std::pair<double, double>> yPositions);
|
||||
void detachAllAnnotations();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user