org.kde.koala
public class KIntSpinBox extends QSpinBox
UNKNOWN: A QSpinBox with support for arbitrary base numbers.
Constructor Summary | |
---|---|
protected | KIntSpinBox(Class dummy) |
KIntSpinBox(QWidget parent, String name)
Constructor.
| |
KIntSpinBox(QWidget parent) | |
KIntSpinBox() | |
KIntSpinBox(int lower, int upper, int step, int value, int base, QWidget parent, String name)
Constructor.
| |
KIntSpinBox(int lower, int upper, int step, int value, int base, QWidget parent) | |
KIntSpinBox(int lower, int upper, int step, int value, int base) | |
KIntSpinBox(int lower, int upper, int step, int value) |
Method Summary | |
---|---|
int | base() |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
protected int | mapTextToValue(boolean[] arg1)
Overloaded the method in QSpinBox
to make use of the base given in the constructor. |
protected String | mapValueToText(int arg1)
Overloaded the method in QSpinBox
to make use of the base given in the constructor. |
QMetaObject | metaObject() |
void | setBase(int base)
Sets the base in which the numbers in the spin box are represented. |
void | setEditFocus(boolean mark)
sets focus and optionally marks all text |
UNKNOWN: Constructor.
Parameters: lower The lowest valid value. upper The greatest valid value. step The step size of the scrollbar. value The actual value. base The base of the used number system. parent The parent of the widget. name The Name of the widget.
UNKNOWN: Constructor.
Returns: the base in which numbers in the spin box are represented.
UNKNOWN:
UNKNOWN: Overloaded the method in QSpinBox to make use of the base given in the constructor.
UNKNOWN: Overloaded the method in QSpinBox to make use of the base given in the constructor.
UNKNOWN: Sets the base in which the numbers in the spin box are represented.
UNKNOWN: sets focus and optionally marks all text