Data Structures | |
class | QCPData |
Holds the data of one single data point for QCPGraph. More... | |
class | QCPGraph |
A plottable representing a graph in a plot. More... | |
Typedefs | |
typedef QMap< double, QCPData > | QCPDataMap |
typedef QMapIterator< double, QCPData > | QCPDataMapIterator |
typedef QMutableMapIterator < double, QCPData > | QCPDataMutableMapIterator |
Functions | |
Q_DECLARE_TYPEINFO (QCPData, Q_MOVABLE_TYPE) | |
Container for storing QCPData items in a sorted fashion. The key of the map is the key member of the QCPData instance.
This is the container in which QCPGraph holds its data.