C# Class ScoobyRom.Data

Afficher le fichier Open project: SubaruDieselCrew/ScoobyRom Class Usage Examples

Méthodes publiques

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

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

Method Details

AutomaticMinDigits() public static méthode

public static AutomaticMinDigits ( float values ) : int
values float
Résultat int

AutomaticValueFormat() public static méthode

public static AutomaticValueFormat ( float values, float valuesMin, float valuesMax ) : string
values float
valuesMin float
valuesMax float
Résultat string

ChangeTableType() public méthode

public ChangeTableType ( Subaru.Tables.Table table, Tables newType ) : void
table Subaru.Tables.Table
newType Tables
Résultat void

Data() public méthode

public Data ( ) : System
Résultat System

Enumerable2Dand3D() public méthode

public Enumerable2Dand3D ( ) : IEnumerable
Résultat IEnumerable

FindTablesSameAxisX() public méthode

public FindTablesSameAxisX ( Subaru.Tables.Table table ) : IList
table Subaru.Tables.Table
Résultat IList

GetCategoriesDictionary() public méthode

public GetCategoriesDictionary ( string categories ) : int>.Dictionary
categories string
Résultat int>.Dictionary

GetCategoriesForExport() public méthode

public GetCategoriesForExport ( IList list2D, IList list3D ) : string[]
list2D IList
list3D IList
Résultat string[]

List2DAnnotated() public méthode

public List2DAnnotated ( ) : IList
Résultat IList

List2DAnnotatedSorted() public méthode

public List2DAnnotatedSorted ( ) : IList
Résultat IList

List2DSelected() public méthode

public List2DSelected ( ) : IList
Résultat IList

List2DSelectedSorted() public méthode

public List2DSelectedSorted ( ) : IList
Résultat IList

List2DSorted() public méthode

public List2DSorted ( ) : IList
Résultat IList

List2Dand3D() public méthode

public List2Dand3D ( ) : IList
Résultat IList

List3DAnnotated() public méthode

public List3DAnnotated ( ) : IList
Résultat IList

List3DAnnotatedSorted() public méthode

public List3DAnnotatedSorted ( ) : IList
Résultat IList

List3DSelected() public méthode

public List3DSelected ( ) : IList
Résultat IList

List3DSelectedSorted() public méthode

public List3DSelectedSorted ( ) : IList
Résultat IList

List3DSorted() public méthode

public List3DSorted ( ) : IList
Résultat IList

LoadRom() public méthode

public LoadRom ( string path ) : void
path string
Résultat void

PathWithNewExtension() public static méthode

public static PathWithNewExtension ( string path, string extension ) : string
path string
extension string
Résultat string

PrintSharedStatistics() public méthode

public PrintSharedStatistics ( ) : void
Résultat void

SaveAsRomRaiderXml() public méthode

public SaveAsRomRaiderXml ( string path, SelectedChoice choice ) : void
path string
choice SelectedChoice
Résultat void

SaveAsTunerProXdf() public méthode

public SaveAsTunerProXdf ( string path, SelectedChoice choice ) : void
path string
choice SelectedChoice
Résultat void

SaveXml() public méthode

public SaveXml ( ) : void
Résultat void

SaveXml() public méthode

public SaveXml ( string path ) : void
path string
Résultat void

UpdateUI() public méthode

public UpdateUI ( ) : void
Résultat void

ValueFormat() public static méthode

public static ValueFormat ( int decimals ) : string
decimals int
Résultat string