org.kde.koala
public class KIntValidator extends QValidator
Version: 0.0.1
UNKNOWN: QValidator for integers.
| Constructor Summary | |
|---|---|
| protected | KIntValidator(Class dummy) |
| KIntValidator(QWidget parent, int base, String name)
Constuctor. | |
| KIntValidator(QWidget parent, int base) | |
| KIntValidator(QWidget parent) | |
| KIntValidator(int bottom, int top, QWidget parent, int base, String name)
Constructor. | |
| KIntValidator(int bottom, int top, QWidget parent, int base) | |
| KIntValidator(int bottom, int top, QWidget parent) | |
| Method Summary | |
|---|---|
| int | base()
Returns the current numeric base. |
| int | bottom()
Returns the current minimum value allowed. |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| void | fixup(StringBuffer arg1)
Fixes the text if possible, providing a valid string. |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| void | setBase(int base)
Sets the numeric base value. |
| void | setRange(int bottom, int top)
Sets the minimum and maximum values allowed. |
| int | top()
Returns the current maximum value allowed. |
| int | validate(StringBuffer arg1, int[] arg2)
Validates the text, and return the result. |
UNKNOWN: Constuctor.
UNKNOWN: Constructor.
UNKNOWN: Returns the current numeric base.
UNKNOWN: Returns the current minimum value allowed.
UNKNOWN: Fixes the text if possible, providing a valid string.
UNKNOWN: Sets the numeric base value.
UNKNOWN: Sets the minimum and maximum values allowed.
UNKNOWN: Returns the current maximum value allowed.
UNKNOWN: Validates the text, and return the result.