C# Class NiceHashMiner.Forms.Components.AlgorithmSettingsControl

Inheritance: System.Windows.Forms.UserControl, AlgorithmsListView.IAlgorithmsListView
Exibir arquivo Open project: nicehash/NiceHashMiner

Public Methods

Method Description
AlgorithmSettingsControl ( ) : System
Deselect ( ) : void
HandleCheck ( System.Windows.Forms.ListViewItem lvi ) : void
InitLocale ( ToolTip toolTip1 ) : void
SetCurrentlySelected ( System.Windows.Forms.ListViewItem lvi, ComputeDevice computeDevice ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CanEdit ( ) : bool
InitializeComponent ( ) : void

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

LessThreads_Leave ( object sender, EventArgs e ) : void
ParseDoubleDefault ( double value ) : string
ParseStringDefault ( string value ) : string
buttonBenchmark_Click ( object sender, EventArgs e ) : void
textChangedBenchmarkSpeed ( object sender, EventArgs e ) : void
textChangedExtraLaunchParameters ( object sender, EventArgs e ) : void

Method Details

AlgorithmSettingsControl() public method

public AlgorithmSettingsControl ( ) : System
return System

Deselect() public method

public Deselect ( ) : void
return void

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

HandleCheck() public method

public HandleCheck ( System.Windows.Forms.ListViewItem lvi ) : void
lvi System.Windows.Forms.ListViewItem
return void

InitLocale() public method

public InitLocale ( ToolTip toolTip1 ) : void
toolTip1 System.Windows.Forms.ToolTip
return void

SetCurrentlySelected() public method

public SetCurrentlySelected ( System.Windows.Forms.ListViewItem lvi, ComputeDevice computeDevice ) : void
lvi System.Windows.Forms.ListViewItem
computeDevice NiceHashMiner.Devices.ComputeDevice
return void