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, const QwtInterval &) | |
Constructor. More... | |
QwtIntervalSample (double value, double min, double max) | |
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 19 of file qwt_samples.h.
|
inline |
Constructor The value is set to 0.0, the interval is invalid
Definition at line 40 of file qwt_samples.h.
|
inline |
Constructor.
Definition at line 46 of file qwt_samples.h.
|
inline |
Constructor.
Definition at line 54 of file qwt_samples.h.
|
inline |
Compare operator.
Definition at line 69 of file qwt_samples.h.
|
inline |
Compare operator.
Definition at line 62 of file qwt_samples.h.
QwtInterval QwtIntervalSample::interval |
Interval.
Definition at line 33 of file qwt_samples.h.
double QwtIntervalSample::value |
Value.
Definition at line 30 of file qwt_samples.h.