C# Class ScoobyRom.Data

Show file Open project: SubaruDieselCrew/ScoobyRom Class Usage Examples

Public Methods

Method Description
AutomaticMinDigits ( float values ) : int
AutomaticValueFormat ( float values, float valuesMin, float valuesMax ) : string
ChangeTableType ( Subaru.Tables.Table table, Tables newType ) : void
Data ( ) : System
Enumerable2Dand3D ( ) : IEnumerable
FindTablesSameAxisX ( Subaru.Tables.Table table ) : IList
GetCategoriesDictionary ( string categories ) : int>.Dictionary
GetCategoriesForExport ( IList list2D, IList list3D ) : string[]
List2DAnnotated ( ) : IList
List2DAnnotatedSorted ( ) : IList
List2DSelected ( ) : IList
List2DSelectedSorted ( ) : IList
List2DSorted ( ) : IList
List2Dand3D ( ) : IList
List3DAnnotated ( ) : IList
List3DAnnotatedSorted ( ) : IList
List3DSelected ( ) : IList
List3DSelectedSorted ( ) : IList
List3DSorted ( ) : IList
LoadRom ( string path ) : void
PathWithNewExtension ( string path, string extension ) : string
PrintSharedStatistics ( ) : void
SaveAsRomRaiderXml ( string path, SelectedChoice choice ) : void
SaveAsTunerProXdf ( string path, SelectedChoice choice ) : void
SaveXml ( ) : void
SaveXml ( string path ) : void
UpdateUI ( ) : void
ValueFormat ( int decimals ) : string

Private Methods

Method Description
GetChosenTables ( SelectedChoice choice, IList &list2D, IList &list3D ) : void
OnProgressChanged ( object sender, System e ) : void

Method Details

AutomaticMinDigits() public static method

public static AutomaticMinDigits ( float values ) : int
values float
return int

AutomaticValueFormat() public static method

public static AutomaticValueFormat ( float values, float valuesMin, float valuesMax ) : string
values float
valuesMin float
valuesMax float
return string

ChangeTableType() public method

public ChangeTableType ( Subaru.Tables.Table table, Tables newType ) : void
table Subaru.Tables.Table
newType Tables
return void

Data() public method

public Data ( ) : System
return System

Enumerable2Dand3D() public method

public Enumerable2Dand3D ( ) : IEnumerable
return IEnumerable

FindTablesSameAxisX() public method

public FindTablesSameAxisX ( Subaru.Tables.Table table ) : IList
table Subaru.Tables.Table
return IList

GetCategoriesDictionary() public method

public GetCategoriesDictionary ( string categories ) : int>.Dictionary
categories string
return int>.Dictionary

GetCategoriesForExport() public method

public GetCategoriesForExport ( IList list2D, IList list3D ) : string[]
list2D IList
list3D IList
return string[]

List2DAnnotated() public method

public List2DAnnotated ( ) : IList
return IList

List2DAnnotatedSorted() public method

public List2DAnnotatedSorted ( ) : IList
return IList

List2DSelected() public method

public List2DSelected ( ) : IList
return IList

List2DSelectedSorted() public method

public List2DSelectedSorted ( ) : IList
return IList

List2DSorted() public method

public List2DSorted ( ) : IList
return IList

List2Dand3D() public method

public List2Dand3D ( ) : IList
return IList

List3DAnnotated() public method

public List3DAnnotated ( ) : IList
return IList

List3DAnnotatedSorted() public method

public List3DAnnotatedSorted ( ) : IList
return IList

List3DSelected() public method

public List3DSelected ( ) : IList
return IList

List3DSelectedSorted() public method

public List3DSelectedSorted ( ) : IList
return IList

List3DSorted() public method

public List3DSorted ( ) : IList
return IList

LoadRom() public method

public LoadRom ( string path ) : void
path string
return void

PathWithNewExtension() public static method

public static PathWithNewExtension ( string path, string extension ) : string
path string
extension string
return string

PrintSharedStatistics() public method

public PrintSharedStatistics ( ) : void
return void

SaveAsRomRaiderXml() public method

public SaveAsRomRaiderXml ( string path, SelectedChoice choice ) : void
path string
choice SelectedChoice
return void

SaveAsTunerProXdf() public method

public SaveAsTunerProXdf ( string path, SelectedChoice choice ) : void
path string
choice SelectedChoice
return void

SaveXml() public method

public SaveXml ( ) : void
return void

SaveXml() public method

public SaveXml ( string path ) : void
path string
return void

UpdateUI() public method

public UpdateUI ( ) : void
return void

ValueFormat() public static method

public static ValueFormat ( int decimals ) : string
decimals int
return string