C# Class MCAEmotiv.GUI.Controls.MainForm

The main form for the GUI
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: madelson/Emotiv-Experimenter

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes of the control

Private Methods

Méthode Description
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

Method Details

Animate() public méthode

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
Résultat void

BuildAdaptiveView() public méthode

Builds the application view for the Adaptive Application
public BuildAdaptiveView ( ) : void
Résultat void

BuildCompetitionExperimenterView() public méthode

Builds the application view for the competition experiment
public BuildCompetitionExperimenterView ( ) : void
Résultat void

BuildExperimenterView() public méthode

Builds the application view
public BuildExperimenterView ( ) : void
Résultat void

BuildFAdaptView() public méthode

Builds the application view for the False Adaptive Application
public BuildFAdaptView ( ) : void
Résultat void

BuildKRMonitorView() public méthode

Builds the application view for the KR Monitoring Application
public BuildKRMonitorView ( ) : void
Résultat void

BuildTestView() public méthode

Builds the application view for the Test Application
public BuildTestView ( ) : void
Résultat void

BuildUserCtrlView() public méthode

Builds the application view for the User Control Vocabulary Application
public BuildUserCtrlView ( ) : void
Résultat void

Dispose() protected méthode

Disposes of the control
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void