MythTV
master
|
#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"
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) |
#define LOC QString("MythSystemEventHandler: ") |
Definition at line 18 of file mythsystemevent.cpp.
void SendMythSystemRecEvent | ( | const QString & | msg, |
const RecordingInfo * | pginfo | ||
) |
Definition at line 324 of file mythsystemevent.cpp.
Referenced by TVRec::FinishedRecording(), DTVRecorder::HandleH2645Keyframe(), DTVRecorder::HandleKeyframe(), Scheduler::HandleWakeSlave(), RecorderBase::SetRecordingStatus(), TVRec::StartedRecording(), TVRec::TuningSignalCheck(), and NuppelVideoRecorder::WriteVideo().
void SendMythSystemPlayEvent | ( | const QString & | msg, |
const ProgramInfo * | pginfo | ||
) |
Definition at line 352 of file mythsystemevent.cpp.
Referenced by MainServer::customEvent(), TV::DoPlay(), TV::DoTogglePause(), MythPlayerUI::JumpToProgram(), and TV::StartTV().