|
rock_widget_collection
0.1
|
A class holding the data of one single data point (one bar) for QCPBars. More...
#include <qcustomplot.h>
Public Member Functions | |
| QCPBarData () | |
Public Attributes | |
| double | key |
| double | value |
A class holding the data of one single data point (one bar) for QCPBars.
The stored data is:
Definition at line 96 of file qcustomplot.h.
| QCPBarData::QCPBarData | ( | ) |
Constructs a bar data point with key and value set to zero.
Definition at line 211 of file qcustomplot.cc.
| double QCPBarData::key |
Definition at line 100 of file qcustomplot.h.
| double QCPBarData::value |
Definition at line 100 of file qcustomplot.h.
1.8.6