C# Class GUI.Report.ModelReport

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Méthodes publiques

Méthode Description
ModelReport ( Dictionary dictionary ) : System

Constructor

Private Methods

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

Creates a report config with user's choices

Btn_SelectFile_Click ( object sender, EventArgs e ) : void

Permits to select the name and the path of the report

CheckedChanged ( object sender, EventArgs e ) : void

Method called in case of check event of one of the check boxes

DeselectCheckBoxes ( int level ) : void

Disables the check boxes corresponding to the statistics of the selected level

DeselectCheckBoxes ( string property ) : void

Disables the check boxes corresponding to the statistics of the selected level

SelectCheckBoxes ( int level ) : void

Enables all the check boxes of the selected level and the check box corresponding to the filter of selected level + 1

SelectCheckBoxes ( string property ) : void

Checks all the check boxes of the selected property

Method Details

ModelReport() public méthode

Constructor
public ModelReport ( Dictionary dictionary ) : System
dictionary Dictionary
Résultat System