C# Class Plasma.AbstractToolBox

Inheritance: Qyoto.QGraphicsWidget
Mostra file Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
AddTool void
IsShowing bool
RemoveTool void
SetShowing void

Public Methods

Method Description
AbstractToolBox ( Plasma parent ) : System

Protected Methods

Method Description
AbstractToolBox ( Type dummy ) : System
Containment ( ) : Containment
CreateProxy ( ) : void

Private Methods

Method Description
AddTool ( Qyoto.QAction action ) : void
IsShowing ( ) : bool
RemoveTool ( Qyoto.QAction action ) : void
SetShowing ( bool show ) : void

Method Details

AbstractToolBox() public method

public AbstractToolBox ( Plasma parent ) : System
parent Plasma
return System

AbstractToolBox() protected method

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

Containment() protected method

protected Containment ( ) : Containment
return Containment

CreateProxy() protected method

protected CreateProxy ( ) : void
return void