|
SETestKCL
1.0.
|
#include <qcustomplot.h>
Public Member Functions | |
| QCPCurveData () | |
| QCPCurveData (double t, double key, double value) | |
Public Attributes | |
| double | t |
| double | key |
| double | value |
Holds the data of one single data point for QCPCurve.
The container for storing multiple data points is QCPCurveDataMap.
The stored data is:
Definition at line 2638 of file qcustomplot.h.
| QCPCurveData | ( | ) |
Constructs a curve data point with t, key and value set to zero.
Definition at line 16751 of file qcustomplot.cpp.
| QCPCurveData | ( | double | t, |
| double | key, | ||
| double | value | ||
| ) |
Constructs a curve data point with the specified t, key and value.
Definition at line 16761 of file qcustomplot.cpp.
| double key |
Definition at line 2643 of file qcustomplot.h.
Referenced by QCPCurve::addData().
| double t |
Definition at line 2643 of file qcustomplot.h.
Referenced by QCPCurve::addData(), and QCPCurve::setData().
| double value |
Definition at line 2643 of file qcustomplot.h.
Referenced by QCPCurve::addData().
1.8.5