![]() |
.Simulation
|
#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 <QVector2D>
#include <QStack>
#include <qmath.h>
#include <limits>
Go to the source code of this file.
Classes | |
class | QCPlot::QCPData |
Holds the data of one single data point for QCPGraph. More... | |
class | QCPlot::QCPCurveData |
Holds the data of one single data point for QCPCurve. More... | |
class | QCPlot::QCPBarData |
Holds the data of one single data point (one bar) for QCPBars. More... | |
class | QCPlot::QCPPainter |
QPainter subclass used internally. More... | |
class | QCPlot::QCPLineEnding |
Handles the different ending decorations for line-like items. More... | |
class | QCPlot::QCPLayer |
A layer that may contain objects, to control the rendering order. More... | |
class | QCPlot::QCPLayerable |
Base class for all objects that can be placed on layers. More... | |
class | QCPlot::QCPAbstractPlottable |
The abstract base class for all data representing objects in a plot. More... | |
class | QCPlot::QCPGraph |
A plottable representing a graph in a plot. More... | |
class | QCPlot::QCPCurve |
A plottable representing a parametric curve in a plot. More... | |
class | QCPlot::QCPBars |
A plottable representing a bar chart in a plot. More... | |
class | QCPlot::QCPStatisticalBox |
A plottable representing a single statistical box in a plot. More... | |
class | QCPlot::QCPItemAnchor |
An anchor of an item to which positions can be attached to. More... | |
class | QCPlot::QCPItemPosition |
Manages the position of an item. More... | |
class | QCPlot::QCPAbstractItem |
The abstract base class for all items in a plot. More... | |
class | QCPlot::QCPItemStraightLine |
A straight line that spans infinitely in both directions. More... | |
class | QCPlot::QCPItemLine |
A line from one point to another. More... | |
class | QCPlot::QCPItemEllipse |
An ellipse. More... | |
class | QCPlot::QCPItemRect |
A rectangle. More... | |
class | QCPlot::QCPItemPixmap |
An arbitrary pixmap. More... | |
class | QCPlot::QCPItemText |
A text label. More... | |
class | QCPlot::QCPItemCurve |
A curved line from one point to another. More... | |
class | QCPlot::QCPItemBracket |
A bracket for referencing/highlighting certain parts in the plot. More... | |
class | QCPlot::QCPItemTracer |
Item that sticks to QCPGraph data points. More... | |
class | QCPlot::QCPRange |
Represents the range an axis is encompassing. More... | |
class | QCPlot::QCPAbstractLegendItem |
The abstract base class for all items in a QCPLegend. More... | |
class | QCPlot::QCPPlottableLegendItem |
A legend item representing a plottable with an icon and the plottable name. More... | |
class | QCPlot::QCPLegend |
Manages a legend inside a QCustomPlot. More... | |
class | QCPlot::QCPGrid |
Responsible for drawing the grid of a QCPAxis. More... | |
class | QCPlot::QCPAxis |
Manages a single axis inside a QCustomPlot. More... | |
class | QCPlot::QCustomPlot |
The central class of the library, the QWidget which displays the plot and interacts with the user. More... | |
Namespaces | |
QCPlot | |
QCustomPlot is an extension of the Qt Framework that contains tools and widgets for creating plots and charts. | |
QCPlot::QCP | |
The QCP Namespace contains general enums and QFlags. | |
Typedefs | |
typedef QMap< double, QCPData > | QCPlot::QCPDataMap |
Container for storing QCPData items in a sorted fashion. More... | |
typedef QMapIterator< double, QCPData > | QCPlot::QCPDataMapIterator |
typedef QMutableMapIterator < double, QCPData > | QCPlot::QCPDataMutableMapIterator |
typedef QMap< double, QCPCurveData > | QCPlot::QCPCurveDataMap |
Container for storing QCPCurveData items in a sorted fashion. More... | |
typedef QMapIterator< double, QCPCurveData > | QCPlot::QCPCurveDataMapIterator |
typedef QMutableMapIterator < double, QCPCurveData > | QCPlot::QCPCurveDataMutableMapIterator |
typedef QMap< double, QCPBarData > | QCPlot::QCPBarDataMap |
Container for storing QCPBarData items in a sorted fashion. More... | |
typedef QMapIterator< double, QCPBarData > | QCPlot::QCPBarDataMapIterator |
typedef QMutableMapIterator < double, QCPBarData > | QCPlot::QCPBarDataMutableMapIterator |
Functions | |
Q_DECLARE_TYPEINFO (QCPlot::QCPData, Q_MOVABLE_TYPE) | |
Q_DECLARE_TYPEINFO (QCPlot::QCPBarData, Q_MOVABLE_TYPE) | |
Q_DECLARE_TYPEINFO (QCPlot::QCPCurveData, Q_MOVABLE_TYPE) | |
Q_DECLARE_TYPEINFO (QCPlot::QCPLineEnding, Q_MOVABLE_TYPE) | |
Q_DECLARE_TYPEINFO (QCPlot::QCPRange, Q_MOVABLE_TYPE) | |