.Simulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Namespaces | Classes | Typedefs
QCPlot Namespace Reference

QCustomPlot is an extension of the Qt Framework that contains tools and widgets for creating plots and charts. More...

Namespaces

 QCP
 The QCP Namespace contains general enums and QFlags.
 

Classes

class  QCPData
 Holds the data of one single data point for QCPGraph. More...
 
class  QCPCurveData
 Holds the data of one single data point for QCPCurve. More...
 
class  QCPBarData
 Holds the data of one single data point (one bar) for QCPBars. More...
 
class  QCPPainter
 QPainter subclass used internally. More...
 
class  QCPLineEnding
 Handles the different ending decorations for line-like items. More...
 
class  QCPLayer
 A layer that may contain objects, to control the rendering order. More...
 
class  QCPLayerable
 Base class for all objects that can be placed on layers. 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  QCPItemAnchor
 An anchor of an item to which positions can be attached to. More...
 
class  QCPItemPosition
 Manages the position of an item. More...
 
class  QCPAbstractItem
 The abstract base class for all items in a plot. More...
 
class  QCPItemStraightLine
 A straight line that spans infinitely in both directions. More...
 
class  QCPItemLine
 A line from one point to another. More...
 
class  QCPItemEllipse
 An ellipse. More...
 
class  QCPItemRect
 A rectangle. More...
 
class  QCPItemPixmap
 An arbitrary pixmap. More...
 
class  QCPItemText
 A text label. More...
 
class  QCPItemCurve
 A curved line from one point to another. More...
 
class  QCPItemBracket
 A bracket for referencing/highlighting certain parts in the plot. More...
 
class  QCPItemTracer
 Item that sticks to QCPGraph data points. 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  QCPGrid
 Responsible for drawing the grid of a QCPAxis. More...
 
class  QCPAxis
 Manages a single axis inside a QCustomPlot. More...
 
class  QCustomPlot
 The central class of the library, the QWidget which displays the plot and interacts with the user. More...
 

Typedefs

typedef QMap< double, QCPDataQCPDataMap
 Container for storing QCPData items in a sorted fashion. More...
 
typedef QMapIterator< double,
QCPData
QCPDataMapIterator
 
typedef QMutableMapIterator
< double, QCPData
QCPDataMutableMapIterator
 
typedef QMap< double,
QCPCurveData
QCPCurveDataMap
 Container for storing QCPCurveData items in a sorted fashion. More...
 
typedef QMapIterator< double,
QCPCurveData
QCPCurveDataMapIterator
 
typedef QMutableMapIterator
< double, QCPCurveData
QCPCurveDataMutableMapIterator
 
typedef QMap< double, QCPBarDataQCPBarDataMap
 Container for storing QCPBarData items in a sorted fashion. More...
 
typedef QMapIterator< double,
QCPBarData
QCPBarDataMapIterator
 
typedef QMutableMapIterator
< double, QCPBarData
QCPBarDataMutableMapIterator
 

Detailed Description

QCustomPlot is an extension of the Qt Framework that contains tools and widgets for creating plots and charts.

Typedef Documentation

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.

See Also
QCPBarData, QCPBars::setData

Container for storing QCPCurveData items in a sorted fashion.

The key of the map is the t member of the QCPCurveData instance.

This is the container in which QCPCurve holds its data.

See Also
QCPCurveData, QCPCurve::setData

Container for storing QCPData items in a sorted fashion.

The key of the map is the key member of the QCPData instance.

This is the container in which QCPGraph holds its data.

See Also
QCPData, QCPGraph::setData