MythTV
master
|
#include "imagemanager.h"
#include <QImageReader>
#include <QRunnable>
#include <utility>
#include "libmyth/mythmediamonitor.h"
#include "libmythbase/mthreadpool.h"
#include "libmythbase/mythdate.h"
#include "dbaccess.h"
Go to the source code of this file.
Classes | |
class | Device |
A device containing images (ie. USB stick, CD, storage group etc) More... | |
class | ReadMetaThread |
Task to read all metadata from file. More... | |
Macros | |
#define | LOC QString("ImageManager: ") |
#define | DBLOC QString("ImageDb(%1): ").arg(m_table) |
#define | STORAGE_GROUP_MOUNT "" |
#define | DB_TABLE "gallery_files" |
#define | RESULT_ERR(ERR, MESG) |
#define | RESULT_OK(MESG) |
#define | IMPORTDIR "Import" |
#define | DB_COLUMNS |
Variables | |
static Device | kNullDevice = Device("Unknown Device", "<Invalid Path>") |
#define LOC QString("ImageManager: ") |
Definition at line 13 of file imagemanager.cpp.
#define DBLOC QString("ImageDb(%1): ").arg(m_table) |
Definition at line 14 of file imagemanager.cpp.
#define STORAGE_GROUP_MOUNT "" |
Definition at line 17 of file imagemanager.cpp.
#define DB_TABLE "gallery_files" |
Definition at line 19 of file imagemanager.cpp.
#define RESULT_ERR | ( | ERR, | |
MESG | |||
) |
Definition at line 21 of file imagemanager.cpp.
#define RESULT_OK | ( | MESG | ) |
Definition at line 25 of file imagemanager.cpp.
#define IMPORTDIR "Import" |
Definition at line 29 of file imagemanager.cpp.
#define DB_COLUMNS |
Definition at line 529 of file imagemanager.cpp.
Definition at line 119 of file imagemanager.cpp.
Referenced by DeviceManager::DeviceMount(), DeviceManager::DeviceName(), and DeviceManager::ThumbDir().