org.kde.qt

Class QRegExpValidator

public class QRegExpValidator extends QValidator

Constructor Summary
protected QRegExpValidator(Class dummy)
QRegExpValidator(QObject parent, String name)
QRegExpValidator(QObject parent)
QRegExpValidator(QRegExp rx, QObject parent, String name)
QRegExpValidator(QRegExp rx, QObject parent)
Method Summary
StringclassName()
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()
QRegExpregExp()
voidsetRegExp(QRegExp rx)
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)
intvalidate(StringBuffer input, int[] pos)

Constructor Detail

QRegExpValidator

protected QRegExpValidator(Class dummy)

QRegExpValidator

public QRegExpValidator(QObject parent, String name)

QRegExpValidator

public QRegExpValidator(QObject parent)

QRegExpValidator

public QRegExpValidator(QRegExp rx, QObject parent, String name)

QRegExpValidator

public QRegExpValidator(QRegExp rx, QObject parent)

Method Detail

className

public String className()

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()

regExp

public QRegExp regExp()

setRegExp

public void setRegExp(QRegExp rx)

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)

validate

public int validate(StringBuffer input, int[] pos)