|
MythTV master
|
#include <thread>#include <algorithm>#include <QKeyEvent>#include <QGlobalStatic>#include <QCoreApplication>#include "libmythbase/http/mythhttpmetaservice.h"#include "libmythbase/mythcorecontext.h"#include "libmythbase/mythlogging.h"#include "libmythbase/mythversion.h"#include "libmythbase/storagegroup.h"#include "libmythmetadata/videometadatalistmanager.h"#include "libmythtv/recordinginfo.h"#include "libmythtv/tv_actions.h"#include "libmythtv/tv_play.h"#include "libmythui/mythmainwindow.h"#include "libmythui/mythuihelper.h"#include "libmythui/mythuistatetracker.h"#include "keybindings.h"#include "services/mythfrontendservice.h"Go to the source code of this file.
Classes | |
| class | FrontendActions |
Macros | |
| #define | LOC QString("FrontendServices: ") |
Typedefs | |
| using | ActionDescs = QHash< QString, QStringList > |
Functions | |
| Q_GLOBAL_STATIC_WITH_ARGS (MythHTTPMetaService, s_service,(FRONTEND_HANDLE, MythFrontendService::staticMetaObject, &MythFrontendService::RegisterCustomTypes)) void MythFrontendService | |
| #define LOC QString("FrontendServices: ") |
Definition at line 28 of file mythfrontendservice.cpp.
| using ActionDescs = QHash<QString,QStringList> |
Definition at line 29 of file mythfrontendservice.cpp.
| Q_GLOBAL_STATIC_WITH_ARGS | ( | MythHTTPMetaService | , |
| s_service | , | ||
| (FRONTEND_HANDLE, MythFrontendService::staticMetaObject, &MythFrontendService::RegisterCustomTypes) | |||
| ) |
Definition at line 93 of file mythfrontendservice.cpp.