MythTV
master
|
#include "gallerythumbview.h"
#include <chrono>
#include <thread>
#include <QApplication>
#include <utility>
#include "compat.h"
#include "mythuitext.h"
#include "mythprogressdialog.h"
#include "mythuiprogressbar.h"
#include "remotefile.h"
#include "mythsystemlegacy.h"
#include "mythdialogbox.h"
#include "galleryconfig.h"
Go to the source code of this file.
Classes | |
class | ShellThread |
Worker thread for running import. More... | |
class | TransferThread |
Worker thread for copying/moving files. More... | |
Macros | |
#define | LOC QString("Thumbview: ") |
Functions | |
static void | WaitUntilDone (MThread &worker) |
Runs a worker thread and waits for it to finish. More... | |
#define LOC QString("Thumbview: ") |
Definition at line 20 of file gallerythumbview.cpp.
|
static |
Runs a worker thread and waits for it to finish.
worker | Thread to execute |
Definition at line 149 of file gallerythumbview.cpp.
Referenced by GalleryThumbView::Copy(), GalleryThumbView::Import(), and GalleryThumbView::Move().