C# Class Windawesome.CpuMonitorWidget

Inheritance: IFixedWidthWidget
Afficher le fichier Open project: kocubinski/windawesome

Méthodes publiques

Méthode Description
CpuMonitorWidget ( string prefix = "CPU:", string postfix = "%", int updateTime = 1000, Color backgroundColor = null, Color foregroundColor = null ) : System
RepositionControls ( int left, int right ) : void

Private Methods

Méthode Description
IFixedWidthWidget ( bool isLeft ) : IEnumerable
IWidget ( ) : int
IWidget ( ) : void
IWidget ( Bar bar ) : void
IWidget ( Windawesome windawesome ) : void
OnTimerTick ( object sender, EventArgs e ) : void

Method Details

CpuMonitorWidget() public méthode

public CpuMonitorWidget ( string prefix = "CPU:", string postfix = "%", int updateTime = 1000, Color backgroundColor = null, Color foregroundColor = null ) : System
prefix string
postfix string
updateTime int
backgroundColor Color
foregroundColor Color
Résultat System

RepositionControls() public méthode

public RepositionControls ( int left, int right ) : void
left int
right int
Résultat void