Go to the source code of this file.
Functions | |
| static void | checkHandlers (void) |
| static void | purgeGameDB (QString filename, QString RomPath) |
| static void | updateDisplayRom (QString romname, int display, QString Systemname) |
| static void | updateDiskCount (QString romname, int diskcount, QString GameType) |
| static void | updateGameName (QString romname, QString GameName, QString Systemname) |
| static void | UpdateGameCounts (QStringList updatelist) |
Variables | |
| static QList< GameHandler * > * | handlers = NULL |
| static void checkHandlers | ( | void | ) | [static] |
Definition at line 29 of file gamehandler.cpp.
Referenced by GameHandler::count(), and GameHandler::processAllGames().
| static void purgeGameDB | ( | QString | filename, | |
| QString | RomPath | |||
| ) | [static] |
Definition at line 191 of file gamehandler.cpp.
Referenced by GameHandler::customEvent(), and GameHandler::promptForRemoval().
| static void updateDisplayRom | ( | QString | romname, | |
| int | display, | |||
| QString | Systemname | |||
| ) | [static] |
Definition at line 243 of file gamehandler.cpp.
Referenced by UpdateGameCounts().
| static void updateDiskCount | ( | QString | romname, | |
| int | diskcount, | |||
| QString | GameType | |||
| ) | [static] |
Definition at line 258 of file gamehandler.cpp.
Referenced by UpdateGameCounts().
| static void updateGameName | ( | QString | romname, | |
| QString | GameName, | |||
| QString | Systemname | |||
| ) | [static] |
Definition at line 273 of file gamehandler.cpp.
Referenced by UpdateGameCounts().
| static void UpdateGameCounts | ( | QStringList | updatelist | ) | [static] |
Definition at line 289 of file gamehandler.cpp.
Referenced by GameHandler::processAllGames().
QList<GameHandler*>* handlers = NULL [static] |
Definition at line 27 of file gamehandler.cpp.
Referenced by checkHandlers(), GameHandler::count(), GameHandler::GetHandler(), GameHandler::getHandler(), GameHandler::GetHandlerByName(), MediaMonitor::JumpToMediaHandler(), GameHandler::processAllGames(), and GameHandler::registerHandler().
1.6.3