C# Class CompetitionExp.CompetitionForm

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.

BuildCompetitionExperimenterView ( ) : void

Builds the application view for the competition experiment

BuildExperimenterView ( ) : void

Builds the application view

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes of the control

Private Methods

Méthode Description
CompetitionForm ( ) : System
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

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

Dispose() protected méthode

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