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. More... | |
bool | operator== (const QwtIntervalSample &) const |
Compare operator. More... | |
QwtIntervalSample () | |
QwtIntervalSample (double value, double min, double max) | |
Constructor. More... | |
QwtIntervalSample (double, const QwtInterval &) | |
Constructor. More... | |
Public Attributes | |
QwtInterval | interval |
Interval. More... | |
double | value |
Value. More... | |
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 41 of file qwt_samples.h.
double QwtIntervalSample::value |
Definition at line 38 of file qwt_samples.h.