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

Data Structures

class  QCPBarsGroup
 Groups multiple QCPBars together so they appear side by side. More...
 
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)
 

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