![]() |
RTXI 1.3
|
#include <incrementalplot.h>
Public Slots | |
| void | appendLine (double *x, double *y, int size) |
Public Member Functions | |
| IncrementalPlot (QWidget *parent=NULL) | |
| virtual | ~IncrementalPlot () |
| void | appendData (double x, double y) |
| void | appendData (double x, double y, QwtSymbol::Style s) |
| void | appendData (double *x, double *y, int size) |
| void | appendData (double *x, double *y, int size, QwtSymbol::Style s) |
| void | removeData () |
| const double * | xData () |
| const double * | yData () |
| const uint | dataSize () |
| bool | dataExists () |
| void | nextSymbol () |
Definition at line 42 of file incrementalplot.h.
| IncrementalPlot::IncrementalPlot | ( | QWidget * | parent = NULL | ) |
Definition at line 56 of file incrementalplot.cpp.
| IncrementalPlot::~IncrementalPlot | ( | ) | [virtual] |
Definition at line 62 of file incrementalplot.cpp.
| void IncrementalPlot::appendData | ( | double | x, |
| double | y | ||
| ) |
Definition at line 95 of file incrementalplot.cpp.
| void IncrementalPlot::appendData | ( | double | x, |
| double | y, | ||
| QwtSymbol::Style | s | ||
| ) |
Definition at line 101 of file incrementalplot.cpp.
| void IncrementalPlot::appendData | ( | double * | x, |
| double * | y, | ||
| int | size, | ||
| QwtSymbol::Style | s | ||
| ) |
Definition at line 150 of file incrementalplot.cpp.
| void IncrementalPlot::appendData | ( | double * | x, |
| double * | y, | ||
| int | size | ||
| ) |
Definition at line 107 of file incrementalplot.cpp.
| void IncrementalPlot::appendLine | ( | double * | x, |
| double * | y, | ||
| int | size | ||
| ) | [slot] |
Definition at line 191 of file incrementalplot.cpp.
| bool IncrementalPlot::dataExists | ( | ) |
Definition at line 86 of file incrementalplot.cpp.
| const uint IncrementalPlot::dataSize | ( | ) |
Definition at line 80 of file incrementalplot.cpp.
| void IncrementalPlot::nextSymbol | ( | ) |
Definition at line 250 of file incrementalplot.cpp.
| void IncrementalPlot::removeData | ( | ) |
Definition at line 235 of file incrementalplot.cpp.
| const double * IncrementalPlot::xData | ( | ) |
Definition at line 68 of file incrementalplot.cpp.
| const double * IncrementalPlot::yData | ( | ) |
Definition at line 74 of file incrementalplot.cpp.