C# Class NiceHashMiner.Forms.Components.AlgorithmSettingsControl

Inheritance: System.Windows.Forms.UserControl, AlgorithmsListView.IAlgorithmsListView
Afficher le fichier Open project: nicehash/NiceHashMiner

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

public AlgorithmSettingsControl ( ) : System
Résultat System

Deselect() public méthode

public Deselect ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

HandleCheck() public méthode

public HandleCheck ( System.Windows.Forms.ListViewItem lvi ) : void
lvi System.Windows.Forms.ListViewItem
Résultat void

InitLocale() public méthode

public InitLocale ( ToolTip toolTip1 ) : void
toolTip1 System.Windows.Forms.ToolTip
Résultat void

SetCurrentlySelected() public méthode

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