Method | Description | |
---|---|---|
DataPreferences ( |
Constructor of the Data Preferences Dialog.
|
|
formatToString ( ) : string |
Creates the String Representation of the Data Preferences
|
|
getDataPref ( ) : int |
Gets the integer value for Attribute.GetValues; 0 (raw), negative (sampling), positive (profiled sampling)
|
|
setDataPref ( int intervals ) : void |
Setups the dialog, to select the correct radio button, based on the integer.
|
|
setupDataPreferences ( string format ) : void |
Parses the string representation of the DataPreferences and setup Dialog. if string contains "ts" then timestamp is used if string contains a number, then setups the raw/sample/profiled sample choice. |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
DataPreferences_FormClosing ( object sender, |
Passes the Data Preferences before closing.
|
|
DataRadio_CheckedChanged ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
checkTimestamps_CheckedChanged ( object sender, |
||
okDataButton_Click ( object sender, |
public DataPreferences ( |
||
main | The MainForm, needed to pass changes in the Preferences to the MainControl. | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public setDataPref ( int intervals ) : void | ||
intervals | int | Number of samples or profiled samples wanted. Input into the textbox. |
return | void |
public setupDataPreferences ( string format ) : void | ||
format | string | String representation of the data preferences. |
return | void |