C# Class GoodAI.School.GUI.LearningTaskSelectionForm

ファイルを表示 Open project: GoodAI/BrainSimulator Class Usage Examples

Private Properties

Property 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

Public Methods

Method Description
LearningTaskSelectionForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

LearningTaskSelectionForm() public method

public LearningTaskSelectionForm ( ) : System
return System