C# Class CyPhyMasterInterpreter.ConfigurationSelectionForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: metamorph-inc/meta-core Class Usage Examples

Private Properties

Свойство Type Description
AddExportedCAItem void
InitializeComponent void
SelectAll void
StrCmpLogicalW int
btnCancel_Click void
btnClearAll_Click void
btnOK_Click void
btnSelectAll_Click void
chbShowDirty_CheckedChanged void
lbConfigModels_SelectedIndexChanged void
lbExportedCAs_KeyDown void
lbExportedCAs_MouseMove void
lbExportedCAs_SelectedIndexChanged void

Méthodes publiques

Méthode Description
ConfigurationSelectionForm ( CyPhyMasterInterpreter.ConfigurationSelectionInput input, bool enableDebugging ) : System
InitForm ( ) : void
SaveSettingsAndResults ( ) : void

Non interactive support. This function will show no UI components.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddExportedCAItem ( CyPhyMasterInterpreter.GMELightObject config ) : void

Inserts the configurations in alphabetical order and respects the ordering if the name has numbers.

InitializeComponent ( ) : void

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

SelectAll ( ListBox listBox ) : void
StrCmpLogicalW ( String x, String y ) : int
btnCancel_Click ( object sender, EventArgs e ) : void
btnClearAll_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs e ) : void
btnSelectAll_Click ( object sender, EventArgs e ) : void
chbShowDirty_CheckedChanged ( object sender, EventArgs e ) : void
lbConfigModels_SelectedIndexChanged ( object sender, EventArgs e ) : void
lbExportedCAs_KeyDown ( object sender, KeyEventArgs e ) : void
lbExportedCAs_MouseMove ( object sender, MouseEventArgs e ) : void
lbExportedCAs_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

ConfigurationSelectionForm() public méthode

public ConfigurationSelectionForm ( CyPhyMasterInterpreter.ConfigurationSelectionInput input, bool enableDebugging ) : System
input CyPhyMasterInterpreter.ConfigurationSelectionInput
enableDebugging bool
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

InitForm() public méthode

public InitForm ( ) : void
Résultat void

SaveSettingsAndResults() public méthode

Non interactive support. This function will show no UI components.
public SaveSettingsAndResults ( ) : void
Résultat void