
Classes | |
| class | DummyData |
Public Member Functions | |
| PrivateData () | |
| ~PrivateData () | |
Public Attributes | |
| QwtRasterData * | data |
| QwtColorMap * | colorMap |
| int | displayMode |
| QwtValueList | contourLevels |
| QPen | defaultContourPen |
| int | conrecAttributes |
Definition at line 77 of file qwt_plot_spectrogram.cpp.
| QwtPlotSpectrogram::PrivateData::PrivateData | ( | ) | [inline] |
Definition at line 99 of file qwt_plot_spectrogram.cpp.
References colorMap, conrecAttributes, data, displayMode, QwtRasterData::IgnoreAllVerticesOnLevel, QwtRasterData::IgnoreOutOfRange, and QwtPlotSpectrogram::ImageMode.
{
data = new DummyData();
colorMap = new QwtLinearColorMap();
displayMode = ImageMode;
conrecAttributes = QwtRasterData::IgnoreAllVerticesOnLevel;
conrecAttributes |= QwtRasterData::IgnoreOutOfRange;
}
| QwtPlotSpectrogram::PrivateData::~PrivateData | ( | ) | [inline] |
Definition at line 115 of file qwt_plot_spectrogram.cpp.
Referenced by QwtPlotSpectrogram::colorMap(), QwtPlotSpectrogram::contourPen(), PrivateData(), QwtPlotSpectrogram::renderImage(), QwtPlotSpectrogram::setColorMap(), and ~PrivateData().
Definition at line 120 of file qwt_plot_spectrogram.cpp.
Referenced by PrivateData(), QwtPlotSpectrogram::renderContourLines(), QwtPlotSpectrogram::setConrecAttribute(), and QwtPlotSpectrogram::testConrecAttribute().
Definition at line 118 of file qwt_plot_spectrogram.cpp.
Referenced by QwtPlotSpectrogram::contourLevels(), QwtPlotSpectrogram::drawContourLines(), QwtPlotSpectrogram::renderContourLines(), and QwtPlotSpectrogram::setContourLevels().
Definition at line 114 of file qwt_plot_spectrogram.cpp.
Referenced by QwtPlotSpectrogram::boundingRect(), QwtPlotSpectrogram::contourPen(), QwtPlotSpectrogram::contourRasterSize(), QwtPlotSpectrogram::data(), QwtPlotSpectrogram::drawContourLines(), PrivateData(), QwtPlotSpectrogram::rasterHint(), QwtPlotSpectrogram::renderContourLines(), QwtPlotSpectrogram::renderImage(), QwtPlotSpectrogram::setData(), and ~PrivateData().
Definition at line 119 of file qwt_plot_spectrogram.cpp.
Referenced by QwtPlotSpectrogram::defaultContourPen(), and QwtPlotSpectrogram::setDefaultContourPen().
Definition at line 116 of file qwt_plot_spectrogram.cpp.
Referenced by QwtPlotSpectrogram::draw(), PrivateData(), QwtPlotSpectrogram::setDisplayMode(), and QwtPlotSpectrogram::testDisplayMode().
1.7.2