A sample of the types (x1-x2, y) or (x, y1-y2) More...
#include <qwt_samples.h>
Public Member Functions | |
| bool | operator!= (const QwtIntervalSample &) const |
| Compare operator. | |
| bool | operator== (const QwtIntervalSample &) const |
| Compare operator. | |
| QwtIntervalSample () | |
| QwtIntervalSample (double, const QwtInterval &) | |
| Constructor. | |
| QwtIntervalSample (double value, double min, double max) | |
| Constructor. | |
Public Attributes | |
| QwtInterval | interval |
| Interval. | |
| double | value |
| Value. | |
A sample of the types (x1-x2, y) or (x, y1-y2)
Definition at line 19 of file qwt_samples.h.
| QwtIntervalSample::QwtIntervalSample | ( | ) | [inline] |
Constructor The value is set to 0.0, the interval is invalid
Definition at line 40 of file qwt_samples.h.
| QwtIntervalSample::QwtIntervalSample | ( | double | v, |
| const QwtInterval & | intv | ||
| ) | [inline] |
Constructor.
Definition at line 46 of file qwt_samples.h.
| QwtIntervalSample::QwtIntervalSample | ( | double | value, |
| double | min, | ||
| double | max | ||
| ) | [inline] |
Constructor.
Definition at line 54 of file qwt_samples.h.
| bool QwtIntervalSample::operator!= | ( | const QwtIntervalSample & | other | ) | const [inline] |
Compare operator.
Definition at line 69 of file qwt_samples.h.
| bool QwtIntervalSample::operator== | ( | const QwtIntervalSample & | other | ) | const [inline] |
Compare operator.
Definition at line 62 of file qwt_samples.h.
Interval.
Definition at line 33 of file qwt_samples.h.
| double QwtIntervalSample::value |
Value.
Definition at line 30 of file qwt_samples.h.