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

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, QCPDataQCPDataMap
 
typedef QMapIterator< double,
QCPData
QCPDataMapIterator
 
typedef QMutableMapIterator
< double, QCPData
QCPDataMutableMapIterator
 

Functions

 Q_DECLARE_TYPEINFO (QCPData, Q_MOVABLE_TYPE)
 

Typedef Documentation

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.

See Also
QCPData, QCPGraph::setData