MythTV  0.26-pre
Classes | Functions
mythsystemevent.h File Reference

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.

Function Documentation

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

Sends a System Event for an in-progress recording.

See also:
MythCoreContext::SendSystemEvent(const QString msg)
Parameters:
msgConst QString to send as a System Event
pginfoPointer 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.

See also:
MythCoreContext::SendSystemEvent(const QString msg)
Parameters:
msgConst QString to send as a System Event
pginfoPointer 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().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends