Public Member Functions | Public Attributes

QwtPlotMarker::PrivateData Class Reference

Collaboration diagram for QwtPlotMarker::PrivateData:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 PrivateData ()
 ~PrivateData ()

Public Attributes

QwtText label
int labelAlignment
Qt::Orientation labelOrientation
int spacing
QPen pen
QwtSymbolsymbol
LineStyle style
double xValue
double yValue

Detailed Description

Definition at line 20 of file qwt_plot_marker.cpp.


Constructor & Destructor Documentation

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 34 of file qwt_plot_marker.cpp.

References symbol.

    {
        delete symbol;
    }

Member Data Documentation

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.

Definition at line 46 of file qwt_plot_marker.cpp.

Referenced by QwtPlotMarker::setSpacing(), and QwtPlotMarker::spacing().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines