IData |
The IDataManager type exposes the following members.
Name | Description | |
---|---|---|
AddGameController | Adds a controller | |
AddNewEmulator | Adds a new Emulator to the user's collection. | |
AddNewGame | Adds a new Game to the user's collection. | |
AddNewPlatform | Adds a new Platform to the user's collection. | |
AddNewPlatformCategory | Adds a new Platform Category to the user's collection. | |
AddNewPlaylist | Adds a new Playlist to the user's collection. | |
BackgroundReloadSave | Recommended instead of other Reload and Save methods when quickly saving a single or small amount of values in the data. Completely avoids Dropbox, Google Drive, etc. sync issues by making sure that all changed data is loaded from disk before making the specified changes. | |
ForceReload | Forces all data to be reloaded from XML files. This method should only ever be necessary to call when significant changes are made to the XML files by something other than the LaunchBox or Big Box applications. | |
GetAllEmulators | Gets all Emulators in the user's collection. | |
GetAllGames | Gets all Games in the user's collection. | |
GetAllParents | Gets all Parents in the user's collection. | |
GetAllPlatformCategories | Gets all Platform Categories in the user's collection. | |
GetAllPlatforms | Gets all Platforms in the user's collection. | |
GetAllPlaylists | Gets all Playlists in the user's collection. | |
GetEmulatorById | Get an Emulator by the Emulator's ID. | |
GetGameById | Gets a Game via the Game's ID. | |
GetGameControllers | Gets the list of game controllers | |
GetPlatformByName | Gets a Platform via the Platform's Name. | |
GetPlatformCategoryByName | Gets a Platform Category via the Platform Category's Name. | |
GetPlaylistById | Gets a Playlist via the Playlist's ID. | |
GetRootPlatformsCategoriesPlaylists | Gets the list of root platforms, platform categories, and playlists, which can then be used to parse through children as well. | |
ReloadIfNeeded | Reloads any changed XML files from disk. Should be called before loading up data to change and save. | |
Save | Saves all changes to LaunchBox or Big Box data to disk. Will only save XML files that were changed. | |
TryRemoveEmulator | Attempts to remove an Emulator from the user's collection. | |
TryRemoveGame | Attempts to remove a Game from the user's collection. | |
TryRemovePlatform | Attempts to remove a Platform from the user's collection. | |
TryRemovePlatformCategory | Attempts to remove a Platform Category from the user's collection. | |
TryRemovePlaylist | Attempts to remove a Playlist from the user's collection. |