Public Member Functions | Public Attributes

QwtPlotItem::PrivateData Class Reference

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

List of all members.

Public Member Functions

 PrivateData ()

Public Attributes

QwtPlotplot
bool isVisible
int attributes
double z
int xAxis
int yAxis
QwtText title

Detailed Description

Definition at line 16 of file qwt_plot_item.cpp.


Constructor & Destructor Documentation

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)
    {
    }

Member Data Documentation

Definition at line 34 of file qwt_plot_item.cpp.

Referenced by QwtPlotItem::isVisible(), and QwtPlotItem::setVisible().

Definition at line 39 of file qwt_plot_item.cpp.

Referenced by QwtPlotItem::setZ(), and QwtPlotItem::z().


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