mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Cleaning
This commit is contained in:
@@ -40,8 +40,14 @@ public:
|
||||
explicit RiuResultQwtPlot(QWidget* parent = NULL);
|
||||
virtual ~RiuResultQwtPlot();
|
||||
|
||||
void addCurve(const QString& curveName, const cvf::Color3f& curveColor, const std::vector<QDateTime>& dateTimes, const std::vector<double>& timeHistoryValues);
|
||||
void addCurve(const QString& curveName, const cvf::Color3f& curveColor, const std::vector<double>& frameTimes, const std::vector<double>& timeHistoryValues);
|
||||
void addCurve(const QString& curveName,
|
||||
const cvf::Color3f& curveColor,
|
||||
const std::vector<QDateTime>& dateTimes,
|
||||
const std::vector<double>& timeHistoryValues);
|
||||
void addCurve(const QString& curveName,
|
||||
const cvf::Color3f& curveColor,
|
||||
const std::vector<double>& frameTimes,
|
||||
const std::vector<double>& timeHistoryValues);
|
||||
|
||||
void deleteAllCurves();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user