C# Class GoodAI.School.GUI.LearningTaskSelectionForm

Afficher le fichier Open project: GoodAI/BrainSimulator Class Usage Examples

Private Properties

Свойство Type Description
CollectCheckedLTs void
InitializeComponent void
LearningTaskSelectionForm_Load void
PopulateLearningTaskList void
PopulateWorldList void
UpdateLearningTaskDescription void
cancelButton_Click void
learningTaskList_ItemCheck void
learningTaskList_MouseClick void
learningTaskList_SelectedValueChanged void
okButton_Click void
worldList_SelectedIndexChanged void

Méthodes publiques

Méthode Description
LearningTaskSelectionForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CollectCheckedLTs ( ) : void
InitializeComponent ( ) : void

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

LearningTaskSelectionForm_Load ( object sender, EventArgs e ) : void
PopulateLearningTaskList ( ) : void
PopulateWorldList ( ) : void
UpdateLearningTaskDescription ( ) : void
cancelButton_Click ( object sender, EventArgs e ) : void
learningTaskList_ItemCheck ( object sender, ItemCheckEventArgs e ) : void
learningTaskList_MouseClick ( object sender, MouseEventArgs e ) : void
learningTaskList_SelectedValueChanged ( object sender, EventArgs e ) : void
okButton_Click ( object sender, EventArgs e ) : void
worldList_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

LearningTaskSelectionForm() public méthode

public LearningTaskSelectionForm ( ) : System
Résultat System