#include <Downloads_Bittorrent_Files.h>
Public Member Functions | |
| CDownloads_Bittorrent_Files () | |
| void | UpdateProgress () |
| void | set_ActiveDownload (vmsDownloadSmartPtr dld) |
| void | ApplyLanguage () |
| BOOL | Create (CWnd *pwndParent) |
| virtual | ~CDownloads_Bittorrent_Files () |
Protected Member Functions | |
| afx_msg void | OnGetdispinfo (NMHDR *pNMHDR, LRESULT *pResult) |
Protected Attributes | |
| int | m_nFileNameOffset |
| vmsDownloadSmartPtr | m_dld |
Definition at line 14 of file Downloads_Bittorrent_Files.h.
| CDownloads_Bittorrent_Files::CDownloads_Bittorrent_Files | ( | ) |
Definition at line 16 of file Downloads_Bittorrent_Files.cpp.
| CDownloads_Bittorrent_Files::~CDownloads_Bittorrent_Files | ( | ) | [virtual] |
Definition at line 20 of file Downloads_Bittorrent_Files.cpp.
| void CDownloads_Bittorrent_Files::UpdateProgress | ( | ) |
Definition at line 124 of file Downloads_Bittorrent_Files.cpp.
References FALSE.
Referenced by CDownloadsWnd::OnTimer().
| void CDownloads_Bittorrent_Files::set_ActiveDownload | ( | vmsDownloadSmartPtr | dld | ) |
Definition at line 63 of file Downloads_Bittorrent_Files.cpp.
References BytesToString(), vmsBtDownloadManager::get_FileCount(), vmsBtDownloadManager::get_FileName(), vmsBtDownloadManager::get_FileSize(), vmsBtDownloadManager::get_RootFolderName(), fsString::Length(), m_dld, m_nFileNameOffset, and NULL.
Referenced by CDownloads_Bittorrent::Set_ActiveDownload().
| void CDownloads_Bittorrent_Files::ApplyLanguage | ( | ) |
Definition at line 48 of file Downloads_Bittorrent_Files.cpp.
References L_NAME, L_PROGRESS, L_SIZE, LPSTR, and LS.
Referenced by CDownloads_Bittorrent::ApplyLanguage().
| BOOL CDownloads_Bittorrent_Files::Create | ( | CWnd * | pwndParent | ) |
Definition at line 30 of file Downloads_Bittorrent_Files.cpp.
Referenced by CDownloads_Bittorrent::OnCreate().
| void CDownloads_Bittorrent_Files::OnGetdispinfo | ( | NMHDR * | pNMHDR, | |
| LRESULT * | pResult | |||
| ) | [protected] |
Definition at line 90 of file Downloads_Bittorrent_Files.cpp.
References BytesToString(), m_dld, and m_nFileNameOffset.
int CDownloads_Bittorrent_Files::m_nFileNameOffset [protected] |
Definition at line 35 of file Downloads_Bittorrent_Files.h.
Referenced by OnGetdispinfo(), and set_ActiveDownload().
Definition at line 36 of file Downloads_Bittorrent_Files.h.
Referenced by OnGetdispinfo(), and set_ActiveDownload().
1.5.6