org.kde.qt
public class QSpinBox extends QWidget implements QRangeControlInterface
Field Summary | |
---|---|
static int | PlusMinus |
static int | UpDownArrows |
Constructor Summary | |
---|---|
protected | QSpinBox(Class dummy) |
QSpinBox(QWidget parent, String name) | |
QSpinBox(QWidget parent) | |
QSpinBox() | |
QSpinBox(int minValue, int maxValue, int step, QWidget parent, String name) | |
QSpinBox(int minValue, int maxValue, int step, QWidget parent) | |
QSpinBox(int minValue, int maxValue, int step) | |
QSpinBox(int minValue, int maxValue) |
Method Summary | |
---|---|
void | addLine() |
void | addPage() |
int | bound(int arg1) |
int | buttonSymbols() |
String | className() |
String | cleanText() |
protected String | currentValueText() |
protected void | directSetValue(int val) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
QRect | downRect() |
protected QLineEdit | editor() |
boolean | eventFilter(QObject arg1, QEvent ev) |
protected void | finalize() Deletes the wrapped C++ instance |
protected void | interpretText() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
protected void | leaveEvent(QEvent arg1) |
int | lineStep() |
protected int | mapTextToValue(boolean[] ok) |
protected String | mapValueToText(int value) |
int | maxValue() |
QMetaObject | metaObject() |
QSize | minimumSizeHint() |
int | minValue() |
int | pageStep() |
protected int | positionFromValue(int val, int space) |
String | prefix() |
protected int | prevValue() |
protected void | rangeChange() |
protected void | resizeEvent(QResizeEvent ev) |
void | selectAll() |
void | setButtonSymbols(int arg1) |
void | setEnabled(boolean enabled) |
void | setLineStep(int arg1) |
void | setMaxValue(int arg1) |
void | setMinValue(int arg1) |
void | setPrefix(String text) |
void | setRange(int minValue, int maxValue) |
void | setSpecialValueText(String text) |
void | setSteps(int line, int page) |
void | setSuffix(String text) |
void | setValidator(QValidator v) |
void | setValue(int value) |
void | setWrapping(boolean on) |
QSize | sizeHint() |
String | specialValueText() |
protected void | stepChange() |
void | stepDown() |
void | stepUp() |
void | styleChange(QStyle arg1) |
void | subtractLine() |
void | subtractPage() |
String | suffix() |
String | text() |
protected void | textChanged() |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |
protected void | updateDisplay() |
QRect | upRect() |
QValidator | validator() |
int | value() |
protected void | valueChange() |
protected int | valueFromPosition(int pos, int space) |
protected void | wheelEvent(QWheelEvent arg1) |
boolean | wrapping() |