|
QWT API (English) 7.0.1
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)
|
inline |
Default constructor.
|
inline |
Constructor with value and interval.
|
inline |
Constructor with value and min/max.
|
inline |
Inequality comparison operator .
|
inline |
Equality comparison operator .