C# Class NiceHashMiner.Forms.Components.AlgorithmsListView

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: nicehash/NiceHashMiner Class Usage Examples

Méthodes publiques

Méthode Description
AlgorithmsListView ( ) : System
InitLocale ( ) : void
RepaintStatus ( bool isEnabled, string uuid ) : void
ResetListItemColors ( ) : void
SetAlgorithms ( ComputeDevice computeDevice, bool isEnabled ) : void
SetSpeedStatus ( ComputeDevice computeDevice, AlgorithmType algorithmType, string status ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

listViewAlgorithms_ItemChecked ( object sender, System.Windows.Forms.ItemCheckedEventArgs e ) : void
listViewAlgorithms_ItemSelectionChanged ( object sender, System.Windows.Forms.ListViewItemSelectionChangedEventArgs e ) : void
listViewAlgorithms_MouseClick ( object sender, MouseEventArgs e ) : void
toolStripMenuItemDisableAll_Click ( object sender, EventArgs e ) : void
toolStripMenuItemEnableAll_Click ( object sender, EventArgs e ) : void

Method Details

AlgorithmsListView() public méthode

public AlgorithmsListView ( ) : System
Résultat System

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

InitLocale() public méthode

public InitLocale ( ) : void
Résultat void

RepaintStatus() public méthode

public RepaintStatus ( bool isEnabled, string uuid ) : void
isEnabled bool
uuid string
Résultat void

ResetListItemColors() public méthode

public ResetListItemColors ( ) : void
Résultat void

SetAlgorithms() public méthode

public SetAlgorithms ( ComputeDevice computeDevice, bool isEnabled ) : void
computeDevice NiceHashMiner.Devices.ComputeDevice
isEnabled bool
Résultat void

SetSpeedStatus() public méthode

public SetSpeedStatus ( ComputeDevice computeDevice, AlgorithmType algorithmType, string status ) : void
computeDevice NiceHashMiner.Devices.ComputeDevice
algorithmType AlgorithmType
status string
Résultat void