MythTV  master
Classes | Macros | Functions
gallerythumbview.cpp File Reference
#include <chrono>
#include <thread>
#include <utility>
#include <QApplication>
#include "libmythbase/compat.h"
#include "libmythbase/mythsystemlegacy.h"
#include "libmythbase/remotefile.h"
#include "libmythui/mythdialogbox.h"
#include "libmythui/mythprogressdialog.h"
#include "libmythui/mythuiprogressbar.h"
#include "libmythui/mythuitext.h"
#include "galleryconfig.h"
#include "gallerythumbview.h"
Include dependency graph for gallerythumbview.cpp:

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...
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("Thumbview: ")

Definition at line 22 of file gallerythumbview.cpp.

Function Documentation

◆ WaitUntilDone()

static void WaitUntilDone ( MThread worker)
static

Runs a worker thread and waits for it to finish.

Parameters
workerThread to execute

Definition at line 147 of file gallerythumbview.cpp.

Referenced by GalleryThumbView::Copy(), GalleryThumbView::Import(), and GalleryThumbView::Move().