Public Member Functions | |
PrivateData () | |
Public Attributes | |
QwtPlot * | plot |
bool | isVisible |
int | attributes |
double | z |
int | xAxis |
int | yAxis |
QwtText | title |
Definition at line 16 of file qwt_plot_item.cpp.
QwtPlotItem::PrivateData::PrivateData | ( | ) | [inline] |
Definition at line 19 of file qwt_plot_item.cpp.
: plot(NULL), isVisible(true), attributes(0), #if QT_VERSION >= 0x040000 renderHints(0), #endif z(0.0), xAxis(QwtPlot::xBottom), yAxis(QwtPlot::yLeft) { }
Definition at line 35 of file qwt_plot_item.cpp.
Referenced by QwtPlotItem::setItemAttribute(), and QwtPlotItem::testItemAttribute().
Definition at line 34 of file qwt_plot_item.cpp.
Referenced by QwtPlotItem::isVisible(), and QwtPlotItem::setVisible().
QwtPlot* QwtPlotItem::PrivateData::plot [mutable] |
Definition at line 32 of file qwt_plot_item.cpp.
Referenced by QwtPlotItem::attach(), QwtPlotItem::itemChanged(), QwtPlotItem::plot(), QwtPlotItem::setZ(), and QwtPlotItem::updateLegend().
Definition at line 44 of file qwt_plot_item.cpp.
Referenced by QwtPlotItem::QwtPlotItem(), QwtPlotItem::setTitle(), QwtPlotItem::title(), and QwtPlotItem::updateLegend().
Definition at line 41 of file qwt_plot_item.cpp.
Referenced by QwtPlotItem::setAxis(), QwtPlotItem::setXAxis(), and QwtPlotItem::xAxis().
Definition at line 42 of file qwt_plot_item.cpp.
Referenced by QwtPlotItem::setAxis(), QwtPlotItem::setYAxis(), and QwtPlotItem::yAxis().
double QwtPlotItem::PrivateData::z |
Definition at line 39 of file qwt_plot_item.cpp.
Referenced by QwtPlotItem::setZ(), and QwtPlotItem::z().