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] |
Definition at line 21 of file qwt_wheel.cpp.
| 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
};
Definition at line 45 of file qwt_wheel.cpp.
Referenced by PrivateData(), QwtWheel::setColorArray(), and QwtWheel::~QwtWheel().
Definition at line 42 of file qwt_wheel.cpp.
Referenced by QwtWheel::draw(), QwtWheel::layoutWheel(), QwtWheel::minimumSizeHint(), and PrivateData().
| QColor QwtWheel::PrivateData::colors[30] |
Definition at line 47 of file qwt_wheel.cpp.
Referenced by QwtWheel::drawWheelBackground(), and QwtWheel::setColorArray().
Definition at line 41 of file qwt_wheel.cpp.
Referenced by QwtWheel::drawWheel(), QwtWheel::drawWheelBackground(), PrivateData(), and QwtWheel::setInternalBorder().
Definition at line 35 of file qwt_wheel.cpp.
Referenced by QwtWheel::draw(), QwtWheel::getScrollMode(), QwtWheel::getValue(), and QwtWheel::layoutWheel().
Definition at line 40 of file qwt_wheel.cpp.
Referenced by QwtWheel::drawWheel(), PrivateData(), and QwtWheel::setTickCnt().
Definition at line 39 of file qwt_wheel.cpp.
Referenced by QwtWheel::drawWheel(), QwtWheel::getValue(), PrivateData(), and QwtWheel::setTotalAngle().
Definition at line 38 of file qwt_wheel.cpp.
Referenced by QwtWheel::drawWheel(), QwtWheel::getValue(), PrivateData(), and QwtWheel::setViewAngle().
Definition at line 43 of file qwt_wheel.cpp.
Referenced by QwtWheel::minimumSizeHint(), PrivateData(), and QwtWheel::setWheelWidth().
1.7.2