C# Class Doo.Environments.ImageEnvironment

Inheritance: System.Windows.Forms.Form, IAgent
Afficher le fichier Open project: avogab/dooHTM Class Usage Examples

Méthodes publiques

Méthode Description
GetOutput ( ) : object
ImageEnvironment ( IDirector director ) : System
Initialize ( ) : bool
Step ( ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

StepGenerated ( ) : Byte>.Image
browseButton_Click ( object sender, EventArgs e ) : void
figureComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
loopVideoFileCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
movementComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void
showCaptureCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
sourceTypeComboBox_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetOutput() public méthode

public GetOutput ( ) : object
Résultat object

ImageEnvironment() public méthode

public ImageEnvironment ( IDirector director ) : System
director IDirector
Résultat System

Initialize() public méthode

public Initialize ( ) : bool
Résultat bool

Step() public méthode

public Step ( ) : bool
Résultat bool