C# Class Plasma.SpinBox

Inheritance: Qyoto.QGraphicsProxyWidget, IDisposable
ファイルを表示 Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
ChangeEvent void
HoverEnterEvent void
HoverLeaveEvent void
Paint void
ResizeEvent void
SetMaximum void
SetMinimum void
SetRange void
SetValue void

Public Methods

Method Description
Dispose ( ) : void
SpinBox ( ) : System
SpinBox ( QGraphicsWidget parent ) : System

Protected Methods

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

Private Methods

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

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

SpinBox() public method

public SpinBox ( ) : System
return System

SpinBox() public method

public SpinBox ( QGraphicsWidget parent ) : System
parent Qyoto.QGraphicsWidget
return System

SpinBox() protected method

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