|
|
@ -40,11 +40,11 @@ public: |
|
|
|
virtual ~IncrementalPlot(); |
|
|
|
virtual ~IncrementalPlot(); |
|
|
|
|
|
|
|
|
|
|
|
/** @brief Get color map of this plot */ |
|
|
|
/** @brief Get color map of this plot */ |
|
|
|
QList<QColor> IncrementalPlot::getColorMap(); |
|
|
|
QList<QColor> getColorMap(); |
|
|
|
/** @brief Get next color of color map */ |
|
|
|
/** @brief Get next color of color map */ |
|
|
|
QColor IncrementalPlot::getNextColor(); |
|
|
|
QColor getNextColor(); |
|
|
|
/** @brief Get color for curve id */ |
|
|
|
/** @brief Get color for curve id */ |
|
|
|
QColor IncrementalPlot::getColorForCurve(QString id); |
|
|
|
QColor getColorForCurve(QString id); |
|
|
|
|
|
|
|
|
|
|
|
public slots: |
|
|
|
public slots: |
|
|
|
void appendData(QString key, double x, double y); |
|
|
|
void appendData(QString key, double x, double y); |
|
|
|