C# Class NiceHashMiner.Forms.Components.DevicesListViewEnableControl

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

Méthodes publiques

Свойство Type Description
IsBenchmarkForm bool
IsSettingsCopyEnabled bool

Méthodes publiques

Méthode Description
DevicesListViewEnableControl ( ) : System
InitLocale ( ) : void
ResetComputeDevices ( List computeDevices ) : void
ResetListItemColors ( ) : void
SetAlgorithmsListView ( AlgorithmsListView algorithmsListView ) : void
SetComputeDevices ( List computeDevices ) : void
SetDeviceSelectionChangedCallback ( ListViewItemSelectionChangedEventHandler callback ) : void
SetFirstSelected ( ) : void
SetIListItemCheckColorSetter ( IListItemCheckColorSetter listItemCheckColorSetter ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DevicesListViewEnableControl_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

listViewDevicesItemChecked ( object sender, System.Windows.Forms.ItemCheckedEventArgs e ) : void
listViewDevices_MouseClick ( object sender, MouseEventArgs e ) : void
toolStripMenuItemCopySettings_Click ( object sender, EventArgs e ) : void

Method Details

DevicesListViewEnableControl() public méthode

public DevicesListViewEnableControl ( ) : 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

ResetComputeDevices() public méthode

public ResetComputeDevices ( List computeDevices ) : void
computeDevices List
Résultat void

ResetListItemColors() public méthode

public ResetListItemColors ( ) : void
Résultat void

SetAlgorithmsListView() public méthode

public SetAlgorithmsListView ( AlgorithmsListView algorithmsListView ) : void
algorithmsListView AlgorithmsListView
Résultat void

SetComputeDevices() public méthode

public SetComputeDevices ( List computeDevices ) : void
computeDevices List
Résultat void

SetDeviceSelectionChangedCallback() public méthode

public SetDeviceSelectionChangedCallback ( ListViewItemSelectionChangedEventHandler callback ) : void
callback ListViewItemSelectionChangedEventHandler
Résultat void

SetFirstSelected() public méthode

public SetFirstSelected ( ) : void
Résultat void

SetIListItemCheckColorSetter() public méthode

public SetIListItemCheckColorSetter ( IListItemCheckColorSetter listItemCheckColorSetter ) : void
listItemCheckColorSetter IListItemCheckColorSetter
Résultat void

Property Details

IsBenchmarkForm public_oe property

public bool IsBenchmarkForm
Résultat bool

IsSettingsCopyEnabled public_oe property

public bool IsSettingsCopyEnabled
Résultat bool