C# Class Qyoto.QRegExpValidator

Inheritance: QValidator, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
QRegExpValidator System
Validate QValidator.State

Public Methods

Method Description
Dispose ( ) : void
QRegExpValidator ( QObject parent ) : System
QRegExpValidator ( Qyoto.QRegExp rx, QObject parent ) : System
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

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

Private Methods

Method Description
QRegExpValidator ( ) : System
Validate ( StringBuilder input, int &pos ) : QValidator.State

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QRegExpValidator() public method

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

QRegExpValidator() public method

public QRegExpValidator ( Qyoto.QRegExp rx, QObject parent ) : System
rx Qyoto.QRegExp
parent QObject
return System

QRegExpValidator() protected method

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

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