C# 클래스 MCAEmotiv.GUI.Controls.MainForm

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.

BuildAdaptiveView ( ) : void

Builds the application view for the Adaptive Application

BuildCompetitionExperimenterView ( ) : void

Builds the application view for the competition experiment

BuildExperimenterView ( ) : void

Builds the application view

BuildFAdaptView ( ) : void

Builds the application view for the False Adaptive Application

BuildKRMonitorView ( ) : void

Builds the application view for the KR Monitoring Application

BuildTestView ( ) : void

Builds the application view for the Test Application

BuildUserCtrlView ( ) : void

Builds the application view for the User Control Vocabulary Application

보호된 메소드들

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

Disposes of the control

비공개 메소드들

메소드 설명
MainForm ( ) : System
ReadAdaptStimuli ( string path ) : IArrayView
ReadCompetitionStimuli ( string path ) : IArrayView
ReadFAStimuli ( string path ) : IArrayView
ReadKRStimuli ( string path ) : IArrayView
ReadTestStimuli ( string path ) : IArrayView
ReadUserStimuli ( string path ) : IArrayView
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

BuildAdaptiveView() 공개 메소드

Builds the application view for the Adaptive Application
public BuildAdaptiveView ( ) : void
리턴 void

BuildCompetitionExperimenterView() 공개 메소드

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

BuildExperimenterView() 공개 메소드

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

BuildFAdaptView() 공개 메소드

Builds the application view for the False Adaptive Application
public BuildFAdaptView ( ) : void
리턴 void

BuildKRMonitorView() 공개 메소드

Builds the application view for the KR Monitoring Application
public BuildKRMonitorView ( ) : void
리턴 void

BuildTestView() 공개 메소드

Builds the application view for the Test Application
public BuildTestView ( ) : void
리턴 void

BuildUserCtrlView() 공개 메소드

Builds the application view for the User Control Vocabulary Application
public BuildUserCtrlView ( ) : void
리턴 void

Dispose() 보호된 메소드

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