C# Class Qyoto.QSpinBox

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

Private Properties

Свойство Type Description
Event bool
Fixup void
QSpinBox System
SetValue void
TextFromValue string
Validate QValidator.State
ValueFromText int

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

QSpinBox() public méthode

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

QSpinBox() protected méthode

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

SetRange() public méthode

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