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

Go to the source code of this file.

Data Structures

class  QCPBarData
 Holds the data of one single data point (one bar) for QCPBars. More...
class  QCPBars
 A plottable representing a bar chart in a plot. More...

Typedefs

typedef QMap< double, QCPBarDataQCPBarDataMap
typedef QMapIterator< double,
QCPBarData
QCPBarDataMapIterator
typedef QMutableMapIterator
< double, QCPBarData
QCPBarDataMutableMapIterator

Functions

 Q_DECLARE_TYPEINFO (QCPBarData, Q_MOVABLE_TYPE)

Detailed Description

Typedef Documentation

Container for storing QCPBarData items in a sorted fashion. The key of the map is the key member of the QCPBarData instance.

This is the container in which QCPBars holds its data.

See Also
QCPBarData, QCPBars::setData