QwtIntervalSample (3) Linux Manual Page
QwtIntervalSample –
A sample of the types (x1-x2, y) or (x, y1-y2)
Synopsis
#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 valueValue.
QwtInterval interval
Interval.
