C# Class Plasma.SpinBox

Inheritance: Qyoto.QGraphicsProxyWidget, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Private Properties

Свойство Type Description
ChangeEvent void
HoverEnterEvent void
HoverLeaveEvent void
Paint void
ResizeEvent void
SetMaximum void
SetMinimum void
SetRange void
SetValue void

Méthodes publiques

Méthode Description
Dispose ( ) : void
SpinBox ( ) : System
SpinBox ( QGraphicsWidget parent ) : System

Méthodes protégées

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

Private Methods

Méthode Description
ChangeEvent ( Qyoto.QEvent arg1 ) : void
HoverEnterEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
HoverLeaveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option, QWidget widget ) : void
ResizeEvent ( Qyoto.QGraphicsSceneResizeEvent arg1 ) : void
SetMaximum ( int maximum ) : void
SetMinimum ( int minimum ) : void
SetRange ( int minimum, int maximum ) : void
SetValue ( int value ) : void

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SpinBox() public méthode

public SpinBox ( ) : System
Résultat System

SpinBox() public méthode

public SpinBox ( QGraphicsWidget parent ) : System
parent Qyoto.QGraphicsWidget
Résultat System

SpinBox() protected méthode

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