Méthode | Description | |
---|---|---|
DeleteListItem ( string selected ) : void |
Removes the log Input from the LogSystem and the list view.
|
|
EditLog ( string name, string start, string end, |
Resulting Action of editting the List View. 1) Edit the List Item 2) Re-log the item 3) Edit the Matlab workspace.
|
|
LogDialog ( |
Constructor of the Log Dialog.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
Delete_Click ( object sender, EventArgs e ) : void | ||
EditDialog ( string selected ) : void |
Opens a LogInput Editor Dialog. Can change the times and the variable name.
|
|
Edit_Click ( object sender, EventArgs e ) : void | ||
ImportFileMenuItem_Click ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ItemDoubleClick ( object sender, EventArgs e ) : void | ||
LogDialog_FormClosing ( object sender, FormClosingEventArgs e ) : void | ||
LogKeyPressed ( object sender, KeyEventArgs e ) : void | ||
OK_Click ( object sender, EventArgs e ) : void | ||
SaveFileMenuItem_Click ( object sender, EventArgs e ) : void | ||
deleteAllLogInputsToolStripMenuItem_Click ( object sender, EventArgs e ) : void |
public DeleteListItem ( string selected ) : void | ||
selected | string | Unique variable name of list View Item. |
Résultat | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public EditLog ( string name, string start, string end, |
||
name | string | The new variable name. (or the same) |
start | string | The new start time. (or the same) |
end | string | The new end time. (or the same) |
previous | ||
Résultat | void |
public LogDialog ( |
||
control | The Main Control. | |
form | The Main Form. | |
Résultat | System |