C# Class Windawesome.CpuMonitorWidget

Inheritance: IFixedWidthWidget
Mostra file Open project: kocubinski/windawesome

Public Methods

Method 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

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

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
return System

RepositionControls() public method

public RepositionControls ( int left, int right ) : void
left int
right int
return void