C# 클래스 CompetitionExp.CompetitionForm

The main form for the GUI
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: madelson/Emotiv-Experimenter

공개 메소드들

메소드 설명
Animate ( IViewProvider provider, System.Action onFinish = null ) : void

Animates the provider, disabling the form for the duration of the animation. If onFinish is non-null, it is called when the animation stops.

BuildCompetitionExperimenterView ( ) : void

Builds the application view for the competition experiment

BuildExperimenterView ( ) : void

Builds the application view

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes of the control

비공개 메소드들

메소드 설명
CompetitionForm ( ) : System
SetStyle ( Control control ) : void
Stylize ( object sender, System.Windows.Forms.ControlEventArgs args ) : void

메소드 상세

Animate() 공개 메소드

Animates the provider, disabling the form for the duration of the animation. If onFinish is non-null, it is called when the animation stops.
public Animate ( IViewProvider provider, System.Action onFinish = null ) : void
provider IViewProvider
onFinish System.Action
리턴 void

BuildCompetitionExperimenterView() 공개 메소드

Builds the application view for the competition experiment
public BuildCompetitionExperimenterView ( ) : void
리턴 void

BuildExperimenterView() 공개 메소드

Builds the application view
public BuildExperimenterView ( ) : void
리턴 void

Dispose() 보호된 메소드

Disposes of the control
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void