C# 클래스 gbrainy.Core.Views.CountDownView

상속: IDrawable, IDrawRequest
파일 보기 프로젝트 열기: GNOME/gbrainy 1 사용 예제들

Private Properties

프로퍼티 타입 설명
TimerUpdater void

공개 메소드들

메소드 설명
CountDownView ( ITranslations translations, EventHandler OnFinish ) : System
Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
EndDrawCountDown ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
TimerUpdater ( object source, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

CountDownView() 공개 메소드

public CountDownView ( ITranslations translations, EventHandler OnFinish ) : System
translations ITranslations
OnFinish EventHandler
리턴 System

Draw() 공개 메소드

public Draw ( CairoContextEx gr, int area_width, int area_height, bool rtl ) : void
gr gbrainy.Core.Main.CairoContextEx
area_width int
area_height int
rtl bool
리턴 void

EndDrawCountDown() 공개 메소드

public EndDrawCountDown ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void