C# Class Qyoto.QDoubleSpinBox

Inheritance: QAbstractSpinBox, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Private Properties

Свойство Type Description
Fixup void
QDoubleSpinBox System
SetValue void
TextFromValue string
Validate QValidator.State
ValueFromText double

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QDoubleSpinBox ( Type dummy ) : System

Private Methods

Méthode 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 méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

QDoubleSpinBox() public méthode

public QDoubleSpinBox ( QWidget parent ) : System
parent QWidget
Résultat System

QDoubleSpinBox() protected méthode

protected QDoubleSpinBox ( Type dummy ) : System
dummy System.Type
Résultat System

SetRange() public méthode

public SetRange ( double min, double max ) : void
min double
max double
Résultat void

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string