rock_widget_collection  0.1
Classes | Macros | Typedefs
qcustomplot.h File Reference
#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, QCPDataQCPDataMap
 
typedef QMapIterator< double, QCPDataQCPDataMapIterator
 
typedef QMutableMapIterator< double, QCPDataQCPDataMutableMapIterator
 
typedef QMap< double, QCPCurveDataQCPCurveDataMap
 
typedef QMapIterator< double, QCPCurveDataQCPCurveDataMapIterator
 
typedef QMutableMapIterator< double, QCPCurveDataQCPCurveDataMutableMapIterator
 
typedef QMap< double, QCPBarDataQCPBarDataMap
 
typedef QMapIterator< double, QCPBarDataQCPBarDataMapIterator
 
typedef QMutableMapIterator< double, QCPBarDataQCPBarDataMutableMapIterator
 

Macro Definition Documentation

◆ FUNCNAME

#define FUNCNAME   __func__

Definition at line 50 of file qcustomplot.h.

Typedef Documentation

◆ QCPBarDataMap

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

See also
QCPBarData, QCPBars::setData

Definition at line 108 of file qcustomplot.h.

◆ QCPBarDataMapIterator

typedef QMapIterator<double, QCPBarData> QCPBarDataMapIterator

Definition at line 109 of file qcustomplot.h.

◆ QCPBarDataMutableMapIterator

typedef QMutableMapIterator<double, QCPBarData> QCPBarDataMutableMapIterator

Definition at line 110 of file qcustomplot.h.

◆ QCPCurveDataMap

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

See also
QCPCurveData, QCPCurve::setData

Definition at line 92 of file qcustomplot.h.

◆ QCPCurveDataMapIterator

typedef QMapIterator<double, QCPCurveData> QCPCurveDataMapIterator

Definition at line 93 of file qcustomplot.h.

◆ QCPCurveDataMutableMapIterator

typedef QMutableMapIterator<double, QCPCurveData> QCPCurveDataMutableMapIterator

Definition at line 94 of file qcustomplot.h.

◆ QCPDataMap

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

See also
QCPData, QCPGraph::setData

Definition at line 75 of file qcustomplot.h.

◆ QCPDataMapIterator

typedef QMapIterator<double, QCPData> QCPDataMapIterator

Definition at line 76 of file qcustomplot.h.

◆ QCPDataMutableMapIterator

typedef QMutableMapIterator<double, QCPData> QCPDataMutableMapIterator

Definition at line 77 of file qcustomplot.h.