QCustomPlot之数据结构

来源:互联网 发布:正规网络兼职药师招聘 编辑:程序博客网 时间:2024/05/21 16:40
Data Structures数据结构
NQCP
CQCPAbstractItem
The abstract base class for all items in a plot
plot上所有item的抽象基类
CQCPAbstractLegendItem
The abstract base class for all entries in a QCPLegend
在一个QCPLegend上所有实体的抽象基类
CQCPAbstractPlottable
The abstract base class for all data representing objects in a plot
在一个Plot上所有代表数据对象的抽象基类。
CQCPAxis
Manages a single axis inside a QCustomPlot
管理QCustomPlot里面的一个轴
CQCPAxisRect
Holds multiple axes and arranges them in a rectangular shape
容纳多个坐标轴和安排它们在一个规则的矩形中。
CQCPBarData
Holds the data of one single data point (one bar) for QCPBars
容纳只有一个数据点的数据
CQCPBars
A plottable representing a bar chart in a plot
在plot代表一个柱状图。
CQCPBarsGroup
Groups multiple QCPBars together so they appear side by side
多个柱状图组因此它们会并排出现
CQCPColorGradient
Defines a color gradient for use with e.g. QCPColorMap
为了使用QCPColorMap定义一个渐变的颜色
CQCPColorMap
A plottable representing a two-dimensional color map in a plot
在一个plot里待变一个二维颜色映射。
CQCPColorMapData
Holds the two-dimensional data of a QCPColorMap plottable
容纳QCPColorMap的二维数据
CQCPColorScale
A color scale for use with color coding data such as QCPColorMap
一个颜色范围为了使用颜色编码数据比如QCPColorMap
CQCPCurve
A plottable representing a parametric curve in a plot
在一个plot代表一个参数曲线。
CQCPCurveData
Holds the data of one single data point for QCPCurve
容纳只有一个数据点的数据对于QCPCurve
CQCPData
Holds the data of one single data point for QCPGraph
容纳只有一个数据点的数据对于QCPGraph
CQCPFinancial
A plottable representing a financial stock chart
代表一个金融股票图表
CQCPFinancialData
Holds the data of one single data point for QCPFinancial
容纳只有一个数据点的数据对于QCPFinancial
CQCPGraph
A plottable representing a graph in a plot
在Plot里代表一个曲线图
CQCPGrid
Responsible for drawing the grid of a QCPAxis
负责绘制QCPAxis的网格线。
CQCPItemAnchor
An anchor of an item to which positions can be attached to
一个Item可以附加到的位置
CQCPItemBracket
A bracket for referencing/highlighting certain parts in the plot
一个支架为了定位/增强plot中的某些部分
CQCPItemCurve
A curved line from one point to another
一条弯曲的线从一个点到另一个
CQCPItemEllipse
An ellipse
一个椭圆
CQCPItemLine
A line from one point to another
一条直线从一个点到另一个点
CQCPItemPixmap
An arbitrary pixmap
任意数量的像素映射
CQCPItemPosition
Manages the position of an item
管理一个Item的位置
CQCPItemRect
A rectangle
一个矩形
CQCPItemStraightLine
A straight line that spans infinitely in both directions
一条在两个方向上都持续贯穿的直线
CQCPItemText
A text label
一个文本标签
CQCPItemTracer
Item that sticks to QCPGraph data points
Item插入到QCPGraph的数据点
CQCPLayer
A layer that may contain objects, to control the rendering order
一个包含对象的层来控制绘图的顺序。
CQCPLayerable
Base class for all drawable objects
所有可绘制对象的基类
CQCPLayout
The abstract base class for layouts
布局器的抽象基类
CQCPLayoutElement
The abstract base class for all objects that form the layout system
来自布局系统的所有对象的抽象基类。
CQCPLayoutGrid
A layout that arranges child elements in a grid
在网格里的一个布局安排子元素
CQCPLayoutInset
A layout that places child elements aligned to the border or arbitrarily positioned
一个布局可以放置子元素对齐到边界或者任意位置
CQCPLegend
Manages a legend inside a QCustomPlot
管理一个图例在QCustomPlot里
CQCPLineEnding
Handles the different ending decorations for line-like items
处理不同的结尾装饰
CQCPMarginGroup
A margin group allows synchronization of margin sides if working with multiple layout elements
如果使用多个布局元素,边缘组允许同步边缘边。
CQCPPainter
QPainter subclass used internally
内部使用的QPainter的子类
CQCPPlottableLegendItem
A legend item representing a plottable with an icon and the plottable name
代表一个带有图标和名字的图例
CQCPPlotTitle
A layout element displaying a plot title text
一个布局元素显示一个plot的标题
CQCPRange
Represents the range an axis is encompassing
代表一个坐标轴的范围
CQCPScatterStyle
Represents the visual appearance of scatter points
代表离散点的可视化外观。
CQCPStatisticalBox
A plottable representing a single statistical box in a plot
在plot里代表一个统计框在
CQCustomPlot
The central class of the library. This is the QWidget which displays the plot and interacts with the user
这个库的主要的类.这是一个显示plot并且和用户交互的QWidget
0 0
原创粉丝点击