C# Class EmotionalAppraisalWF.AddOrEditEmotionForm

Afficher le fichier Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Méthodes publiques

Méthode Description
AddOrEditEmotionForm ( EmotionalStateVM emotionalStateVM, EmotionDTO emotionToEdit = null ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddOrEditBeliefForm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

addOrEditButton_Click ( object sender, EventArgs e ) : void
beliefNameTextBox_TextChanged ( object sender, EventArgs e ) : void
beliefValueTextBox_TextChanged ( object sender, EventArgs e ) : void
beliefVisibilityComboBox_SelectedIndexChanged_1 ( object sender, EventArgs e ) : void
comboBoxIntensity_SelectedIndexChanged ( object sender, EventArgs e ) : void
label1_Click ( object sender, EventArgs e ) : void
label2_Click_1 ( object sender, EventArgs e ) : void
label3_Click_1 ( object sender, EventArgs e ) : void

Method Details

AddOrEditEmotionForm() public méthode

public AddOrEditEmotionForm ( EmotionalStateVM emotionalStateVM, EmotionDTO emotionToEdit = null ) : System
emotionalStateVM EmotionalStateVM
emotionToEdit EmotionDTO
Résultat System

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