C# 클래스 Qyoto.QSpinBox

상속: QAbstractSpinBox, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Event bool
Fixup void
QSpinBox System
SetValue void
TextFromValue string
Validate QValidator.State
ValueFromText int

공개 메소드들

메소드 설명
Dispose ( ) : void
QSpinBox ( QWidget parent ) : System
SetRange ( int min, int max ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
Event ( Qyoto.QEvent arg1 ) : bool
Fixup ( StringBuilder str ) : void
QSpinBox ( ) : System
SetValue ( int val ) : void
TextFromValue ( int val ) : string
Validate ( StringBuilder input, int &pos ) : QValidator.State
ValueFromText ( string text ) : int

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

QSpinBox() 공개 메소드

public QSpinBox ( QWidget parent ) : System
parent QWidget
리턴 System

QSpinBox() 보호된 메소드

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

SetRange() 공개 메소드

public SetRange ( int min, int max ) : void
min int
max int
리턴 void

Tr() 공개 정적인 메소드

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

Tr() 공개 정적인 메소드

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