MythTV  master
Public Member Functions | Private Attributes | List of all members
SendAsyncMessage Class Reference
Inheritance diagram for SendAsyncMessage:
Inheritance graph
[legend]
Collaboration diagram for SendAsyncMessage:
Collaboration graph
[legend]

Public Member Functions

 SendAsyncMessage (QString msg, QStringList extra)
 
 SendAsyncMessage (QString msg)
 
void run (void) override
 

Private Attributes

QString m_message
 
QStringList m_extraData
 

Detailed Description

Definition at line 1494 of file mythcorecontext.cpp.

Constructor & Destructor Documentation

◆ SendAsyncMessage() [1/2]

SendAsyncMessage::SendAsyncMessage ( QString  msg,
QStringList  extra 
)
inline

Definition at line 1497 of file mythcorecontext.cpp.

◆ SendAsyncMessage() [2/2]

SendAsyncMessage::SendAsyncMessage ( QString  msg)
inlineexplicit

Definition at line 1502 of file mythcorecontext.cpp.

Member Function Documentation

◆ run()

void SendAsyncMessage::run ( void  )
inlineoverride

Definition at line 1504 of file mythcorecontext.cpp.

Member Data Documentation

◆ m_message

QString SendAsyncMessage::m_message
private

Definition at line 1513 of file mythcorecontext.cpp.

Referenced by run().

◆ m_extraData

QStringList SendAsyncMessage::m_extraData
private

Definition at line 1514 of file mythcorecontext.cpp.

Referenced by run().


The documentation for this class was generated from the following file: