
Public Member Functions | |
| PrivateData () | |
Public Attributes | |
| bool | xEnabled |
| bool | yEnabled |
| bool | xMinEnabled |
| bool | yMinEnabled |
| QwtScaleDiv | xScaleDiv |
| QwtScaleDiv | yScaleDiv |
| QPen | majPen |
| QPen | minPen |
Definition at line 18 of file qwt_plot_grid.cpp.
| QwtPlotGrid::PrivateData::PrivateData | ( | ) | [inline] |
Definition at line 21 of file qwt_plot_grid.cpp.
:
xEnabled(true),
yEnabled(true),
xMinEnabled(false),
yMinEnabled(false)
{
}
Definition at line 37 of file qwt_plot_grid.cpp.
Referenced by QwtPlotGrid::draw(), QwtPlotGrid::majPen(), QwtPlotGrid::setMajPen(), and QwtPlotGrid::setPen().
Definition at line 38 of file qwt_plot_grid.cpp.
Referenced by QwtPlotGrid::draw(), QwtPlotGrid::minPen(), QwtPlotGrid::setMinPen(), and QwtPlotGrid::setPen().
Definition at line 29 of file qwt_plot_grid.cpp.
Referenced by QwtPlotGrid::draw(), QwtPlotGrid::enableX(), and QwtPlotGrid::xEnabled().
Definition at line 31 of file qwt_plot_grid.cpp.
Referenced by QwtPlotGrid::draw(), QwtPlotGrid::enableXMin(), and QwtPlotGrid::xMinEnabled().
Definition at line 34 of file qwt_plot_grid.cpp.
Referenced by QwtPlotGrid::draw(), QwtPlotGrid::setXDiv(), and QwtPlotGrid::xScaleDiv().
Definition at line 30 of file qwt_plot_grid.cpp.
Referenced by QwtPlotGrid::draw(), QwtPlotGrid::enableY(), and QwtPlotGrid::yEnabled().
Definition at line 32 of file qwt_plot_grid.cpp.
Referenced by QwtPlotGrid::draw(), QwtPlotGrid::enableYMin(), and QwtPlotGrid::yMinEnabled().
Definition at line 35 of file qwt_plot_grid.cpp.
Referenced by QwtPlotGrid::draw(), QwtPlotGrid::setYDiv(), and QwtPlotGrid::yScaleDiv().
1.7.2