C# Class Qyoto.QIntValidator

Inheritance: QValidator, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Private Properties

Свойство Type Description
QIntValidator System
SetRange void
Validate QValidator.State

Méthodes publiques

Méthode Description
Dispose ( ) : void
QIntValidator ( QObject parent ) : System
QIntValidator ( int bottom, int top, QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QIntValidator ( Type dummy ) : System

Private Methods

Méthode Description
QIntValidator ( ) : System
SetRange ( int bottom, int top ) : void
Validate ( StringBuilder arg1, int &arg2 ) : QValidator.State

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

QIntValidator() public méthode

public QIntValidator ( QObject parent ) : System
parent QObject
Résultat System

QIntValidator() protected méthode

protected QIntValidator ( Type dummy ) : System
dummy System.Type
Résultat System

QIntValidator() public méthode

public QIntValidator ( int bottom, int top, QObject parent ) : System
bottom int
top int
parent QObject
Résultat System

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string