|
MythTV master
|
#include "videoscan.h"#include <QApplication>#include <QImageReader>#include <QUrl>#include <utility>#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythdate.h"#include "libmythbase/mythevent.h"#include "libmythbase/mythlogging.h"#include "libmythui/mythdialogbox.h"#include "libmythui/mythmainwindow.h"#include "libmythui/mythprogressdialog.h"#include "libmythui/mythscreenstack.h"#include "videometadatalistmanager.h"#include "videoutils.h"#include "globals.h"#include "dbaccess.h"#include "dirscan.h"Go to the source code of this file.
Classes | |
| class | anonymous_namespace{videoscan.cpp}::dirhandler< DirListType > |
Namespaces | |
| namespace | anonymous_namespace{videoscan.cpp} |
Functions | |
| bool | RemoteGetActiveBackends (QStringList *list) |
| return list of backends currently connected to the master More... | |
| bool RemoteGetActiveBackends | ( | QStringList * | list | ) |
return list of backends currently connected to the master
Definition at line 487 of file videoscan.cpp.
Referenced by VideoScanner::doScan(), and MetadataFactory::VideoScan().