|
QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
|
A sample of the types (x1-x2, y) or (x, y1-y2) More...
#include <qwt_samples.h>
Public Member Functions | |
| 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 Attributes | |
| 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 |