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 | RESULT_ERR(ERR, MESG) |
#define | RESULT_OK(MESG) |
Variables | |
static constexpr const char * | STORAGE_GROUP_MOUNT { "" } |
static constexpr const char * | DB_TABLE { "gallery_files" } |
static constexpr const char * | IMPORTDIR { "Import" } |
static Device | kNullDevice = Device("Unknown Device", "<Invalid Path>") |
static constexpr const char * | kDBColumns |
#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 RESULT_ERR | ( | ERR, | |
MESG | |||
) |
Definition at line 22 of file imagemanager.cpp.
#define RESULT_OK | ( | MESG | ) |
Definition at line 26 of file imagemanager.cpp.
|
staticconstexpr |
Definition at line 17 of file imagemanager.cpp.
Referenced by ImageDbSg::ImageDbSg(), and Device::~Device().
|
staticconstexpr |
Definition at line 19 of file imagemanager.cpp.
Referenced by ImageDbLocal::CreateTable().
|
staticconstexpr |
Definition at line 31 of file imagemanager.cpp.
Referenced by ImageManagerFe::CreateImport(), and ImageAdapterLocal::CreateItem().
Definition at line 122 of file imagemanager.cpp.
Referenced by DeviceManager::DeviceMount(), DeviceManager::DeviceName(), and DeviceManager::ThumbDir().
|
staticconstexpr |
Definition at line 518 of file imagemanager.cpp.
Referenced by ImageDb< ImageAdapterLocal >::GetDescendants(), ImageDb< ImageAdapterLocal >::GetDirectory(), ImageDb< ImageAdapterLocal >::InsertDbImage(), ImageDb< ImageAdapterLocal >::ReadAllImages(), and ImageDb< ImageAdapterLocal >::ReadImages().