Public Member Functions | |
| PrivateData () | |
| ~PrivateData () | |
Public Attributes | |
| FocusIndicator | focusIndicator |
| int | paintAttributes |
| QPixmap * | cache |
Definition at line 28 of file qwt_plot_canvas.cpp.
| QwtPlotCanvas::PrivateData::PrivateData | ( | ) | [inline] |
Definition at line 31 of file qwt_plot_canvas.cpp.
:
focusIndicator(NoFocusIndicator),
paintAttributes(0),
cache(NULL)
{
}
| QwtPlotCanvas::PrivateData::~PrivateData | ( | ) | [inline] |
| QPixmap* QwtPlotCanvas::PrivateData::cache |
Definition at line 45 of file qwt_plot_canvas.cpp.
Referenced by QwtPlotCanvas::drawCanvas(), QwtPlotCanvas::drawContents(), QwtPlotCanvas::invalidatePaintCache(), QwtPlotCanvas::paintCache(), QwtPlotCanvas::setPaintAttribute(), and ~PrivateData().
Definition at line 43 of file qwt_plot_canvas.cpp.
Referenced by QwtPlotCanvas::focusIndicator(), and QwtPlotCanvas::setFocusIndicator().
Definition at line 44 of file qwt_plot_canvas.cpp.
Referenced by QwtPlotCanvas::drawCanvas(), QwtPlotCanvas::drawContents(), QwtPlotCanvas::hideEvent(), QwtPlotCanvas::paintEvent(), QwtPlotCanvas::setPaintAttribute(), and QwtPlotCanvas::testPaintAttribute().
1.7.2