public class QIntValidator: QValidator, System.IDisposable
System.Object
QtSupport
QObject
QValidator
QIntValidatorThis type implements System.IDisposable.
Qt Namespace
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
public void QIntValidator(Qt.QObject parent, System.String name);
Qt.QIntValidator Class, Qt Namespace
public void QIntValidator(int bottom, int top, Qt.QObject parent, System.String name);
Qt.QIntValidator Class, Qt Namespace
public void QIntValidator(Qt.QObject parent);
Qt.QIntValidator Class, Qt Namespace
public void QIntValidator(int bottom, int top, Qt.QObject parent);
Qt.QIntValidator Class, Qt Namespace
public void QIntValidator(void * ptr);
Qt.QIntValidator Class, Qt Namespace
public int Bottom();
Qt.QIntValidator Class, Qt Namespace
protected override void Finalize();
Qt.QIntValidator Class, Qt Namespace
public void SetBottom(int arg1);
Qt.QIntValidator Class, Qt Namespace
public void SetRange(int bottom, int top);
Qt.QIntValidator Class, Qt Namespace
public void SetTop(int arg1);
Qt.QIntValidator Class, Qt Namespace
public int Top();
Qt.QIntValidator Class, Qt Namespace
public State Validate(System.String arg1, int arg2);
Qt.QIntValidator Class, Qt Namespace