Qt.QIntValidator Class

public class QIntValidator: QValidator, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QValidator
        QIntValidator

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QIntValidator Constructors

QIntValidator(Qt.QObject, System.String) Constructor
QIntValidator(int, int, Qt.QObject, System.String) Constructor
QIntValidator(Qt.QObject) Constructor
QIntValidator(int, int, Qt.QObject) Constructor
QIntValidator(void *) Constructor

QIntValidator Methods

QIntValidator.Bottom Method
QIntValidator.Finalize Method
QIntValidator.SetBottom Method
QIntValidator.SetRange Method
QIntValidator.SetTop Method
QIntValidator.Top Method
QIntValidator.Validate Method


QIntValidator(Qt.QObject, System.String) Constructor

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

See Also

Qt.QIntValidator Class, Qt Namespace

QIntValidator(int, int, Qt.QObject, System.String) Constructor

public void QIntValidator(int bottom, int top, Qt.QObject parent, System.String name);

See Also

Qt.QIntValidator Class, Qt Namespace

QIntValidator(Qt.QObject) Constructor

public void QIntValidator(Qt.QObject parent);

See Also

Qt.QIntValidator Class, Qt Namespace

QIntValidator(int, int, Qt.QObject) Constructor

public void QIntValidator(int bottom, int top, Qt.QObject parent);

See Also

Qt.QIntValidator Class, Qt Namespace

QIntValidator(void *) Constructor

public void QIntValidator(void * ptr);

See Also

Qt.QIntValidator Class, Qt Namespace

QIntValidator.Bottom Method

public int Bottom();

See Also

Qt.QIntValidator Class, Qt Namespace

QIntValidator.Finalize Method

protected override void Finalize();

See Also

Qt.QIntValidator Class, Qt Namespace

QIntValidator.SetBottom Method

public void SetBottom(int arg1);

See Also

Qt.QIntValidator Class, Qt Namespace

QIntValidator.SetRange Method

public void SetRange(int bottom, int top);

See Also

Qt.QIntValidator Class, Qt Namespace

QIntValidator.SetTop Method

public void SetTop(int arg1);

See Also

Qt.QIntValidator Class, Qt Namespace

QIntValidator.Top Method

public int Top();

See Also

Qt.QIntValidator Class, Qt Namespace

QIntValidator.Validate Method

public State Validate(System.String arg1, int arg2);

See Also

Qt.QIntValidator Class, Qt Namespace