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