C# Class Qyoto.QValidator

Inheritance: QObject
Mostrar archivo Open project: 0xd34df00d/Qross Class Usage Examples

Public Methods

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

Protected Methods

Method Description
CreateProxy ( ) : void
QValidator ( Type dummy ) : System

Private Methods

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

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Locale() public method

public Locale ( ) : QLocale
return QLocale

QValidator() public method

public QValidator ( QObject parent ) : System
parent QObject
return System

QValidator() protected method

protected QValidator ( Type dummy ) : System
dummy System.Type
return System

SetLocale() public method

public SetLocale ( QLocale locale ) : void
locale QLocale
return void

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string