xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
成员变量
QwtPlotCurve.CurveStyle 枚举类型参考

成员变量

详细描述

在文件 QwtPlotCurve.x5 行定义.

结构体成员变量说明

◆ Dots

Dots

Draw dots at the locations of the data points. Note: This is different from a dotted line (see setPen()), and faster as a curve in QwtPlotCurve::NoStyle style and a symbol painting a point.

在文件 QwtPlotCurve.x38 行定义.

◆ Lines

Lines

Connect the points with straight lines. The lines might be interpolated depending on the 'Fitted' attribute. Curve fitting can be configured using setCurveFitter().

在文件 QwtPlotCurve.x17 行定义.

◆ NoCurve

NoCurve = -1

Don't draw a curve. Note: This doesn't affect the symbols.

在文件 QwtPlotCurve.x10 行定义.

◆ Steps

Steps

Connect the points with a step function. The step function is drawn from the left to the right or vice versa, depending on the QwtPlotCurve::Inverted attribute.

在文件 QwtPlotCurve.x30 行定义.

◆ Sticks

Sticks

Draw vertical or horizontal sticks ( depending on the orientation() ) from a baseline which is defined by setBaseline().

在文件 QwtPlotCurve.x23 行定义.

◆ UserCurve

UserCurve = 100

Styles >= QwtPlotCurve::UserCurve are reserved for derived classes of QwtPlotCurve that overload drawCurve() with additional application specific curve types.

在文件 QwtPlotCurve.x46 行定义.