Public Member Functions | |
void | addCubic (const QPointF &cp1, const QPointF &cp2, const QPointF &) |
ControlPointsStore () | |
void | init (int size) |
void | start (const QPointF &) |
Public Attributes | |
QVector< QLineF > | controlPoints |
Private Attributes | |
QLineF * | d_cp |
Definition at line 90 of file qwt_spline_pleasing.cpp.
Definition at line 93 of file qwt_spline_pleasing.cpp.
void QwtSplinePleasingP::ControlPointsStore::addCubic | ( | const QPointF & | cp1, |
const QPointF & | cp2, | ||
const QPointF & | |||
) | [inline] |
Definition at line 108 of file qwt_spline_pleasing.cpp.
void QwtSplinePleasingP::ControlPointsStore::init | ( | int | size | ) | [inline] |
Definition at line 98 of file qwt_spline_pleasing.cpp.
void QwtSplinePleasingP::ControlPointsStore::start | ( | const QPointF & | ) | [inline] |
Definition at line 104 of file qwt_spline_pleasing.cpp.
QVector<QLineF> QwtSplinePleasingP::ControlPointsStore::controlPoints |
Definition at line 115 of file qwt_spline_pleasing.cpp.
QLineF* QwtSplinePleasingP::ControlPointsStore::d_cp [private] |
Definition at line 118 of file qwt_spline_pleasing.cpp.