C# 클래스 Qyoto.QDoubleValidator

상속: QValidator, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

Private Properties

프로퍼티 타입 설명
QDoubleValidator System
SetRange void
SetRange void
Validate QValidator.State

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
QDoubleValidator ( Type dummy ) : System

비공개 메소드들

메소드 설명
QDoubleValidator ( ) : System
SetRange ( double bottom, double top ) : void
SetRange ( double bottom, double top, int decimals ) : void
Validate ( StringBuilder arg1, int &arg2 ) : QValidator.State

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

QDoubleValidator() 공개 메소드

public QDoubleValidator ( QObject parent ) : System
parent QObject
리턴 System

QDoubleValidator() 보호된 메소드

protected QDoubleValidator ( Type dummy ) : System
dummy System.Type
리턴 System

QDoubleValidator() 공개 메소드

public QDoubleValidator ( double bottom, double top, int decimals, QObject parent ) : System
bottom double
top double
decimals int
parent QObject
리턴 System

Tr() 공개 정적인 메소드

public static Tr ( string s ) : string
s string
리턴 string

Tr() 공개 정적인 메소드

public static Tr ( string s, string c ) : string
s string
c string
리턴 string