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

Public Member Functions

 RemoteFileDownloadThread (MythDownloadManager *parent, MythDownloadInfo *dlInfo)
 
void run () override
 

Private Attributes

MythDownloadManagerm_parent {nullptr}
 
MythDownloadInfom_dlInfo {nullptr}
 

Detailed Description

Definition at line 101 of file mythdownloadmanager.cpp.

Constructor & Destructor Documentation

◆ RemoteFileDownloadThread()

RemoteFileDownloadThread::RemoteFileDownloadThread ( MythDownloadManager parent,
MythDownloadInfo dlInfo 
)
inline

Definition at line 104 of file mythdownloadmanager.cpp.

Member Function Documentation

◆ run()

void RemoteFileDownloadThread::run ( )
inlineoverride

Definition at line 109 of file mythdownloadmanager.cpp.

Member Data Documentation

◆ m_parent

MythDownloadManager* RemoteFileDownloadThread::m_parent {nullptr}
private

Definition at line 127 of file mythdownloadmanager.cpp.

Referenced by run().

◆ m_dlInfo

MythDownloadInfo* RemoteFileDownloadThread::m_dlInfo {nullptr}
private

Definition at line 128 of file mythdownloadmanager.cpp.

Referenced by run().


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