|
QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
|
A sample of the types (x1-x2, y) or (x, y1-y2) 更多...
#include <qwt_samples.h>
Public 成员函数 | |
| QwtIntervalSample () | |
| Default constructor | |
| QwtIntervalSample (double, const QwtInterval &) | |
| Constructor with value and interval | |
| QwtIntervalSample (double value, double min, double max) | |
| Constructor with value and min/max | |
| bool | operator== (const QwtIntervalSample &) const |
| Equality comparison operator | |
| bool | operator!= (const QwtIntervalSample &) const |
| Inequality comparison operator | |
Public 属性 | |
| double | value |
| Value | |
| QwtInterval | interval |
| Interval | |
A sample of the types (x1-x2, y) or (x, y1-y2)
Used for interval-based samples where one dimension has a range instead of a single value.
|
inline |
Default constructor
The value is set to 0.0, the interval is invalid
|
inline |
Constructor with value and interval
| v | Value |
| intv | Interval |
|
inline |
Constructor with value and min/max
| v | Value |
| min | Minimum value |
| max | Maximum value |