C# Class Qyoto.QDoubleValidator

Inheritance: QValidator, IDisposable
显示文件 Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
QDoubleValidator System
SetRange void
SetRange void
Validate QValidator.State

Public Methods

Method 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

Protected Methods

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

Private Methods

Method 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 method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QDoubleValidator() public method

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

QDoubleValidator() protected method

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

QDoubleValidator() public method

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