org.kde.qt
public class QIntValidator extends QValidator
| Constructor Summary | |
|---|---|
| protected | QIntValidator(Class dummy) |
| QIntValidator(QObject parent, String name) | |
| QIntValidator(QObject parent) | |
| QIntValidator(int bottom, int top, QObject parent, String name) | |
| QIntValidator(int bottom, int top, QObject parent) | |
| Method Summary | |
|---|---|
| int | bottom() |
| 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? |
| QMetaObject | metaObject() |
| void | setBottom(int arg1) |
| void | setRange(int bottom, int top) |
| void | setTop(int arg1) |
| int | top() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |
| int | validate(StringBuffer arg1, int[] arg2) |