
Public Member Functions | |
| PrivateData () | |
| ~PrivateData () | |
Public Attributes | |
| QwtText | label |
| int | labelAlignment |
| Qt::Orientation | labelOrientation |
| int | spacing |
| QPen | pen |
| QwtSymbol * | symbol |
| LineStyle | style |
| double | xValue |
| double | yValue |
Definition at line 20 of file qwt_plot_marker.cpp.
| QwtPlotMarker::PrivateData::PrivateData | ( | ) | [inline] |
Definition at line 23 of file qwt_plot_marker.cpp.
References symbol.
:
labelAlignment(Qt::AlignCenter),
labelOrientation(Qt::Horizontal),
spacing(2),
style(NoLine),
xValue(0.0),
yValue(0.0)
{
symbol = new QwtSymbol();
}
| QwtPlotMarker::PrivateData::~PrivateData | ( | ) | [inline] |
Definition at line 39 of file qwt_plot_marker.cpp.
Referenced by QwtPlotMarker::label(), and QwtPlotMarker::setLabel().
Definition at line 41 of file qwt_plot_marker.cpp.
| Qt::Orientation QwtPlotMarker::PrivateData::labelOrientation |
Definition at line 45 of file qwt_plot_marker.cpp.
Referenced by QwtPlotMarker::labelOrientation(), and QwtPlotMarker::setLabelOrientation().
Definition at line 48 of file qwt_plot_marker.cpp.
Referenced by QwtPlotMarker::drawAt(), QwtPlotMarker::linePen(), and QwtPlotMarker::setLinePen().
Definition at line 46 of file qwt_plot_marker.cpp.
Referenced by QwtPlotMarker::setSpacing(), and QwtPlotMarker::spacing().
Definition at line 50 of file qwt_plot_marker.cpp.
Referenced by QwtPlotMarker::drawAt(), QwtPlotMarker::lineStyle(), and QwtPlotMarker::setLineStyle().
Definition at line 49 of file qwt_plot_marker.cpp.
Referenced by QwtPlotMarker::drawAt(), PrivateData(), QwtPlotMarker::setSymbol(), QwtPlotMarker::symbol(), and ~PrivateData().
Definition at line 52 of file qwt_plot_marker.cpp.
Referenced by QwtPlotMarker::boundingRect(), QwtPlotMarker::draw(), QwtPlotMarker::setValue(), QwtPlotMarker::setYValue(), QwtPlotMarker::value(), and QwtPlotMarker::xValue().
Definition at line 53 of file qwt_plot_marker.cpp.
Referenced by QwtPlotMarker::boundingRect(), QwtPlotMarker::draw(), QwtPlotMarker::setValue(), QwtPlotMarker::setXValue(), QwtPlotMarker::value(), and QwtPlotMarker::yValue().
1.7.2