Public Member Functions | Public Attributes

QwtKnob::PrivateData Class Reference

List of all members.

Public Member Functions

 PrivateData ()

Public Attributes

int borderWidth
int borderDist
int scaleDist
int maxScaleTicks
int knobWidth
int dotWidth
Symbol symbol
double angle
double totalAngle
double nTurns
QRect knobRect

Detailed Description

Definition at line 20 of file qwt_knob.cpp.


Constructor & Destructor Documentation

QwtKnob::PrivateData::PrivateData (  ) [inline]

Definition at line 23 of file qwt_knob.cpp.

References angle, borderDist, borderWidth, dotWidth, knobWidth, QwtKnob::Line, maxScaleTicks, nTurns, scaleDist, symbol, and totalAngle.

    {
        angle = 0.0;
        nTurns = 0.0;
        borderWidth = 2;
        borderDist = 4;
        totalAngle = 270.0;
        scaleDist = 4;
        symbol = Line;
        maxScaleTicks = 11;
        knobWidth = 50;
        dotWidth = 8;
    }

Member Data Documentation

Definition at line 45 of file qwt_knob.cpp.

Referenced by QwtKnob::drawKnob(), and PrivateData().

Definition at line 38 of file qwt_knob.cpp.

Referenced by PrivateData().

Definition at line 42 of file qwt_knob.cpp.

Referenced by QwtKnob::drawMarker(), and PrivateData().

Definition at line 49 of file qwt_knob.cpp.

Referenced by QwtKnob::draw(), and QwtKnob::drawMarker().

Definition at line 41 of file qwt_knob.cpp.

Referenced by QwtKnob::minimumSizeHint(), PrivateData(), and QwtKnob::setKnobWidth().

Definition at line 40 of file qwt_knob.cpp.

Referenced by PrivateData().

Definition at line 47 of file qwt_knob.cpp.

Referenced by PrivateData().

Definition at line 39 of file qwt_knob.cpp.

Referenced by QwtKnob::minimumSizeHint(), and PrivateData().

Definition at line 44 of file qwt_knob.cpp.

Referenced by QwtKnob::drawMarker(), PrivateData(), and QwtKnob::setSymbol().

Definition at line 46 of file qwt_knob.cpp.

Referenced by PrivateData(), QwtKnob::setScaleDraw(), and QwtKnob::setTotalAngle().


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