C# Class HawaiBiosReader.MainWindow

Inheritance: System.Windows.Window
Mostrar archivo Open project: OneB1t/HawaiiBiosReader

Public Methods

Method Description
MainWindow ( ) : System
getNBitValueFromPosition ( int bits, int position, byte buffer, bool isFrequency = false ) : Int32
getTextFromBinary ( byte binary, int offset, int lenght ) : String
readValueFromPosition ( TextBox dest, int position, int type, String units = "", bool isFrequency = false, bool add = false, bool voltage = false ) : void
readValueFromPositionToList ( ObservableCollection dest, int position, int type, String units = "", bool isFrequency = false ) : void
readValueFromPositionToList ( ObservableCollection dest, int position, int type, String units = "", bool isFrequency = false, int dpm = -1 ) : void

Private Methods

Method Description
ACPLimitTable_GotFocus ( object sender, RoutedEventArgs e ) : void
OpenFileDialog_Click ( object sender, RoutedEventArgs e ) : void
SAMULimitTable_GotFocus ( object sender, RoutedEventArgs e ) : void
SaveFileDialog_Click ( object sender, RoutedEventArgs e ) : void
UVDLimitTable_GotFocus ( object sender, RoutedEventArgs e ) : void
VCELimitTable_GotFocus ( object sender, RoutedEventArgs e ) : void
colorColumn ( System.Windows.Controls.DataGrid datagrid, int columnIndex ) : void
fanTable_GotFocus ( object sender, RoutedEventArgs e ) : void
fixChecksum ( bool save ) : void
gpuFrequencyTable_GotFocus ( object sender, RoutedEventArgs e ) : void
gpuFrequencyTable_RowEditEnding ( object sender, System.Windows.Controls.DataGridRowEditEndingEventArgs e ) : void
memFrequencyTable_GotFocus ( object sender, RoutedEventArgs e ) : void
memFrequencyTable_RowEditEnding ( object sender, System.Windows.Controls.DataGridRowEditEndingEventArgs e ) : void
memgpuFrequencyTable_GotFocus ( object sender, RoutedEventArgs e ) : void
saveList ( ObservableCollection list, bool isFrequency = false ) : void
saveList ( ObservableCollection list, bool isFrequency = false ) : void
saveList ( ObservableCollection list, bool isFrequency = false ) : void
saveSSVIDDID ( ) : void
synchronizeValue ( System.Windows.Controls.DataGridRowEditEndingEventArgs e, System.Windows.Controls.DataGrid grid ) : void
vddciTable_GotFocus ( object sender, RoutedEventArgs e ) : void
vrmSettingsTable_GotFocus ( object sender, RoutedEventArgs e ) : void

Method Details

MainWindow() public method

public MainWindow ( ) : System
return System

getNBitValueFromPosition() public method

public getNBitValueFromPosition ( int bits, int position, byte buffer, bool isFrequency = false ) : Int32
bits int
position int
buffer byte
isFrequency bool
return System.Int32

getTextFromBinary() public method

public getTextFromBinary ( byte binary, int offset, int lenght ) : String
binary byte
offset int
lenght int
return String

readValueFromPosition() public method

public readValueFromPosition ( TextBox dest, int position, int type, String units = "", bool isFrequency = false, bool add = false, bool voltage = false ) : void
dest System.Windows.Controls.TextBox
position int
type int
units String
isFrequency bool
add bool
voltage bool
return void

readValueFromPositionToList() public method

public readValueFromPositionToList ( ObservableCollection dest, int position, int type, String units = "", bool isFrequency = false ) : void
dest ObservableCollection
position int
type int
units String
isFrequency bool
return void

readValueFromPositionToList() public method

public readValueFromPositionToList ( ObservableCollection dest, int position, int type, String units = "", bool isFrequency = false, int dpm = -1 ) : void
dest ObservableCollection
position int
type int
units String
isFrequency bool
dpm int
return void