Qt.QRegExpValidator Class

public class QRegExpValidator: QValidator, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QValidator
        QRegExpValidator

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QRegExpValidator(Qt.QObject, System.String) Constructor

public void QRegExpValidator(Qt.QObject parent, System.String name);

See Also

Qt.QRegExpValidator Class, Qt Namespace

QRegExpValidator(Qt.QRegExp, Qt.QObject, System.String) Constructor

public void QRegExpValidator(Qt.QRegExp rx, Qt.QObject parent, System.String name);

See Also

Qt.QRegExpValidator Class, Qt Namespace

QRegExpValidator(Qt.QObject) Constructor

public void QRegExpValidator(Qt.QObject parent);

See Also

Qt.QRegExpValidator Class, Qt Namespace

QRegExpValidator(Qt.QRegExp, Qt.QObject) Constructor

public void QRegExpValidator(Qt.QRegExp rx, Qt.QObject parent);

See Also

Qt.QRegExpValidator Class, Qt Namespace

QRegExpValidator(void *) Constructor

public void QRegExpValidator(void * ptr);

See Also

Qt.QRegExpValidator Class, Qt Namespace

QRegExpValidator.Finalize Method

protected override void Finalize();

See Also

Qt.QRegExpValidator Class, Qt Namespace

QRegExpValidator.RegExp Method

public Qt.QRegExp RegExp();

See Also

Qt.QRegExpValidator Class, Qt Namespace

QRegExpValidator.SetRegExp Method

public void SetRegExp(Qt.QRegExp rx);

See Also

Qt.QRegExpValidator Class, Qt Namespace

QRegExpValidator.Validate Method

public State Validate(System.String input, int pos);

See Also

Qt.QRegExpValidator Class, Qt Namespace