C# Class TuningHostProject.TuningForm

Datei anzeigen Open project: noahsw/highlight-hunter Class Usage Examples

Public Properties

Property Type Description
LogDirectory DirectoryInfo
MDelegateThreadCancelled DelegateThreadCancelled
MDelegateThreadFinished DelegateThreadFinished

Public Methods

Method Description
GetTuningPath ( ) : FileInfo
InputBox ( string title, string promptText, string &value ) : DialogResult
ScanCancelled ( ) : void
ScanFinished ( ) : void
TuningForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AdjustConcurrentScanCount_Tick ( object sender, EventArgs e ) : void
CancelTestButton_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.

LoadThresholdSettings ( ) : void
PopulateThresholdSetupComboBoxes ( ) : void
ProgressTimer_Tick ( object sender, EventArgs e ) : void
ResetButton_Click ( object sender, EventArgs e ) : void
RunButton_Click ( object sender, EventArgs e ) : void
SetThresholdSetupComboBoxesEnableValue ( bool value ) : void
TestButton_Click ( object sender, EventArgs e ) : void
ThresholdSetupValuesChanged ( object sender, EventArgs e ) : void
TrimButton_Click ( object sender, EventArgs e ) : void
TuningForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
TuningForm_Load ( object sender, EventArgs e ) : void
TuningResultsDirectoryBrowseButton_Click ( object sender, EventArgs e ) : void
TuningResultsDirectoryTextBox_Leave ( object sender, EventArgs e ) : void
UpdateLabels ( ) : void
UpdateTotalPassesCount ( ) : void

Method Details

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

GetTuningPath() public method

public GetTuningPath ( ) : FileInfo
return FileInfo

InputBox() public static method

public static InputBox ( string title, string promptText, string &value ) : DialogResult
title string
promptText string
value string
return DialogResult

ScanCancelled() public method

public ScanCancelled ( ) : void
return void

ScanFinished() public method

public ScanFinished ( ) : void
return void

TuningForm() public method

public TuningForm ( ) : System
return System

Property Details

LogDirectory public_oe property

public DirectoryInfo LogDirectory
return DirectoryInfo

MDelegateThreadCancelled public_oe property

public DelegateThreadCancelled MDelegateThreadCancelled
return DelegateThreadCancelled

MDelegateThreadFinished public_oe property

public DelegateThreadFinished MDelegateThreadFinished
return DelegateThreadFinished