org.kde.qt
public class QSlider extends QWidget implements QRangeControlInterface
Field Summary | |
---|---|
static int | Above |
static int | Below |
static int | Both |
static int | Left |
static int | NoMarks |
static int | Right |
Constructor Summary | |
---|---|
protected | QSlider(Class dummy) |
QSlider(QWidget parent, String name) | |
QSlider(QWidget parent) | |
QSlider(int arg1, QWidget parent, String name) | |
QSlider(int arg1, QWidget parent) | |
QSlider(int minValue, int maxValue, int pageStep, int value, int arg5, QWidget parent, String name) | |
QSlider(int minValue, int maxValue, int pageStep, int value, int arg5, QWidget parent) |
Method Summary | |
---|---|
void | addLine() |
void | addPage() |
void | addStep() |
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 e) |
protected void | focusOutEvent(QFocusEvent e) |
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) |
int | orientation() |
int | pageStep() |
protected void | paintEvent(QPaintEvent arg1) |
protected int | positionFromValue(int val, int space) |
protected int | prevValue() |
protected void | rangeChange() |
protected void | resizeEvent(QResizeEvent arg1) |
void | setLineStep(int arg1) |
void | setMaxValue(int arg1) |
void | setMinValue(int arg1) |
void | setOrientation(int arg1) |
void | setPageStep(int arg1) |
void | setPalette(QPalette arg1) |
void | setRange(int minValue, int maxValue) |
void | setSizePolicy(QSizePolicy sp) |
void | setSizePolicy(int hor, int ver, boolean hfw) |
void | setSizePolicy(int hor, int ver) |
void | setSteps(int line, int page) |
void | setTickInterval(int arg1) |
void | setTickmarks(int arg1) |
void | setTracking(boolean enable) |
void | setValue(int arg1) |
QSize | sizeHint() |
QSizePolicy | sizePolicy() |
QRect | sliderRect() |
int | sliderStart() |
protected void | stepChange() |
void | styleChange(QStyle arg1) |
void | subtractLine() |
void | subtractPage() |
void | subtractStep() |
int | tickInterval() |
int | tickmarks() |
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) |