|
rock_widget_collection
0.1
|
#include <QObject>#include <QWidget>#include <QPainter>#include <QPaintEvent>#include <QPixmap>#include <QVector>#include <QString>#include <QPrinter>#include <QDateTime>#include <QMultiMap>#include <QFlags>#include <QDebug>#include <cmath>Go to the source code of this file.
Classes | |
| class | QCPData |
| A class holding the data of one single data point for QCPGraph. More... | |
| class | QCPCurveData |
| A class holding the data of one single data point for QCPCurve. More... | |
| class | QCPBarData |
| A class holding the data of one single data point (one bar) for QCPBars. More... | |
| class | QCPAbstractPlottable |
| The abstract base class for all data representing objects in a plot. More... | |
| class | QCPGraph |
| A plottable representing a graph in a plot. More... | |
| class | QCPCurve |
| A plottable representing a parametric curve in a plot. More... | |
| class | QCPBars |
| A plottable representing a bar chart in a plot. More... | |
| class | QCPStatisticalBox |
| A plottable representing a single statistical box in a plot. More... | |
| class | QCPRange |
| Represents the range an axis is encompassing. More... | |
| class | QCPAbstractLegendItem |
| The abstract base class for all items in a QCPLegend. More... | |
| class | QCPPlottableLegendItem |
| A legend item representing a plottable with an icon and the plottable name. More... | |
| class | QCPLegend |
| Manages a legend inside a QCustomPlot. More... | |
| class | QCPAxis |
| Manages a single axis inside a QCustomPlot. More... | |
| class | QCustomPlot |
| The central class which is also the QWidget which displays the plot and interacts with the user. More... | |
Macros | |
| #define | FUNCNAME __func__ |
Typedefs | |
| typedef QMap< double, QCPData > | QCPDataMap |
| typedef QMapIterator< double, QCPData > | QCPDataMapIterator |
| typedef QMutableMapIterator< double, QCPData > | QCPDataMutableMapIterator |
| typedef QMap< double, QCPCurveData > | QCPCurveDataMap |
| typedef QMapIterator< double, QCPCurveData > | QCPCurveDataMapIterator |
| typedef QMutableMapIterator< double, QCPCurveData > | QCPCurveDataMutableMapIterator |
| typedef QMap< double, QCPBarData > | QCPBarDataMap |
| typedef QMapIterator< double, QCPBarData > | QCPBarDataMapIterator |
| typedef QMutableMapIterator< double, QCPBarData > | QCPBarDataMutableMapIterator |
| #define FUNCNAME __func__ |
Definition at line 50 of file qcustomplot.h.
Container for storing QCPBarData items in a sorted fashion. The key of the map is the key member of the QCPBarData instance.
Definition at line 108 of file qcustomplot.h.
| typedef QMapIterator<double, QCPBarData> QCPBarDataMapIterator |
Definition at line 109 of file qcustomplot.h.
| typedef QMutableMapIterator<double, QCPBarData> QCPBarDataMutableMapIterator |
Definition at line 110 of file qcustomplot.h.
Container for storing QCPCurveData items in a sorted fashion. The key of the map is the t member of the QCPCurveData instance.
Definition at line 92 of file qcustomplot.h.
| typedef QMapIterator<double, QCPCurveData> QCPCurveDataMapIterator |
Definition at line 93 of file qcustomplot.h.
| typedef QMutableMapIterator<double, QCPCurveData> QCPCurveDataMutableMapIterator |
Definition at line 94 of file qcustomplot.h.
Container for storing QCPData items in a sorted fashion. The key of the map is the key member of the QCPData instance.
Definition at line 75 of file qcustomplot.h.
| typedef QMapIterator<double, QCPData> QCPDataMapIterator |
Definition at line 76 of file qcustomplot.h.
| typedef QMutableMapIterator<double, QCPData> QCPDataMutableMapIterator |
Definition at line 77 of file qcustomplot.h.
1.8.11