C# Class NiceHashMiner.Forms.Components.DevicesListViewEnableControl

Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: nicehash/NiceHashMiner

Public Properties

Property Type Description
IsBenchmarkForm bool
IsSettingsCopyEnabled bool

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

ResetComputeDevices() public method

public ResetComputeDevices ( List computeDevices ) : void
computeDevices List
return void

ResetListItemColors() public method

public ResetListItemColors ( ) : void
return void

SetAlgorithmsListView() public method

public SetAlgorithmsListView ( AlgorithmsListView algorithmsListView ) : void
algorithmsListView AlgorithmsListView
return void

SetComputeDevices() public method

public SetComputeDevices ( List computeDevices ) : void
computeDevices List
return void

SetDeviceSelectionChangedCallback() public method

public SetDeviceSelectionChangedCallback ( ListViewItemSelectionChangedEventHandler callback ) : void
callback ListViewItemSelectionChangedEventHandler
return void

SetFirstSelected() public method

public SetFirstSelected ( ) : void
return void

SetIListItemCheckColorSetter() public method

public SetIListItemCheckColorSetter ( IListItemCheckColorSetter listItemCheckColorSetter ) : void
listItemCheckColorSetter IListItemCheckColorSetter
return void

Property Details

IsBenchmarkForm public_oe property

public bool IsBenchmarkForm
return bool

IsSettingsCopyEnabled public_oe property

public bool IsSettingsCopyEnabled
return bool