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 |
Definition at line 20 of file qwt_knob.cpp.
| 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;
}
| double QwtKnob::PrivateData::angle |
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 37 of file qwt_knob.cpp.
Referenced by QwtKnob::drawKnob(), QwtKnob::drawMarker(), PrivateData(), and QwtKnob::setBorderWidth().
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().
| double QwtKnob::PrivateData::nTurns |
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().
1.7.2