C# Class CompetitionExp.CompetitionForm

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

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes of the control

Private Methods

Method Description
CompetitionForm ( ) : System
SetStyle ( Control control ) : void
Stylize ( object sender, System.Windows.Forms.ControlEventArgs args ) : void

Method Details

Animate() public method

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
return void

BuildCompetitionExperimenterView() public method

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

BuildExperimenterView() public method

Builds the application view
public BuildExperimenterView ( ) : void
return void

Dispose() protected method

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