C# Class NiceHashMiner.Forms.Components.AlgorithmsListView

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: nicehash/NiceHashMiner Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public AlgorithmsListView ( ) : System
return System

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

InitLocale() public method

public InitLocale ( ) : void
return void

RepaintStatus() public method

public RepaintStatus ( bool isEnabled, string uuid ) : void
isEnabled bool
uuid string
return void

ResetListItemColors() public method

public ResetListItemColors ( ) : void
return void

SetAlgorithms() public method

public SetAlgorithms ( ComputeDevice computeDevice, bool isEnabled ) : void
computeDevice NiceHashMiner.Devices.ComputeDevice
isEnabled bool
return void

SetSpeedStatus() public method

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