C# 클래스 NiceHashMiner.Forms.Components.DevicesListViewEnableControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: nicehash/NiceHashMiner

공개 프로퍼티들

프로퍼티 타입 설명
IsBenchmarkForm bool
IsSettingsCopyEnabled bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

DevicesListViewEnableControl() 공개 메소드

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

ResetComputeDevices() 공개 메소드

public ResetComputeDevices ( List computeDevices ) : void
computeDevices List
리턴 void

ResetListItemColors() 공개 메소드

public ResetListItemColors ( ) : void
리턴 void

SetAlgorithmsListView() 공개 메소드

public SetAlgorithmsListView ( AlgorithmsListView algorithmsListView ) : void
algorithmsListView AlgorithmsListView
리턴 void

SetComputeDevices() 공개 메소드

public SetComputeDevices ( List computeDevices ) : void
computeDevices List
리턴 void

SetDeviceSelectionChangedCallback() 공개 메소드

public SetDeviceSelectionChangedCallback ( ListViewItemSelectionChangedEventHandler callback ) : void
callback ListViewItemSelectionChangedEventHandler
리턴 void

SetFirstSelected() 공개 메소드

public SetFirstSelected ( ) : void
리턴 void

SetIListItemCheckColorSetter() 공개 메소드

public SetIListItemCheckColorSetter ( IListItemCheckColorSetter listItemCheckColorSetter ) : void
listItemCheckColorSetter IListItemCheckColorSetter
리턴 void

프로퍼티 상세

IsBenchmarkForm 공개적으로 프로퍼티

public bool IsBenchmarkForm
리턴 bool

IsSettingsCopyEnabled 공개적으로 프로퍼티

public bool IsSettingsCopyEnabled
리턴 bool