C# Class Qyoto.QSpinBox

Inheritance: QAbstractSpinBox, IDisposable
显示文件 Open project: 0xd34df00d/Qross Class Usage Examples

Private Properties

Property Type Description
Event bool
Fixup void
QSpinBox System
SetValue void
TextFromValue string
Validate QValidator.State
ValueFromText int

Public Methods

Method Description
Dispose ( ) : void
QSpinBox ( QWidget parent ) : System
SetRange ( int min, int max ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

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

Private Methods

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

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QSpinBox() public method

public QSpinBox ( QWidget parent ) : System
parent QWidget
return System

QSpinBox() protected method

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

SetRange() public method

public SetRange ( int min, int max ) : void
min int
max int
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