Classes | |
class | PixelMatrix |
Public Member Functions | |
PrivateData () | |
~PrivateData () | |
Public Attributes | |
QwtPlotCurve::CurveType | curveType |
QwtPlotCurve::CurveStyle | style |
double | reference |
QwtSymbol * | symbol |
QwtCurveFitter * | curveFitter |
QPen | pen |
QBrush | brush |
int | attributes |
int | paintAttributes |
QwtGuardedPainter | guardedPainter |
Definition at line 158 of file qwt_plot_curve.cpp.
QwtPlotCurve::PrivateData::PrivateData | ( | ) | [inline] |
Definition at line 190 of file qwt_plot_curve.cpp.
References curveFitter, pen, and symbol.
: curveType(Yfx), style(QwtPlotCurve::Lines), reference(0.0), attributes(0), paintAttributes(0) { symbol = new QwtSymbol(); pen = QPen(Qt::black); curveFitter = new QwtSplineCurveFitter; }
QwtPlotCurve::PrivateData::~PrivateData | ( | ) | [inline] |
Definition at line 202 of file qwt_plot_curve.cpp.
References curveFitter, and symbol.
{ delete symbol; delete curveFitter; }
Definition at line 218 of file qwt_plot_curve.cpp.
Referenced by QwtPlotCurve::drawLines(), QwtPlotCurve::drawSteps(), QwtPlotCurve::setCurveAttribute(), and QwtPlotCurve::testCurveAttribute().
Definition at line 216 of file qwt_plot_curve.cpp.
Referenced by QwtPlotCurve::brush(), QwtPlotCurve::drawDots(), QwtPlotCurve::drawLines(), QwtPlotCurve::drawSteps(), QwtPlotCurve::fillCurve(), and QwtPlotCurve::setBrush().
Definition at line 213 of file qwt_plot_curve.cpp.
Referenced by QwtPlotCurve::curveFitter(), QwtPlotCurve::drawLines(), PrivateData(), QwtPlotCurve::setCurveFitter(), and ~PrivateData().
Definition at line 208 of file qwt_plot_curve.cpp.
Referenced by QwtPlotCurve::closePolyline(), QwtPlotCurve::curveType(), QwtPlotCurve::drawSteps(), QwtPlotCurve::drawSticks(), and QwtPlotCurve::setCurveType().
Definition at line 221 of file qwt_plot_curve.cpp.
Referenced by QwtPlotCurve::draw().
Definition at line 219 of file qwt_plot_curve.cpp.
Referenced by QwtPlotCurve::drawDots(), QwtPlotCurve::drawLines(), QwtPlotCurve::drawSteps(), QwtPlotCurve::drawSymbols(), QwtPlotCurve::setPaintAttribute(), and QwtPlotCurve::testPaintAttribute().
Definition at line 215 of file qwt_plot_curve.cpp.
Referenced by QwtPlotCurve::draw(), QwtPlotCurve::fillCurve(), QwtPlotCurve::pen(), PrivateData(), and QwtPlotCurve::setPen().
Definition at line 210 of file qwt_plot_curve.cpp.
Referenced by QwtPlotCurve::baseline(), QwtPlotCurve::closePolyline(), QwtPlotCurve::drawSticks(), and QwtPlotCurve::setBaseline().
Definition at line 209 of file qwt_plot_curve.cpp.
Referenced by QwtPlotCurve::draw(), QwtPlotCurve::setStyle(), and QwtPlotCurve::style().
Definition at line 212 of file qwt_plot_curve.cpp.
Referenced by QwtPlotCurve::draw(), PrivateData(), QwtPlotCurve::setSymbol(), QwtPlotCurve::symbol(), and ~PrivateData().