org.kde.qt

Class QDoubleValidator

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
doublebottom()
StringclassName()
intdecimals()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
voidsetBottom(double arg1)
voidsetDecimals(int arg1)
voidsetRange(double bottom, double top, int decimals)
voidsetRange(double bottom, double top)
voidsetTop(double arg1)
doubletop()
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)
intvalidate(StringBuffer arg1, int[] arg2)

Constructor Detail

QDoubleValidator

protected QDoubleValidator(Class dummy)

QDoubleValidator

public QDoubleValidator(QObject parent, String name)

QDoubleValidator

public QDoubleValidator(QObject parent)

QDoubleValidator

public QDoubleValidator(double bottom, double top, int decimals, QObject parent, String name)

QDoubleValidator

public QDoubleValidator(double bottom, double top, int decimals, QObject parent)

Method Detail

bottom

public double bottom()

className

public String className()

decimals

public int decimals()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

setBottom

public void setBottom(double arg1)

setDecimals

public void setDecimals(int arg1)

setRange

public void setRange(double bottom, double top, int decimals)

setRange

public void setRange(double bottom, double top)

setTop

public void setTop(double arg1)

top

public double top()

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)

validate

public int validate(StringBuffer arg1, int[] arg2)