|
MythTV master
|
#include <QStringList>#include <QDateTime>#include <QMutex>#include <QMap>#include <QSet>#include "libmythbase/mthread.h"#include "previewgenerator.h"#include "mythtvexp.h"Go to the source code of this file.
Classes | |
| class | PreviewGenState |
| This class holds all the state information related to a specific preview generator. More... | |
| class | PreviewGeneratorQueue |
| This class implements a queue of preview generation requests. More... | |
Typedefs | |
| using | PreviewMap = QMap< QString, PreviewGenState > |
| using PreviewMap = QMap<QString,PreviewGenState> |
Definition at line 50 of file previewgeneratorqueue.h.