C# Class HawaiBiosReader.MainWindow

Inheritance: System.Windows.Window
Afficher le fichier Open project: OneB1t/HawaiiBiosReader

Méthodes publiques

Méthode 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

Méthode 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 méthode

public MainWindow ( ) : System
Résultat System

getNBitValueFromPosition() public méthode

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

getTextFromBinary() public méthode

public getTextFromBinary ( byte binary, int offset, int lenght ) : String
binary byte
offset int
lenght int
Résultat String

readValueFromPosition() public méthode

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
Résultat void

readValueFromPositionToList() public méthode

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

readValueFromPositionToList() public méthode

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
Résultat void