MythTV  master
Classes | Macros | Typedefs | Functions
mythfrontendservice.cpp File Reference
#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 "libmythmetadata/videometadatalistmanager.h"
#include "libmythmetadata/videoutils.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"
Include dependency graph for mythfrontendservice.cpp:

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
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("FrontendServices: ")

Definition at line 28 of file mythfrontendservice.cpp.

Typedef Documentation

◆ ActionDescs

using ActionDescs = QHash<QString,QStringList>

Definition at line 29 of file mythfrontendservice.cpp.

Function Documentation

◆ Q_GLOBAL_STATIC_WITH_ARGS()

Q_GLOBAL_STATIC_WITH_ARGS ( MythHTTPMetaService  ,
s_service  ,
(FRONTEND_HANDLE, MythFrontendService::staticMetaObject, &MythFrontendService::RegisterCustomTypes  
)

Definition at line 93 of file mythfrontendservice.cpp.