Qwt User's Guide 6.3.0
|
A sample of the types (x1-x2, y) or (x, y1-y2) More...
#include <qwt_samples.h>
Public Member Functions | |
QwtIntervalSample () | |
QwtIntervalSample (double, const QwtInterval &) | |
Constructor. | |
QwtIntervalSample (double value, double min, double max) | |
Constructor. | |
bool | operator== (const QwtIntervalSample &) const |
Compare operator. | |
bool | operator!= (const QwtIntervalSample &) const |
Compare operator. | |
Public Attributes | |
double | value |
Value. | |
QwtInterval | interval |
Interval. | |
A sample of the types (x1-x2, y) or (x, y1-y2)
Definition at line 20 of file qwt_samples.h.
|
inline |
Constructor The value is set to 0.0, the interval is invalid
Definition at line 41 of file qwt_samples.h.
|
inline |
Constructor.
Definition at line 47 of file qwt_samples.h.
|
inline |
Constructor.
Definition at line 54 of file qwt_samples.h.
|
inline |
Compare operator.
Definition at line 67 of file qwt_samples.h.
|
inline |
Compare operator.
Definition at line 61 of file qwt_samples.h.
QwtInterval QwtIntervalSample::interval |
Interval.
Definition at line 34 of file qwt_samples.h.
double QwtIntervalSample::value |
Value.
Definition at line 31 of file qwt_samples.h.