|
SETestKCL
1.0.
|
#include <qcustomplot.h>
Public Member Functions | |
| QCPData () | |
| QCPData (double key, double value) | |
Public Attributes | |
| double | key |
| double | value |
| double | keyErrorPlus |
| double | keyErrorMinus |
| double | valueErrorPlus |
| double | valueErrorMinus |
Holds the data of one single data point for QCPGraph.
The container for storing multiple data points is QCPDataMap.
The stored data is:
Definition at line 2467 of file qcustomplot.h.
| QCPData | ( | ) |
Constructs a data point with key, value and all errors set to zero.
Definition at line 14395 of file qcustomplot.cpp.
| QCPData | ( | double | key, |
| double | value | ||
| ) |
Constructs a data point with the specified key and value. All errors are set to zero.
Definition at line 14408 of file qcustomplot.cpp.
| double key |
Definition at line 2472 of file qcustomplot.h.
Referenced by QCPGraph::addData(), QCPGraph::drawError(), QCPGraph::setData(), QCPGraph::setDataBothError(), QCPGraph::setDataKeyError(), and QCPGraph::setDataValueError().
| double keyErrorMinus |
Definition at line 2473 of file qcustomplot.h.
Referenced by QCPGraph::drawError().
| double keyErrorPlus |
Definition at line 2473 of file qcustomplot.h.
Referenced by QCPGraph::drawError().
| double value |
Definition at line 2472 of file qcustomplot.h.
Referenced by QCPGraph::addData(), and QCPGraph::drawError().
| double valueErrorMinus |
Definition at line 2474 of file qcustomplot.h.
Referenced by QCPGraph::drawError().
| double valueErrorPlus |
Definition at line 2474 of file qcustomplot.h.
Referenced by QCPGraph::drawError().
1.8.5