#include <Wnd_DownloadProgress.h>
Public Member Functions | |
| CWnd_DownloadProgress () | |
| void | Create (CWnd *pwndParent) |
| virtual | ~CWnd_DownloadProgress () |
Public Attributes | |
| vmsDownloadSmartPtr | m_dld |
Protected Member Functions | |
| afx_msg void | OnPaint () |
Static Protected Member Functions | |
| static DWORD WINAPI | _threadDraw (LPVOID lp) |
Protected Attributes | |
| HANDLE | m_hthDraw |
| HANDLE | m_hevDraw |
| HANDLE | m_hevShutdown |
| vmsRenderer | m_renderer |
Definition at line 16 of file Wnd_DownloadProgress.h.
| CWnd_DownloadProgress::CWnd_DownloadProgress | ( | ) |
Definition at line 18 of file Wnd_DownloadProgress.cpp.
References _threadDraw(), FALSE, m_hevDraw, m_hevShutdown, m_hthDraw, NULL, and TRUE.
| CWnd_DownloadProgress::~CWnd_DownloadProgress | ( | ) | [virtual] |
Definition at line 27 of file Wnd_DownloadProgress.cpp.
References m_hevDraw, m_hevShutdown, and m_hthDraw.
| void CWnd_DownloadProgress::Create | ( | CWnd * | pwndParent | ) |
Definition at line 42 of file Wnd_DownloadProgress.cpp.
References _theme, vmsTheme::IsThemeActive(), and NULL.
Referenced by CDlg_Download::OnInitDialog().
| DWORD WINAPI CWnd_DownloadProgress::_threadDraw | ( | LPVOID | lp | ) | [static, protected] |
Definition at line 56 of file Wnd_DownloadProgress.cpp.
References _theme, vmsTheme::CloseThemeData(), COLORREF, vmsTheme::DrawThemeBackground(), vmsRenderer::End(), FALSE, vmsTheme::IsThemeActive(), m_dld, m_hevDraw, m_hevShutdown, m_renderer, NULL, vmsTheme::OpenThemeData(), vmsRenderer::Start(), vmsSectionInfo::uDCurrent, and vmsSectionInfo::uDStart.
Referenced by CWnd_DownloadProgress().
| void CWnd_DownloadProgress::OnPaint | ( | ) | [protected] |
Definition at line 31 of file Wnd_DownloadProgress.h.
Referenced by _threadDraw(), and CDlg_Download::Create().
HANDLE CWnd_DownloadProgress::m_hthDraw [protected] |
Definition at line 37 of file Wnd_DownloadProgress.h.
Referenced by CWnd_DownloadProgress(), and ~CWnd_DownloadProgress().
HANDLE CWnd_DownloadProgress::m_hevDraw [protected] |
Definition at line 37 of file Wnd_DownloadProgress.h.
Referenced by _threadDraw(), CWnd_DownloadProgress(), OnPaint(), and ~CWnd_DownloadProgress().
HANDLE CWnd_DownloadProgress::m_hevShutdown [protected] |
Definition at line 37 of file Wnd_DownloadProgress.h.
Referenced by _threadDraw(), CWnd_DownloadProgress(), and ~CWnd_DownloadProgress().
vmsRenderer CWnd_DownloadProgress::m_renderer [protected] |
1.5.6