MythTV  master
Classes | Typedefs | Enumerations
gamehandler.h File Reference
#include <utility>
#include <QEvent>
#include <QMap>
#include <QObject>
#include <QStringList>
#include <libmythbase/mythdbcon.h>
#include "rom_metadata.h"
#include "rominfo.h"
Include dependency graph for gamehandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GameScan
 
class  GameHandler
 

Typedefs

using GameScanMap = QMap< QString, GameScan >
 

Enumerations

enum  GameFound { inNone, inFileSystem, inDatabase, inBoth }
 

Typedef Documentation

◆ GameScanMap

using GameScanMap = QMap<QString, GameScan>

Definition at line 61 of file gamehandler.h.

Enumeration Type Documentation

◆ GameFound

enum GameFound
Enumerator
inNone 
inFileSystem 
inDatabase 
inBoth 

Definition at line 24 of file gamehandler.h.