C# Класс NiceHashMiner.Forms.Components.AlgorithmsListView

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

AlgorithmsListView() публичный Метод

public AlgorithmsListView ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

InitLocale() публичный Метод

public InitLocale ( ) : void
Результат void

RepaintStatus() публичный Метод

public RepaintStatus ( bool isEnabled, string uuid ) : void
isEnabled bool
uuid string
Результат void

ResetListItemColors() публичный Метод

public ResetListItemColors ( ) : void
Результат void

SetAlgorithms() публичный Метод

public SetAlgorithms ( ComputeDevice computeDevice, bool isEnabled ) : void
computeDevice NiceHashMiner.Devices.ComputeDevice
isEnabled bool
Результат void

SetSpeedStatus() публичный Метод

public SetSpeedStatus ( ComputeDevice computeDevice, AlgorithmType algorithmType, string status ) : void
computeDevice NiceHashMiner.Devices.ComputeDevice
algorithmType AlgorithmType
status string
Результат void