QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
QwtPlotFactory 成员列表

成员的完整列表,这些成员属于 QwtPlotFactory,包括所有继承而来的类成员

createArrowMarker(QwtPlot *plot, const QPointF &start, const QPointF &end, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createBarChart(QwtPlot *plot, const QString &title, const QVector< double > &values, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createBarChart(QwtPlot *plot, const QString &title, const QVector< QPointF > &data, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createBoxChart(QwtPlot *plot, const QString &title, const QVector< QwtBoxSample > &data, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createCurve(QwtPlot *plot, const QString &title, const QVector< QPointF > &data, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createCurve(QwtPlot *plot, const QString &title, const QVector< double > &x, const QVector< double > &y, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createCurve(QwtPlot *plot, const QString &title, const QVector< double > &y, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createGraphic(QwtPlot *plot, const QRectF &rect, const QwtGraphic &graphic)QwtPlotFactorystatic
createGrid(QwtPlot *plot, bool enableMinor=false, const QPen &majorPen=QPen(Qt::gray, 0, Qt::DotLine), const QPen &minorPen=QPen(Qt::lightGray, 0, Qt::DotLine))QwtPlotFactorystatic
createHistogram(QwtPlot *plot, const QString &title, const QVector< QwtIntervalSample > &data, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createHLine(QwtPlot *plot, double y, const QPen &pen=QPen(Qt::gray, 0, Qt::DashLine))QwtPlotFactorystatic
createIntervalCurve(QwtPlot *plot, const QString &title, const QVector< QwtIntervalSample > &data, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createLegend(QwtPlot *plot)QwtPlotFactorystatic
createMarker(QwtPlot *plot, const QPointF &pos, const QString &label=QString(), QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createMultiBarChart(QwtPlot *plot, const QString &title, const QVector< QwtSetSample > &data, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createMultiBarChart(QwtPlot *plot, const QString &title, const QVector< QVector< double > > &data, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createScaleItem(QwtPlot *plot, QwtAxisId axis)QwtPlotFactorystatic
createSpectroCurve(QwtPlot *plot, const QString &title, const QVector< QwtPoint3D > &data, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createTextLabel(QwtPlot *plot, const QString &text, Qt::Alignment alignment=Qt::AlignTop|Qt::AlignHCenter)QwtPlotFactorystatic
createTradingCurve(QwtPlot *plot, const QString &title, const QVector< QwtOHLCSample > &data, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createVectorField(QwtPlot *plot, const QString &title, const QVector< QwtVectorFieldSample > &data, QwtAxisId xAxis=QwtAxis::XBottom, QwtAxisId yAxis=QwtAxis::YLeft)QwtPlotFactorystatic
createVLine(QwtPlot *plot, double x, const QPen &pen=QPen(Qt::gray, 0, Qt::DashLine))QwtPlotFactorystatic
createZone(QwtPlot *plot, const QwtInterval &interval, Qt::Orientation orientation=Qt::Vertical, const QBrush &brush=QBrush(QColor(0, 0, 255, 30)))QwtPlotFactorystatic