C# 클래스 Windawesome.CpuMonitorWidget

상속: IFixedWidthWidget
파일 보기 프로젝트 열기: kocubinski/windawesome

공개 메소드들

메소드 설명
CpuMonitorWidget ( string prefix = "CPU:", string postfix = "%", int updateTime = 1000, Color backgroundColor = null, Color foregroundColor = null ) : System
RepositionControls ( int left, int right ) : void

비공개 메소드들

메소드 설명
IFixedWidthWidget ( bool isLeft ) : IEnumerable
IWidget ( ) : int
IWidget ( ) : void
IWidget ( Bar bar ) : void
IWidget ( Windawesome windawesome ) : void
OnTimerTick ( object sender, EventArgs e ) : void

메소드 상세

CpuMonitorWidget() 공개 메소드

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
리턴 System

RepositionControls() 공개 메소드

public RepositionControls ( int left, int right ) : void
left int
right int
리턴 void