MythTV  master
Classes | Macros | Functions
mythsystemevent.cpp File Reference
#include <QApplication>
#include <QFileInfo>
#include <QRunnable>
#include <utility>
#include "libmythbase/exitcodes.h"
#include "libmythbase/mthreadpool.h"
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythsystemlegacy.h"
#include "libmythbase/programinfo.h"
#include "libmythbase/remoteutil.h"
#include "cardutil.h"
#include "mythsystemevent.h"
Include dependency graph for mythsystemevent.cpp:

Go to the source code of this file.

Classes

class  SystemEventThread
 QRunnable class for running MythSystemEvent handler commands. More...
 

Macros

#define LOC   QString("MythSystemEventHandler: ")
 

Functions

void SendMythSystemRecEvent (const QString &msg, const RecordingInfo *pginfo)
 
void SendMythSystemPlayEvent (const QString &msg, const ProgramInfo *pginfo)
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("MythSystemEventHandler: ")

Definition at line 18 of file mythsystemevent.cpp.

Function Documentation

◆ SendMythSystemRecEvent()

void SendMythSystemRecEvent ( const QString &  msg,
const RecordingInfo pginfo 
)

◆ SendMythSystemPlayEvent()

void SendMythSystemPlayEvent ( const QString &  msg,
const ProgramInfo pginfo 
)