#include <UIThread.h>
Public Member Functions | |
| void | StartDoWork () |
| void | set_Thread (LPTHREAD_START_ROUTINE pfn, LPVOID lpParam) |
| virtual BOOL | InitInstance () |
| virtual int | ExitInstance () |
Protected Member Functions | |
| UIThread () | |
| virtual | ~UIThread () |
| afx_msg void | OnDoWork () |
Protected Attributes | |
| LPVOID | m_lpParam |
| LPTHREAD_START_ROUTINE | m_pfnThread |
Definition at line 15 of file UIThread.h.
| UIThread::UIThread | ( | ) | [protected] |
Definition at line 18 of file UIThread.cpp.
| UIThread::~UIThread | ( | ) | [protected, virtual] |
Definition at line 22 of file UIThread.cpp.
| void UIThread::StartDoWork | ( | ) |
| void UIThread::set_Thread | ( | LPTHREAD_START_ROUTINE | pfn, | |
| LPVOID | lpParam | |||
| ) |
Definition at line 44 of file UIThread.cpp.
References m_lpParam, and m_pfnThread.
Referenced by fsDownloadsMgr::_DownloadMgrEvents(), CFdmTorrentFilesRcvr::CreateBtDownloadFromFile(), CFDMFlashVideoDownloads::CreateFromUrl(), fsDownloadsMgr::OnArchiveDetected(), CWgUrlListReceiver::ShowAddUrlListDialog(), and CWGUrlReceiver::StartJobThread().
| BOOL UIThread::InitInstance | ( | ) | [virtual] |
| int UIThread::ExitInstance | ( | ) | [virtual] |
Definition at line 32 of file UIThread.cpp.
| void UIThread::OnDoWork | ( | ) | [protected] |
Definition at line 52 of file UIThread.cpp.
References CFdmApp::GetModuleState(), m_lpParam, and m_pfnThread.
Referenced by InitInstance().
LPVOID UIThread::m_lpParam [protected] |
LPTHREAD_START_ROUTINE UIThread::m_pfnThread [protected] |
1.5.6