#include <qdial.h>

Public Slots |
|
| void | setNotchesVisible (bool visible) |
| void | setWrapping (bool on) |
Public Member Functions |
|
| QDial (QWidget *parent=0) | |
| ~QDial () | |
| bool | wrapping () const |
| int | notchSize () const |
| void | setNotchTarget (double target) |
| qreal | notchTarget () const |
| bool | notchesVisible () const |
| QSize | sizeHint () const |
| QSize | minimumSizeHint () const |
Protected Member Functions |
|
| bool | event (QEvent *e) |
| void | resizeEvent (QResizeEvent *re) |
| void | paintEvent (QPaintEvent *pe) |
| void | mousePressEvent (QMouseEvent *me) |
| void | mouseReleaseEvent (QMouseEvent *me) |
| void | mouseMoveEvent (QMouseEvent *me) |
| void | sliderChange (SliderChange change) |
| void | initStyleOption (QStyleOptionSlider *option) const |
Properties |
|
| bool | wrapping |
| int | notchSize |
| qreal | notchTarget |
| bool | notchesVisible |
| ~QDial | ( | ) |
| bool wrapping | ( | ) | const |
| int notchSize | ( | ) | const |
| void setNotchTarget | ( | double | target | ) |
| qreal notchTarget | ( | ) | const |
| bool notchesVisible | ( | ) | const |
| void setNotchesVisible | ( | bool | visible | ) | [slot] |
| void setWrapping | ( | bool | on | ) | [slot] |
| bool event | ( | QEvent * | e | ) | [protected, virtual] |
Reimplemented from QAbstractSlider.
| void resizeEvent | ( | QResizeEvent * | re | ) | [protected, virtual] |
Reimplemented from QWidget.
| void paintEvent | ( | QPaintEvent * | pe | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mousePressEvent | ( | QMouseEvent * | me | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mouseReleaseEvent | ( | QMouseEvent * | me | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mouseMoveEvent | ( | QMouseEvent * | me | ) | [protected, virtual] |
Reimplemented from QWidget.
| void sliderChange | ( | SliderChange | change | ) | [protected, virtual] |
Reimplemented from QAbstractSlider.
| void initStyleOption | ( | QStyleOptionSlider * | option | ) | const [protected] |
bool wrapping [read, write] |
int notchSize [read] |
qreal notchTarget [read,
write] |
bool notchesVisible [read,
write] |