MythTV
master
|
#include <QEvent>
#include <QObject>
#include "libmythbase/programinfo.h"
#include "libmyth/rawsettingseditor.h"
#include "recordinginfo.h"
Go to the source code of this file.
Classes | |
class | MythSystemEventHandler |
Handles incoming MythSystemEvent messages. More... | |
class | MythSystemEventEditor |
An editor for MythSystemEvent handler commands. More... | |
Functions | |
MTV_PUBLIC void | SendMythSystemRecEvent (const QString &msg, const RecordingInfo *pginfo) |
MTV_PUBLIC void | SendMythSystemPlayEvent (const QString &msg, const ProgramInfo *pginfo) |
MTV_PUBLIC void SendMythSystemRecEvent | ( | const QString & | msg, |
const RecordingInfo * | pginfo | ||
) |
Definition at line 333 of file mythsystemevent.cpp.
Referenced by TVRec::FinishedRecording(), DTVRecorder::HandleH2645Keyframe(), DTVRecorder::HandleKeyframe(), Scheduler::HandleWakeSlave(), RecorderBase::SetRecordingStatus(), TVRec::StartedRecording(), TVRec::TuningSignalCheck(), and NuppelVideoRecorder::WriteVideo().
MTV_PUBLIC void SendMythSystemPlayEvent | ( | const QString & | msg, |
const ProgramInfo * | pginfo | ||
) |
Definition at line 361 of file mythsystemevent.cpp.
Referenced by MainServer::customEvent(), TV::DoPlay(), TV::DoTogglePause(), MythPlayerUI::JumpToProgram(), and TV::StartTV().