Main Page · Class Overview · Hierarchy · All Classes · Special Pages
Data Structures | Typedefs | Functions
plottable-curve.h File Reference
#include "../global.h"
#include "../range.h"
#include "../plottable.h"
#include "../painter.h"

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)
 

Typedef Documentation

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.

See Also
QCPCurveData, QCPCurve::setData