#include <WndHashProgressBar.h>
Public Member Functions | |
CHashProgressBar () | |
virtual | ~CHashProgressBar () |
void | Create (CWnd *pParent) |
void | Run () |
void | Update () |
Protected Member Functions | |
void | Show (int nWidth, BOOL bShow) |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
afx_msg void | OnPaint () |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
Protected Attributes | |
CWnd * | m_pParent |
COLORREF | m_crBorder |
COLORREF | m_crFill |
COLORREF | m_crText |
CBrush | m_brFill |
HICON | m_hIcon |
int | m_nFlash |
int | m_nRemaining |
int | m_nTotal |
CString | m_sCurrent |
CString | m_sPrevious |
|
Definition at line 53 of file WndHashProgressBar.cpp. References NULL. |
|
Definition at line 66 of file WndHashProgressBar.cpp. |
|
Definition at line 73 of file WndHashProgressBar.cpp. References m_pParent. |
|
Definition at line 158 of file WndHashProgressBar.cpp. References CCoolInterface::CalculateColour(), IDI_SEARCH_FOLDER, m_brFill, m_crBorder, m_crFill, m_crText, m_hIcon, and NULL. |
|
Definition at line 181 of file WndHashProgressBar.cpp. |
|
Definition at line 240 of file WndHashProgressBar.cpp. References CSettings::sLibrary::HashWindow, CSettings::Library, and Settings. |
|
Definition at line 186 of file WndHashProgressBar.cpp. References CoolInterface, IDS_HASH_MESSAGE, LoadString(), m_brFill, m_crBorder, m_crFill, m_crText, CCoolInterface::m_fntCaption, CCoolInterface::m_fntNormal, m_hIcon, m_nFlash, m_nRemaining, m_nTotal, m_sCurrent, and NULL. |
|
Definition at line 78 of file WndHashProgressBar.cpp. References DISPLAY_THRESHOLD, CLibraryMaps::GetFileCount(), CSettings::sLibrary::HashWindow, CSettings::Library, LibraryBuilder, LibraryMaps, m_nRemaining, m_nTotal, m_sCurrent, NULL, Settings, Show(), Update(), CLibraryBuilder::UpdateStatus(), WINDOW_HEIGHT, and WINDOW_WIDTH. Referenced by CMainWnd::OnTimer(). |
|
Definition at line 145 of file WndHashProgressBar.cpp. References NULL, and WINDOW_HEIGHT. |
|
Definition at line 119 of file WndHashProgressBar.cpp. References CoolInterface, CCoolInterface::m_fntCaption, m_sCurrent, m_sPrevious, Show(), and WINDOW_WIDTH. Referenced by Run(). |
|
Definition at line 41 of file WndHashProgressBar.h. Referenced by OnCreate(), and OnPaint(). |
|
Definition at line 38 of file WndHashProgressBar.h. Referenced by OnCreate(), and OnPaint(). |
|
Definition at line 39 of file WndHashProgressBar.h. Referenced by OnCreate(), and OnPaint(). |
|
Definition at line 40 of file WndHashProgressBar.h. Referenced by OnCreate(), and OnPaint(). |
|
Definition at line 42 of file WndHashProgressBar.h. Referenced by OnCreate(), and OnPaint(). |
|
Definition at line 43 of file WndHashProgressBar.h. Referenced by OnPaint(). |
|
Definition at line 44 of file WndHashProgressBar.h. |
|
Definition at line 45 of file WndHashProgressBar.h. |
|
Definition at line 37 of file WndHashProgressBar.h. Referenced by Create(). |
|
Definition at line 46 of file WndHashProgressBar.h. |
|
Definition at line 47 of file WndHashProgressBar.h. Referenced by Update(). |