C# Class Qyoto.QDoubleSpinBox

Inheritance: QAbstractSpinBox, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
Fixup void
QDoubleSpinBox System
SetValue void
TextFromValue string
Validate QValidator.State
ValueFromText double

Public Methods

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

Protected Methods

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

Private Methods

Method Description
Fixup ( StringBuilder str ) : void
QDoubleSpinBox ( ) : System
SetValue ( double val ) : void
TextFromValue ( double val ) : string
Validate ( StringBuilder input, int &pos ) : QValidator.State
ValueFromText ( string text ) : double

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

QDoubleSpinBox() public method

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

QDoubleSpinBox() protected method

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

SetRange() public method

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