#include <DlgDeleteFile.h>
Inheritance diagram for CDeleteFileDlg:
Public Types | |
enum | { IDD = IDD_DELETE_FILE } |
Public Member Functions | |
CDeleteFileDlg (CWnd *pParent=NULL) | |
virtual | ~CDeleteFileDlg () |
void | Apply (CLibraryFile *pFile) |
void | Create (CDownload *pDownload, BOOL bShare) |
afx_msg void | OnBnClickedRateValue () |
Public Attributes | |
BOOL | m_bAll |
CStatic | m_wndName |
CString | m_sComments |
CString | m_sName |
BOOL | m_nRateValue |
CButton | m_wndOK |
CEdit | m_wndComments |
CStatic | m_wndPrompt |
CButton | m_wndAll |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg HBRUSH | OnCtlColor (CDC *pDC, CWnd *pWnd, UINT nCtlColor) |
afx_msg void | OnTimer (UINT nIDEvent) |
afx_msg void | OnDeleteAll () |
|
Definition at line 39 of file DlgDeleteFile.h. |
|
Definition at line 42 of file DlgDeleteFile.cpp. |
|
Definition at line 48 of file DlgDeleteFile.cpp. |
|
Definition at line 135 of file DlgDeleteFile.cpp. References m_nRateValue, CLibraryFile::m_nRating, CLibraryFile::m_sComments, m_sComments, and CLibraryFile::SaveMetadata(). Referenced by Create(), CDownloadsWnd::OnDownloadsFileDelete(), and CLibraryFileView::OnLibraryDelete(). |
|
|
Reimplemented from CSkinDialog. Definition at line 52 of file DlgDeleteFile.cpp. References CSkinDialog::DoDataExchange(), IDC_DELETE_ALL, IDC_FILE_NAME, IDC_RATE_COMMENTS, IDC_RATE_PROMPT, IDC_RATE_VALUE_0, m_nRateValue, m_sComments, m_sName, m_wndAll, m_wndComments, m_wndName, m_wndOK, and m_wndPrompt. |
|
Definition at line 92 of file DlgDeleteFile.cpp. References m_nRateValue, m_sComments, m_sName, m_wndComments, and m_wndPrompt. |
|
Reimplemented from CSkinDialog. Definition at line 80 of file DlgDeleteFile.cpp. References CShareazaApp::m_gdiFontBold, m_wndName, CSkinDialog::OnCtlColor(), and theApp. |
|
Definition at line 129 of file DlgDeleteFile.cpp. References m_bAll, and m_nRateValue. |
|
Reimplemented from CSkinDialog. Definition at line 65 of file DlgDeleteFile.cpp. References ID_LIBRARY_DELETE, m_bAll, m_wndAll, NULL, CSkinDialog::OnInitDialog(), and CSkinDialog::SkinMe(). |
|
|
|
Definition at line 43 of file DlgDeleteFile.h. Referenced by OnDeleteAll(), OnInitDialog(), and CLibraryFileView::OnLibraryDelete(). |
|
Definition at line 47 of file DlgDeleteFile.h. Referenced by Apply(), DoDataExchange(), OnBnClickedRateValue(), and OnDeleteAll(). |
|
Definition at line 45 of file DlgDeleteFile.h. Referenced by Apply(), Create(), DoDataExchange(), and OnBnClickedRateValue(). |
|
Definition at line 46 of file DlgDeleteFile.h. Referenced by DoDataExchange(), OnBnClickedRateValue(), CDownloadsWnd::OnDownloadsClear(), CDownloadsWnd::OnDownloadsClearIncomplete(), CDownloadsWnd::OnDownloadsFileDelete(), and CLibraryFileView::OnLibraryDelete(). |
|
Definition at line 51 of file DlgDeleteFile.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
Definition at line 49 of file DlgDeleteFile.h. Referenced by DoDataExchange(), and OnBnClickedRateValue(). |
|
Definition at line 44 of file DlgDeleteFile.h. Referenced by DoDataExchange(), and OnCtlColor(). |
|
Definition at line 48 of file DlgDeleteFile.h. Referenced by DoDataExchange(). |
|
Definition at line 50 of file DlgDeleteFile.h. Referenced by DoDataExchange(), and OnBnClickedRateValue(). |