C# Class Qyoto.QValidator

Inheritance: QObject
Afficher le fichier Open project: 0xd34df00d/Qross Class Usage Examples

Méthodes publiques

Méthode Description
Locale ( ) : QLocale
QValidator ( QObject parent ) : System
SetLocale ( QLocale locale ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string

Méthodes protégées

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

Private Methods

Méthode Description
Fixup ( StringBuilder arg1 ) : void
QValidator ( ) : System
Validate ( StringBuilder arg1, int &arg2 ) : QValidator.State

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Locale() public méthode

public Locale ( ) : QLocale
Résultat QLocale

QValidator() public méthode

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

QValidator() protected méthode

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

SetLocale() public méthode

public SetLocale ( QLocale locale ) : void
locale QLocale
Résultat void

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