Public Member Functions | Public Attributes

QwtWheel::PrivateData Class Reference

List of all members.

Public Member Functions

 PrivateData ()

Public Attributes

QRect sliderRect
double viewAngle
double totalAngle
int tickCnt
int intBorder
int borderWidth
int wheelWidth
int allocContext
QColor colors [30]

Detailed Description

Definition at line 21 of file qwt_wheel.cpp.


Constructor & Destructor Documentation

QwtWheel::PrivateData::PrivateData (  ) [inline]

Definition at line 24 of file qwt_wheel.cpp.

References allocContext, borderWidth, intBorder, tickCnt, totalAngle, viewAngle, and wheelWidth.

    {
        viewAngle = 175.0;
        totalAngle = 360.0;
        tickCnt = 10;
        intBorder = 2;
        borderWidth = 2;
        wheelWidth = 20;
#if QT_VERSION < 0x040000
        allocContext = 0;
#endif
    };

Member Data Documentation

Definition at line 45 of file qwt_wheel.cpp.

Referenced by PrivateData(), QwtWheel::setColorArray(), and QwtWheel::~QwtWheel().

Definition at line 47 of file qwt_wheel.cpp.

Referenced by QwtWheel::drawWheelBackground(), and QwtWheel::setColorArray().

Definition at line 40 of file qwt_wheel.cpp.

Referenced by QwtWheel::drawWheel(), PrivateData(), and QwtWheel::setTickCnt().

Definition at line 43 of file qwt_wheel.cpp.

Referenced by QwtWheel::minimumSizeHint(), PrivateData(), and QwtWheel::setWheelWidth().


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