C# Class RockSmithTabExplorer.SongLoader

Afficher le fichier Open project: Jamedjo/RSTabExplorer

Private Properties

Свойство Type Description
BackgroundOpenFile void
BackgroundOpenFiles void
LoadFromSteam void
OpenFileWithoutUpdate void

Méthodes publiques

Méthode Description
LoadDLCTracks ( ) : void
LoadDiskTracks ( ) : void
OpenFile ( ) : void

Opens a new file by loading the file path using the IO service.

OpenFile ( string file, bool appendSongs = false ) : void

Opens a new file from the specified file path.

OpenFiles ( string files ) : void
SongLoader ( IDialogService dialogService, SongCollection songCollection ) : System

Private Methods

Méthode Description
BackgroundOpenFile ( object sender, DoWorkEventArgs e, string file, bool appendSongs ) : void
BackgroundOpenFiles ( object sender, DoWorkEventArgs e, string files ) : void
LoadFromSteam ( Action loadAction ) : void
OpenFileWithoutUpdate ( string file, bool appendSongs = false ) : void

Method Details

LoadDLCTracks() public méthode

public LoadDLCTracks ( ) : void
Résultat void

LoadDiskTracks() public méthode

public LoadDiskTracks ( ) : void
Résultat void

OpenFile() public méthode

Opens a new file by loading the file path using the IO service.
public OpenFile ( ) : void
Résultat void

OpenFile() public méthode

Opens a new file from the specified file path.
public OpenFile ( string file, bool appendSongs = false ) : void
file string the path to the file to load
appendSongs bool
Résultat void

OpenFiles() public méthode

public OpenFiles ( string files ) : void
files string
Résultat void

SongLoader() public méthode

public SongLoader ( IDialogService dialogService, SongCollection songCollection ) : System
dialogService IDialogService
songCollection SongCollection
Résultat System