#include <mythxml.h>

Definition at line 152 of file mythxml.h.
Public Types | |
| enum | ThreadDataType { DT_Unknown = 0, DT_Recording = 1, DT_Music = 2, DT_Video = 3 } |
Public Member Functions | |
| ThreadData (long nTrackNumber, const QString &sFileName) | |
| ThreadData (const QString &sChanId, const QString &sStartTime, const QString &sFileName) | |
| ThreadData (const QString &sVideoID, const QString &sFileName) | |
| virtual | ~ThreadData () |
| bool | IsSameRecording (const QString &sChanId, const QString &sStartTime) |
Public Attributes | |
| ThreadDataType | m_eType |
| QString | m_sChanId |
| QString | m_sStartTime |
| QString | m_sFileName |
| QString | m_sVideoID |
| int | m_nTrackNumber |
| ThreadData::ThreadData | ( | long | nTrackNumber, | |
| const QString & | sFileName | |||
| ) | [inline] |
| ThreadData::ThreadData | ( | const QString & | sChanId, | |
| const QString & | sStartTime, | |||
| const QString & | sFileName | |||
| ) | [inline] |
| ThreadData::ThreadData | ( | const QString & | sVideoID, | |
| const QString & | sFileName | |||
| ) | [inline] |
| bool ThreadData::IsSameRecording | ( | const QString & | sChanId, | |
| const QString & | sStartTime | |||
| ) | [inline] |
Definition at line 167 of file mythxml.h.
Referenced by MythXML::GetMusic(), MythXML::GetRecording(), MythXML::GetVideo(), and ThreadData().
| QString ThreadData::m_sChanId |
| QString ThreadData::m_sStartTime |
| QString ThreadData::m_sFileName |
Definition at line 171 of file mythxml.h.
Referenced by MythXML::GetMusic(), MythXML::GetRecording(), MythXML::GetVideo(), and ThreadData().
| QString ThreadData::m_sVideoID |
1.5.5