C# Class CyPhyMasterInterpreter.ConfigurationSelectionForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: metamorph-inc/meta-core Class Usage Examples

Private Properties

Property 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

Public Methods

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

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public ConfigurationSelectionForm ( CyPhyMasterInterpreter.ConfigurationSelectionInput input, bool enableDebugging ) : System
input CyPhyMasterInterpreter.ConfigurationSelectionInput
enableDebugging bool
return System

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

InitForm() public method

public InitForm ( ) : void
return void

SaveSettingsAndResults() public method

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