org.kde.qt
public class QDial extends QWidget implements QRangeControlInterface
Constructor Summary | |
---|---|
protected | QDial(Class dummy) |
QDial(QWidget parent, String name, int f) | |
QDial(QWidget parent, String name) | |
QDial(QWidget parent) | |
QDial() | |
QDial(int minValue, int maxValue, int pageStep, int value, QWidget parent, String name) | |
QDial(int minValue, int maxValue, int pageStep, int value, QWidget parent) | |
QDial(int minValue, int maxValue, int pageStep, int value) |
Method Summary | |
---|---|
void | addLine() |
void | addPage() |
int | bound(int arg1) |
String | className() |
protected void | directSetValue(int val) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
protected void | focusInEvent(QFocusEvent arg1) |
protected void | focusOutEvent(QFocusEvent arg1) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
protected void | keyPressEvent(QKeyEvent arg1) |
int | lineStep() |
int | maxValue() |
QMetaObject | metaObject() |
QSize | minimumSizeHint() |
int | minValue() |
protected void | mouseMoveEvent(QMouseEvent arg1) |
protected void | mousePressEvent(QMouseEvent arg1) |
protected void | mouseReleaseEvent(QMouseEvent arg1) |
boolean | notchesVisible() |
int | notchSize() |
double | notchTarget() |
int | pageStep() |
protected void | paintEvent(QPaintEvent arg1) |
protected int | positionFromValue(int val, int space) |
protected int | prevValue() |
protected void | rangeChange() |
protected void | repaintScreen(QRect cr) |
protected void | repaintScreen() |
protected void | resizeEvent(QResizeEvent arg1) |
void | setLineStep(int arg1) |
void | setMaxValue(int arg1) |
void | setMinValue(int arg1) |
void | setNotchesVisible(boolean b) |
void | setNotchTarget(double arg1) |
void | setPageStep(int arg1) |
void | setRange(int minValue, int maxValue) |
void | setSteps(int line, int page) |
void | setTracking(boolean enable) |
void | setValue(int arg1) |
void | setWrapping(boolean on) |
QSize | sizeHint() |
protected void | stepChange() |
void | subtractLine() |
void | subtractPage() |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |
boolean | tracking() |
int | value() |
protected void | valueChange() |
protected int | valueFromPosition(int pos, int space) |
protected void | wheelEvent(QWheelEvent arg1) |
boolean | wrapping() |