QWT 7.0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
QwtIntervalSample Class Reference

A sample of the types (x1-x2, y) or (x, y1-y2) More...

#include <qwt_samples.h>

Public Member Functions

 QwtIntervalSample ()
 Constructor The value is set to 0.0, the interval is invalid.
 
 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.
 

Detailed Description

A sample of the types (x1-x2, y) or (x, y1-y2)


The documentation for this class was generated from the following file: