#include <DlgFolderScan.h>
Inheritance diagram for CFolderScanDlg:
Public Types | |
enum | { IDD = IDD_FOLDER_SCAN } |
Public Member Functions | |
CFolderScanDlg (CWnd *pParent=NULL) | |
virtual | ~CFolderScanDlg () |
void | InstanceUpdate (LPCTSTR pszName, DWORD nVolume) |
Static Public Member Functions | |
static void | Update (LPCTSTR pszName, DWORD nVolume) |
Public Attributes | |
CStatic | m_wndVolume |
CStatic | m_wndFiles |
CStatic | m_wndFile |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
virtual void | OnCancel () |
afx_msg void | OnTimer (UINT nIDEvent) |
Protected Attributes | |
DWORD | m_nCookie |
DWORD | m_nFiles |
DWORD | m_nVolume |
DWORD | m_tLastUpdate |
BOOL | m_bActive |
Static Protected Attributes | |
static CFolderScanDlg * | m_pDialog = NULL |
|
Definition at line 40 of file DlgFolderScan.h. |
|
Definition at line 46 of file DlgFolderScan.cpp. References Library, CLibrary::m_nScanCount, and CLibrary::m_pSection. |
|
Definition at line 65 of file DlgFolderScan.cpp. References Library, m_pDialog, CLibrary::m_pSection, and NULL. |
|
Reimplemented from CSkinDialog. Definition at line 75 of file DlgFolderScan.cpp. References CSkinDialog::DoDataExchange(), IDC_SCAN_FILE, IDC_SCAN_FILES, IDC_SCAN_VOLUME, m_wndFile, m_wndFiles, and m_wndVolume. |
|
Definition at line 135 of file DlgFolderScan.cpp. References m_bActive, m_nFiles, m_nVolume, m_tLastUpdate, m_wndFile, m_wndFiles, m_wndVolume, Settings, and CSettings::SmartVolume(). Referenced by Update(). |
|
Definition at line 112 of file DlgFolderScan.cpp. References Library, m_bActive, m_pDialog, CLibrary::m_pSection, and NULL. |
|
Reimplemented from CSkinDialog. Definition at line 88 of file DlgFolderScan.cpp. References IDR_LIBRARYFRAME, m_bActive, m_tLastUpdate, NULL, CSkinDialog::OnInitDialog(), and CSkinDialog::SkinMe(). |
|
Definition at line 101 of file DlgFolderScan.cpp. References Library, m_nCookie, CLibrary::m_nScanCount, and CLibrary::m_pSection. |
|
Definition at line 126 of file DlgFolderScan.cpp. References InstanceUpdate(), Library, m_pDialog, CLibrary::m_pSection, and NULL. Referenced by CLibraryFile::ThreadScan(). |
|
Definition at line 58 of file DlgFolderScan.h. Referenced by InstanceUpdate(), OnCancel(), and OnInitDialog(). |
|
Definition at line 54 of file DlgFolderScan.h. Referenced by OnTimer(). |
|
Definition at line 55 of file DlgFolderScan.h. Referenced by InstanceUpdate(). |
|
Definition at line 56 of file DlgFolderScan.h. Referenced by InstanceUpdate(). |
|
Definition at line 40 of file DlgFolderScan.cpp. Referenced by OnCancel(), Update(), and ~CFolderScanDlg(). |
|
Definition at line 57 of file DlgFolderScan.h. Referenced by InstanceUpdate(), and OnInitDialog(). |
|
Definition at line 43 of file DlgFolderScan.h. Referenced by DoDataExchange(), and InstanceUpdate(). |
|
Definition at line 42 of file DlgFolderScan.h. Referenced by DoDataExchange(), and InstanceUpdate(). |
|
Definition at line 41 of file DlgFolderScan.h. Referenced by DoDataExchange(), and InstanceUpdate(). |