org.kde.qt
public class QScrollBar extends QWidget implements QRangeControlInterface
Constructor Summary | |
---|---|
protected | QScrollBar(Class dummy) |
QScrollBar(QWidget parent, String name) | |
QScrollBar(QWidget parent) | |
QScrollBar(int arg1, QWidget parent, String name) | |
QScrollBar(int arg1, QWidget parent) | |
QScrollBar(int minValue, int maxValue, int lineStep, int pageStep, int value, int arg6, QWidget parent, String name) | |
QScrollBar(int minValue, int maxValue, int lineStep, int pageStep, int value, int arg6, QWidget parent) |
Method Summary | |
---|---|
void | addLine() |
void | addPage() |
int | bound(int arg1) |
String | className() |
protected void | contextMenuEvent(QContextMenuEvent arg1) |
protected void | directSetValue(int val) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
boolean | draggingSlider() |
protected void | finalize() Deletes the wrapped C++ instance |
protected void | hideEvent(QHideEvent arg1) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
protected void | keyPressEvent(QKeyEvent arg1) |
int | lineStep() |
int | maxValue() |
QMetaObject | metaObject() |
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 | setTracking(boolean enable) |
void | setValue(int arg1) |
QSize | sizeHint() |
QRect | sliderRect() |
int | sliderStart() |
protected void | stepChange() |
void | styleChange(QStyle arg1) |
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) |