#include <QtCore/qglobal.h>
#include <QtCore/QObject>
#include <QtCore/QPointer>
#include <QtCore/QSharedPointer>
#include <QtCore/QTimer>
#include <QtGui/QPainter>
#include <QtGui/QPaintEvent>
#include <QtGui/QMouseEvent>
#include <QtGui/QWheelEvent>
#include <QtGui/QPixmap>
#include <QtCore/QVector>
#include <QtCore/QString>
#include <QtCore/QDateTime>
#include <QtCore/QMultiMap>
#include <QtCore/QFlags>
#include <QtCore/QDebug>
#include <QtCore/QStack>
#include <QtCore/QCache>
#include <QtCore/QMargins>
#include <qmath.h>
#include <limits>
#include <algorithm>
#include <QtNumeric>
#include <QtWidgets/QWidget>
#include <QtPrintSupport/QtPrintSupport>
Go to the source code of this file.
Classes | |
struct | QCPAxisPainterPrivate::CachedLabel |
class | QCPAbstractItem |
The abstract base class for all items in a plot. More... | |
class | QCPAbstractLegendItem |
The abstract base class for all entries in a QCPLegend. More... | |
class | QCPAbstractPaintBuffer |
The abstract base class for paint buffers, which define the rendering backend. More... | |
class | QCPAbstractPlottable |
The abstract base class for all data representing objects in a plot. More... | |
class | QCPAbstractPlottable1D< DataType > |
A template base class for plottables with one-dimensional data. More... | |
class | QCPAxis |
Manages a single axis inside a QCustomPlot. More... | |
class | QCPAxisPainterPrivate |
class | QCPAxisRect |
Holds multiple axes and arranges them in a rectangular shape. More... | |
class | QCPAxisTicker |
The base class tick generator used by QCPAxis to create tick positions and tick labels. More... | |
class | QCPAxisTickerDateTime |
Specialized axis ticker for calendar dates and times as axis ticks. More... | |
class | QCPAxisTickerFixed |
Specialized axis ticker with a fixed tick step. More... | |
class | QCPAxisTickerLog |
Specialized axis ticker suited for logarithmic axes. More... | |
class | QCPAxisTickerPi |
Specialized axis ticker to display ticks in units of an arbitrary constant, for example pi. More... | |
class | QCPAxisTickerText |
Specialized axis ticker which allows arbitrary labels at specified coordinates. More... | |
class | QCPAxisTickerTime |
Specialized axis ticker for time spans in units of milliseconds to days. More... | |
class | QCPBars |
A plottable representing a bar chart in a plot. More... | |
class | QCPBarsData |
Holds the data of one single data point (one bar) for QCPBars. More... | |
class | QCPBarsGroup |
Groups multiple QCPBars together so they appear side by side. More... | |
class | QCPColorGradient |
Defines a color gradient for use with e.g. QCPColorMap. More... | |
class | QCPColorMap |
A plottable representing a two-dimensional color map in a plot. More... | |
class | QCPColorMapData |
Holds the two-dimensional data of a QCPColorMap plottable. More... | |
class | QCPColorScale |
A color scale for use with color coding data such as QCPColorMap. More... | |
class | QCPColorScaleAxisRectPrivate |
class | QCPCurve |
A plottable representing a parametric curve in a plot. More... | |
class | QCPCurveData |
Holds the data of one single data point for QCPCurve. More... | |
class | QCPDataContainer< DataType > |
The generic data container for one-dimensional plottables. More... | |
class | QCPDataRange |
Describes a data range given by begin and end index. More... | |
class | QCPDataSelection |
Describes a data set by holding multiple QCPDataRange instances. More... | |
class | QCPErrorBars |
A plottable that adds a set of error bars to other plottables. More... | |
class | QCPErrorBarsData |
Holds the data of one single error bar for QCPErrorBars. More... | |
class | QCPFinancial |
A plottable representing a financial stock chart. More... | |
class | QCPFinancialData |
Holds the data of one single data point for QCPFinancial. More... | |
class | QCPGraph |
A plottable representing a graph in a plot. More... | |
class | QCPGraphData |
Holds the data of one single data point for QCPGraph. More... | |
class | QCPGrid |
Responsible for drawing the grid of a QCPAxis. More... | |
class | QCPItemAnchor |
An anchor of an item to which positions can be attached to. More... | |
class | QCPItemBracket |
A bracket for referencing/highlighting certain parts in the plot. More... | |
class | QCPItemCurve |
A curved line from one point to another. More... | |
class | QCPItemEllipse |
An ellipse. More... | |
class | QCPItemLine |
A line from one point to another. More... | |
class | QCPItemPixmap |
An arbitrary pixmap. More... | |
class | QCPItemPosition |
Manages the position of an item. More... | |
class | QCPItemRect |
A rectangle. More... | |
class | QCPItemStraightLine |
A straight line that spans infinitely in both directions. More... | |
class | QCPItemText |
A text label. More... | |
class | QCPItemTracer |
Item that sticks to QCPGraph data points. More... | |
class | QCPLayer |
A layer that may contain objects, to control the rendering order. More... | |
class | QCPLayerable |
Base class for all drawable objects. More... | |
class | QCPLayout |
The abstract base class for layouts. More... | |
class | QCPLayoutElement |
The abstract base class for all objects that form the layout system. More... | |
class | QCPLayoutGrid |
A layout that arranges child elements in a grid. More... | |
class | QCPLayoutInset |
A layout that places child elements aligned to the border or arbitrarily positioned. More... | |
class | QCPLegend |
Manages a legend inside a QCustomPlot. More... | |
class | QCPLineEnding |
Handles the different ending decorations for line-like items. More... | |
class | QCPMarginGroup |
A margin group allows synchronization of margin sides if working with multiple layout elements. More... | |
class | QCPPaintBufferPixmap |
A paint buffer based on QPixmap, using software raster rendering. More... | |
class | QCPPainter |
QPainter subclass used internally. More... | |
class | QCPPlottableInterface1D |
Defines an abstract interface for one-dimensional plottables. More... | |
class | QCPPlottableLegendItem |
A legend item representing a plottable with an icon and the plottable name. More... | |
class | QCPRange |
Represents the range an axis is encompassing. More... | |
class | QCPScatterStyle |
Represents the visual appearance of scatter points. More... | |
class | QCPSelectionDecorator |
Controls how a plottable's data selection is drawn. More... | |
class | QCPSelectionDecoratorBracket |
A selection decorator which draws brackets around each selected data segment. More... | |
class | QCPSelectionRect |
Provides rect/rubber-band data selection and range zoom interaction. More... | |
class | QCPStatisticalBox |
A plottable representing a single statistical box in a plot. More... | |
class | QCPStatisticalBoxData |
Holds the data of one single data point for QCPStatisticalBox. More... | |
class | QCPTextElement |
A layout element displaying a text. More... | |
class | QCPVector2D |
Represents two doubles as a mathematical 2D vector. More... | |
class | QCustomPlot |
The central class of the library. This is the QWidget which displays the plot and interacts with the user. More... | |
struct | QCPAxisPainterPrivate::TickLabelData |
Namespaces | |
QCP | |
Macros | |
#define | Q_DECL_OVERRIDE |
#define | QCP_DEVICEPIXELRATIO_FLOAT |
#define | QCP_DEVICEPIXELRATIO_SUPPORTED |
#define | QCP_LIB_DECL |
#define | QCUSTOMPLOT_VERSION 0x020001 |
#define | QCUSTOMPLOT_VERSION_STR "2.0.1" |
Typedefs | |
typedef QCPDataContainer< QCPBarsData > | QCPBarsDataContainer |
typedef QCPDataContainer< QCPCurveData > | QCPCurveDataContainer |
typedef QVector< QCPErrorBarsData > | QCPErrorBarsDataContainer |
typedef QCPDataContainer< QCPFinancialData > | QCPFinancialDataContainer |
typedef QCPDataContainer< QCPGraphData > | QCPGraphDataContainer |
typedef QCPDataContainer< QCPStatisticalBoxData > | QCPStatisticalBoxDataContainer |
Variables | |
const QMetaObject | QCP::staticMetaObject |
#define Q_DECL_OVERRIDE |
Definition at line 134 of file qcustomplot.h.
#define QCP_DEVICEPIXELRATIO_FLOAT |
Definition at line 46 of file qcustomplot.h.
#define QCP_DEVICEPIXELRATIO_SUPPORTED |
Definition at line 44 of file qcustomplot.h.
#define QCP_LIB_DECL |
Definition at line 129 of file qcustomplot.h.
#define QCUSTOMPLOT_VERSION 0x020001 |
Definition at line 119 of file qcustomplot.h.
#define QCUSTOMPLOT_VERSION_STR "2.0.1" |
Definition at line 118 of file qcustomplot.h.
Container for storing QCPBarsData points. The data is stored sorted by key.
This template instantiation is the container in which QCPBars holds its data. For details about the generic container, see the documentation of the class template QCPDataContainer.
Definition at line 5480 of file qcustomplot.h.
Container for storing QCPCurveData points. The data is stored sorted by t, so the sortKey() (returning t) is different from mainKey() (returning key).
This template instantiation is the container in which QCPCurve holds its data. For details about the generic container, see the documentation of the class template QCPDataContainer.
Definition at line 5301 of file qcustomplot.h.
Container for storing QCPErrorBarsData points. It is a typedef for QVector<QCPErrorBarsData>
.
This is the container in which QCPErrorBars holds its data. Unlike most other data containers for plottables, it is not based on QCPDataContainer. This is because the error bars plottable is special in that it doesn't store its own key and value coordinate per error bar. It adopts the key and value from the plottable to which the error bars shall be applied (QCPErrorBars::setDataPlottable). So the stored QCPErrorBarsData doesn't need a sortable key, but merely an index (as QVector
provides), which maps one-to-one to the indices of the other plottable's data.
Definition at line 5993 of file qcustomplot.h.
Container for storing QCPFinancialData points. The data is stored sorted by key.
This template instantiation is the container in which QCPFinancial holds its data. For details about the generic container, see the documentation of the class template QCPDataContainer.
Definition at line 5856 of file qcustomplot.h.
Container for storing QCPGraphData points. The data is stored sorted by key.
This template instantiation is the container in which QCPGraph holds its data. For details about the generic container, see the documentation of the class template QCPDataContainer.
Definition at line 5161 of file qcustomplot.h.
Container for storing QCPStatisticalBoxData points. The data is stored sorted by key.
This template instantiation is the container in which QCPStatisticalBox holds its data. For details about the generic container, see the documentation of the class template QCPDataContainer.
Definition at line 5611 of file qcustomplot.h.
Multiplies both boundaries of the range by value.
Definition at line 862 of file qcustomplot.h.
|
inline |
Definition at line 439 of file qcustomplot.h.
|
inline |
Definition at line 438 of file qcustomplot.h.
Multiplies both boundaries of the range by value.
Definition at line 872 of file qcustomplot.h.
|
inline |
Return a QCPDataSelection with the data points in a joined with the data points in b. The resulting data selection is already simplified (see QCPDataSelection::simplify).
Definition at line 1017 of file qcustomplot.h.
|
inline |
Return a QCPDataSelection with the data points in a joined with the data points in b. The resulting data selection is already simplified (see QCPDataSelection::simplify).
Definition at line 995 of file qcustomplot.h.
|
inline |
Return a QCPDataSelection with the data points in a joined with the data points in b. The resulting data selection is already simplified (see QCPDataSelection::simplify).
Definition at line 1006 of file qcustomplot.h.
|
inline |
Return a QCPDataSelection with the data points in a joined with the data points in b. The resulting data selection is already simplified (see QCPDataSelection::simplify).
Definition at line 984 of file qcustomplot.h.
Adds value to both boundaries of the range.
Definition at line 832 of file qcustomplot.h.
|
inline |
Definition at line 441 of file qcustomplot.h.
Adds value to both boundaries of the range.
Definition at line 842 of file qcustomplot.h.
|
inline |
Return a QCPDataSelection with the data points which are in a but not in b.
Definition at line 1057 of file qcustomplot.h.
|
inline |
Return a QCPDataSelection with the data points which are in a but not in b.
Definition at line 1037 of file qcustomplot.h.
|
inline |
Return a QCPDataSelection with the data points which are in a but not in b.
Definition at line 1047 of file qcustomplot.h.
|
inline |
Return a QCPDataSelection with the data points which are in a but not in b.
Definition at line 1027 of file qcustomplot.h.
Subtracts value from both boundaries of the range.
Definition at line 852 of file qcustomplot.h.
|
inline |
Definition at line 443 of file qcustomplot.h.
|
inline |
Definition at line 442 of file qcustomplot.h.
Divides both boundaries of the range by value.
Definition at line 882 of file qcustomplot.h.
|
inline |
Definition at line 440 of file qcustomplot.h.
Q_DECLARE_TYPEINFO | ( | QCPBarsData | , |
Q_PRIMITIVE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QCPCurveData | , |
Q_PRIMITIVE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QCPDataRange | , |
Q_MOVABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QCPErrorBarsData | , |
Q_PRIMITIVE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QCPFinancialData | , |
Q_PRIMITIVE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QCPGraphData | , |
Q_PRIMITIVE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QCPLineEnding | , |
Q_MOVABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QCPRange | , |
Q_MOVABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QCPScatterStyle | , |
Q_MOVABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QCPStatisticalBoxData | , |
Q_MOVABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QCPVector2D | , |
Q_MOVABLE_TYPE | |||
) |