.TH "QwtIntervalSample" 3 "Fri Apr 15 2011" "Version 6.0.0" "Qwt User's Guide" \" -*- nroff -*- .ad l .nh .SH NAME QwtIntervalSample \- .PP A sample of the types (x1-x2, y) or (x, y1-y2) .SH SYNOPSIS .br .PP .PP \fC#include \fP .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBQwtIntervalSample\fP ()" .br .ti -1c .RI "\fBQwtIntervalSample\fP (double, const \fBQwtInterval\fP &)" .br .ti -1c .RI "\fBQwtIntervalSample\fP (double \fBvalue\fP, double min, double max)" .br .ti -1c .RI "bool \fBoperator==\fP (const \fBQwtIntervalSample\fP &) const " .br .ti -1c .RI "bool \fBoperator!=\fP (const \fBQwtIntervalSample\fP &) const " .br .in -1c .SS "Public Attributes" .in +1c .ti -1c .RI "double \fBvalue\fP" .br .ti -1c .RI "\fBQwtInterval\fP \fBinterval\fP" .br .in -1c .SH "Detailed Description" .PP A sample of the types (x1-x2, y) or (x, y1-y2) .SH "Constructor & Destructor Documentation" .PP .SS "QwtIntervalSample::QwtIntervalSample ()\fC [inline]\fP"Constructor The value is set to 0.0, the interval is invalid .SS "QwtIntervalSample::QwtIntervalSample (doublev, const \fBQwtInterval\fP &intv)\fC [inline]\fP" .PP Constructor. .SS "QwtIntervalSample::QwtIntervalSample (doublevalue, doublemin, doublemax)\fC [inline]\fP" .PP Constructor. .SH "Member Function Documentation" .PP .SS "bool QwtIntervalSample::operator!= (const \fBQwtIntervalSample\fP &other) const\fC [inline]\fP" .PP Compare operator. .SS "bool QwtIntervalSample::operator== (const \fBQwtIntervalSample\fP &other) const\fC [inline]\fP" .PP Compare operator. .SH "Member Data Documentation" .PP .SS "\fBQwtInterval\fP \fBQwtIntervalSample::interval\fP" .PP Interval. .SS "double \fBQwtIntervalSample::value\fP" .PP Value. .SH "Author" .PP Generated automatically by Doxygen for Qwt User's Guide from the source code.