C# Class Qyoto.QDoubleValidator

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

Private Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

Méthode Description
QDoubleValidator ( ) : System
SetRange ( double bottom, double top ) : void
SetRange ( double bottom, double top, int decimals ) : 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

QDoubleValidator() public méthode

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

QDoubleValidator() protected méthode

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

QDoubleValidator() public méthode

public QDoubleValidator ( double bottom, double top, int decimals, QObject parent ) : System
bottom double
top double
decimals 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