C# Class Plasma.CheckBox

Inheritance: Qyoto.QGraphicsProxyWidget, IDisposable
Mostra file Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
ChangeEvent void
ResizeEvent void

Public Methods

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

Protected Methods

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

Private Methods

Method Description
ChangeEvent ( Qyoto.QEvent arg1 ) : void
ResizeEvent ( Qyoto.QGraphicsSceneResizeEvent arg1 ) : void

Method Details

CheckBox() public method

public CheckBox ( ) : System
return System

CheckBox() public method

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

CheckBox() protected method

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

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void