
Classes | |
| struct | ImageCache |
Public Member Functions | |
| PrivateData () | |
Public Attributes | |
| int | alpha |
| struct QwtPlotRasterItem::PrivateData::ImageCache | cache |
Definition at line 19 of file qwt_plot_rasteritem.cpp.
| QwtPlotRasterItem::PrivateData::PrivateData | ( | ) | [inline] |
Definition at line 22 of file qwt_plot_rasteritem.cpp.
References cache, QwtPlotRasterItem::NoCache, and QwtPlotRasterItem::PrivateData::ImageCache::policy.
:
alpha(-1)
{
cache.policy = QwtPlotRasterItem::NoCache;
}
Definition at line 28 of file qwt_plot_rasteritem.cpp.
Referenced by QwtPlotRasterItem::alpha(), QwtPlotRasterItem::draw(), and QwtPlotRasterItem::setAlpha().
1.7.2