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, QCPBarData > | QCPBarDataMap |
typedef QMapIterator< double, QCPBarData > | QCPBarDataMapIterator |
typedef QMutableMapIterator < double, QCPBarData > | QCPBarDataMutableMapIterator |
Functions | |
Q_DECLARE_TYPEINFO (QCPBarData, Q_MOVABLE_TYPE) | |
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.