|
rock_widget_collection
0.1
|
A class holding the data of one single data point for QCPCurve. More...
#include <qcustomplot.h>
Public Member Functions | |
| QCPCurveData () | |
Public Attributes | |
| double | t |
| double | key |
| double | value |
A class holding the data of one single data point for QCPCurve.
The stored data is:
Definition at line 79 of file qcustomplot.h.
| QCPCurveData::QCPCurveData | ( | ) |
Constructs a curve data point with t, key and value set to zero.
Definition at line 186 of file qcustomplot.cc.
| double QCPCurveData::key |
Definition at line 83 of file qcustomplot.h.
| double QCPCurveData::t |
Definition at line 83 of file qcustomplot.h.
| double QCPCurveData::value |
Definition at line 83 of file qcustomplot.h.
1.8.11