|
MythTV master
|
#include "imagemanager.h"#include <QImageReader>#include <QRunnable>#include <utility>#include "libmythbase/mthreadpool.h"#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythdate.h"#include "libmythbase/mythlogging.h"#include "libmythui/mediamonitor.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 DBLOC QString("ImageDb(%1): ").arg(m_table) |
Definition at line 16 of file imagemanager.cpp.
| #define LOC QString("ImageManager: ") |
Definition at line 15 of file imagemanager.cpp.
| #define RESULT_ERR | ( | ERR, | |
| MESG | |||
| ) |
Definition at line 24 of file imagemanager.cpp.
| #define RESULT_OK | ( | MESG | ) |
Definition at line 28 of file imagemanager.cpp.
|
staticconstexpr |
Definition at line 21 of file imagemanager.cpp.
Referenced by ImageDbLocal::CreateTable().
|
staticconstexpr |
Definition at line 33 of file imagemanager.cpp.
Referenced by ImageManagerFe::CreateImport(), and ImageHandler< ImageDbLocal >::HandleGetMetadata().
|
staticconstexpr |
Definition at line 520 of file imagemanager.cpp.
Referenced by ImageDb< FS >::GetDescendants(), ImageDb< FS >::GetDirectory(), ImageDb< FS >::InsertDbImage(), ImageDb< FS >::ReadAllImages(), and ImageDb< FS >::ReadImages().
Definition at line 126 of file imagemanager.cpp.
Referenced by DeviceManager::DeviceMount(), DeviceManager::DeviceName(), and DeviceManager::ThumbDir().
|
staticconstexpr |
Definition at line 19 of file imagemanager.cpp.
Referenced by ImageDbSg::ImageDbSg(), and Device::~Device().