Definition at line 85 of file qwt_data.h.
Public Member Functions | |
QwtPolygonFData (const QPolygonF &) | |
QwtPolygonFData & | operator= (const QwtPolygonFData &) |
virtual QwtData * | copy () const |
virtual size_t | size () const |
virtual double | x (size_t i) const |
virtual double | y (size_t i) const |
const QPolygonF & | data () const |
QwtPolygonFData::QwtPolygonFData | ( | const QPolygonF & | polygon | ) |
Constructor
polygon | Polygon data |
Definition at line 69 of file qwt_data.cpp.
Referenced by copy().
QwtPolygonFData & QwtPolygonFData::operator= | ( | const QwtPolygonFData & | data | ) |
QwtData * QwtPolygonFData::copy | ( | ) | const [virtual] |
Implements QwtData.
Definition at line 128 of file qwt_data.cpp.
References QwtPolygonFData().
size_t QwtPolygonFData::size | ( | ) | const [virtual] |
double QwtPolygonFData::x | ( | size_t | i | ) | const [virtual] |
Return the x value of data point i
i | Index |
Implements QwtData.
Definition at line 100 of file qwt_data.cpp.
double QwtPolygonFData::y | ( | size_t | i | ) | const [virtual] |
Return the y value of data point i
i | Index |
Implements QwtData.
Definition at line 111 of file qwt_data.cpp.