public class QRegExpValidator: QValidator, System.IDisposable
System.Object
QtSupport
QObject
QValidator
QRegExpValidatorThis type implements System.IDisposable.
Qt Namespace
QRegExpValidator Constructors
QRegExpValidator(Qt.QObject, System.String) Constructor
QRegExpValidator(Qt.QRegExp, Qt.QObject, System.String) Constructor
QRegExpValidator(Qt.QObject) Constructor
QRegExpValidator(Qt.QRegExp, Qt.QObject) Constructor
QRegExpValidator(void *) Constructor
QRegExpValidator Methods
QRegExpValidator.Finalize Method
QRegExpValidator.RegExp Method
QRegExpValidator.SetRegExp Method
QRegExpValidator.Validate Method
public void QRegExpValidator(Qt.QObject parent, System.String name);
Qt.QRegExpValidator Class, Qt Namespace
public void QRegExpValidator(Qt.QRegExp rx, Qt.QObject parent, System.String name);
Qt.QRegExpValidator Class, Qt Namespace
public void QRegExpValidator(Qt.QObject parent);
Qt.QRegExpValidator Class, Qt Namespace
public void QRegExpValidator(Qt.QRegExp rx, Qt.QObject parent);
Qt.QRegExpValidator Class, Qt Namespace
public void QRegExpValidator(void * ptr);
Qt.QRegExpValidator Class, Qt Namespace
protected override void Finalize();
Qt.QRegExpValidator Class, Qt Namespace
public Qt.QRegExp RegExp();
Qt.QRegExpValidator Class, Qt Namespace
public void SetRegExp(Qt.QRegExp rx);
Qt.QRegExpValidator Class, Qt Namespace
public State Validate(System.String input, int pos);
Qt.QRegExpValidator Class, Qt Namespace