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) |
| Sends a System Event for an in-progress recording. | |
| MTV_PUBLIC void | SendMythSystemPlayEvent (const QString msg, const ProgramInfo *pginfo) |
| Sends a System Event for a previously recorded program. | |
| MTV_PUBLIC void SendMythSystemRecEvent | ( | const QString | msg, | |
| const RecordingInfo * | pginfo | |||
| ) |
Sends a System Event for an in-progress recording.
| msg | Const QString to send as a System Event | |
| pginfo | Pointer to a RecordingInfo containing info on a recording |
Definition at line 321 of file mythsystemevent.cpp.
Referenced by TVRec::FinishedRecording(), Scheduler::HandleWakeSlave(), and TVRec::StartedRecording().
| MTV_PUBLIC void SendMythSystemPlayEvent | ( | const QString | msg, | |
| const ProgramInfo * | pginfo | |||
| ) |
Sends a System Event for a previously recorded program.
| msg | Const QString to send as a System Event | |
| pginfo | Pointer to a RecordingInfo containing info on a recording |
Definition at line 341 of file mythsystemevent.cpp.
Referenced by MainServer::customEvent(), TV::DoPlay(), TV::DoTogglePause(), MythPlayer::JumpToProgram(), and TV::StartTV().
1.6.3