| Data Structures | |
| class | QCPCurveData | 
| Holds the data of one single data point for QCPCurve.  More... | |
| class | QCPCurve | 
| A plottable representing a parametric curve in a plot.  More... | |
| Typedefs | |
| typedef QMap< double, QCPCurveData > | QCPCurveDataMap | 
| typedef QMapIterator< double, QCPCurveData > | QCPCurveDataMapIterator | 
| typedef QMutableMapIterator < double, QCPCurveData > | QCPCurveDataMutableMapIterator | 
| Functions | |
| Q_DECLARE_TYPEINFO (QCPCurveData, Q_MOVABLE_TYPE) | |
Container for storing QCPCurveData items in a sorted fashion. The key of the map is the t member of the QCPCurveData instance.
This is the container in which QCPCurve holds its data.