Main Page · Class Overview · Hierarchy · All Classes · Special Pages
Class Hierarchy

Switch to graphical view

 CQCPAbstractPaintBufferThe abstract base class for paint buffers, which define the rendering backend
 CQCPPaintBufferGlFboA paint buffer based on OpenGL frame buffers objects, using hardware accelerated rendering
 CQCPPaintBufferGlPbufferA paint buffer based on OpenGL pixel buffers, using hardware accelerated rendering
 CQCPPaintBufferPixmapA paint buffer based on QPixmap, using software raster rendering
 CQCPAxisTickerThe base class tick generator used by QCPAxis to create tick positions and tick labels
 CQCPAxisTickerDateTimeSpecialized axis ticker for calendar dates and times as axis ticks
 CQCPAxisTickerFixedSpecialized axis ticker with a fixed tick step
 CQCPAxisTickerLogSpecialized axis ticker suited for logarithmic axes
 CQCPAxisTickerPiSpecialized axis ticker to display ticks in units of an arbitrary constant, for example pi
 CQCPAxisTickerTextSpecialized axis ticker which allows arbitrary labels at specified coordinates
 CQCPAxisTickerTimeSpecialized axis ticker for time spans in units of milliseconds to days
 CQCPBarsDataHolds the data of one single data point (one bar) for QCPBars
 CQCPBarsGroupGroups multiple QCPBars together so they appear side by side
 CQCPColorGradientDefines a color gradient for use with e.g. QCPColorMap
 CQCPColorMapDataHolds the two-dimensional data of a QCPColorMap plottable
 CQCPCurveDataHolds the data of one single data point for QCPCurve
 CQCPDataContainer< DataType >The generic data container for one-dimensional plottables
 CQCPDataRangeDescribes a data range given by begin and end index
 CQCPDataSelectionDescribes a data set by holding multiple QCPDataRange instances
 CQCPErrorBarsDataHolds the data of one single error bar for QCPErrorBars
 CQCPFinancialDataHolds the data of one single data point for QCPFinancial
 CQCPGraphDataHolds the data of one single data point for QCPGraph
 CQCPItemAnchorAn anchor of an item to which positions can be attached to
 CQCPItemPositionManages the position of an item
 CQCPLayerA layer that may contain objects, to control the rendering order
 CQCPLayerableBase class for all drawable objects
 CQCPAbstractItemThe abstract base class for all items in a plot
 CQCPItemBracketA bracket for referencing/highlighting certain parts in the plot
 CQCPItemCurveA curved line from one point to another
 CQCPItemEllipseAn ellipse
 CQCPItemLineA line from one point to another
 CQCPItemPixmapAn arbitrary pixmap
 CQCPItemRectA rectangle
 CQCPItemStraightLineA straight line that spans infinitely in both directions
 CQCPItemTextA text label
 CQCPItemTracerItem that sticks to QCPGraph data points
 CQCPAbstractPlottableThe abstract base class for all data representing objects in a plot
 CQCPAbstractPlottable1D< DataType >A template base class for plottables with one-dimensional data
 CQCPAbstractPlottable1D< QCPBarsData >
 CQCPBarsA plottable representing a bar chart in a plot
 CQCPAbstractPlottable1D< QCPCurveData >
 CQCPCurveA plottable representing a parametric curve in a plot
 CQCPAbstractPlottable1D< QCPFinancialData >
 CQCPFinancialA plottable representing a financial stock chart
 CQCPAbstractPlottable1D< QCPGraphData >
 CQCPGraphA plottable representing a graph in a plot
 CQCPAbstractPlottable1D< QCPStatisticalBoxData >
 CQCPStatisticalBoxA plottable representing a single statistical box in a plot
 CQCPColorMapA plottable representing a two-dimensional color map in a plot
 CQCPErrorBarsA plottable that adds a set of error bars to other plottables
 CQCPAxisManages a single axis inside a QCustomPlot
 CQCPGridResponsible for drawing the grid of a QCPAxis
 CQCPLayoutElementThe abstract base class for all objects that form the layout system
 CQCPAbstractLegendItemThe abstract base class for all entries in a QCPLegend
 CQCPPlottableLegendItemA legend item representing a plottable with an icon and the plottable name
 CQCPAxisRectHolds multiple axes and arranges them in a rectangular shape
 CQCPColorScaleA color scale for use with color coding data such as QCPColorMap
 CQCPLayoutThe abstract base class for layouts
 CQCPLayoutGridA layout that arranges child elements in a grid
 CQCPLegendManages a legend inside a QCustomPlot
 CQCPLayoutInsetA layout that places child elements aligned to the border or arbitrarily positioned
 CQCPTextElementA layout element displaying a text
 CQCPSelectionRectProvides rect/rubber-band data selection and range zoom interaction
 CQCPLineEndingHandles the different ending decorations for line-like items
 CQCPMarginGroupA margin group allows synchronization of margin sides if working with multiple layout elements
 CQCPPainterQPainter subclass used internally
 CQCPPlottableInterface1DDefines an abstract interface for one-dimensional plottables
 CQCPAbstractPlottable1D< DataType >A template base class for plottables with one-dimensional data
 CQCPAbstractPlottable1D< QCPBarsData >
 CQCPAbstractPlottable1D< QCPCurveData >
 CQCPAbstractPlottable1D< QCPFinancialData >
 CQCPAbstractPlottable1D< QCPGraphData >
 CQCPAbstractPlottable1D< QCPStatisticalBoxData >
 CQCPErrorBarsA plottable that adds a set of error bars to other plottables
 CQCPRangeRepresents the range an axis is encompassing
 CQCPScatterStyleRepresents the visual appearance of scatter points
 CQCPSelectionDecoratorControls how a plottable's data selection is drawn
 CQCPSelectionDecoratorBracketA selection decorator which draws brackets around each selected data segment
 CQCPStatisticalBoxDataHolds the data of one single data point for QCPStatisticalBox
 CQCPVector2DRepresents two doubles as a mathematical 2D vector
 CQCustomPlotThe central class of the library. This is the QWidget which displays the plot and interacts with the user