#include <DlgDownloadGroup.h>
Inheritance diagram for CDownloadGroupDlg:
Public Types | |
enum | { IDD = IDD_DOWNLOAD_GROUP } |
Public Member Functions | |
CDownloadGroupDlg (CDownloadGroup *pGroup, CWnd *pParent=NULL) | |
Public Attributes | |
CIconButtonCtrl | m_wndBrowse |
CListCtrl | m_wndImages |
CEdit | m_wndFolder |
CButton | m_wndFilterAdd |
CButton | m_wndFilterRemove |
CComboBox | m_wndFilterList |
CString | m_sName |
CString | m_sFolder |
CDownloadGroup * | m_pGroup |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnFilterAdd () |
afx_msg void | OnFilterRemove () |
afx_msg void | OnEditChangeFilterList () |
afx_msg void | OnSelChangeFilterList () |
virtual void | OnOK () |
afx_msg void | OnBrowse () |
|
Definition at line 42 of file DlgDownloadGroup.h. |
|
Definition at line 57 of file DlgDownloadGroup.cpp. |
|
Reimplemented from CSkinDialog. Definition at line 66 of file DlgDownloadGroup.cpp. References CSkinDialog::DoDataExchange(), IDC_DOWNLOADS_BROWSE, IDC_FILTER_ADD, IDC_FILTER_LIST, IDC_FILTER_REMOVE, IDC_FOLDER, IDC_ICON_LIST, IDC_NAME, m_sFolder, m_sName, m_wndBrowse, m_wndFilterAdd, m_wndFilterList, m_wndFilterRemove, m_wndFolder, and m_wndImages. |
|
Definition at line 253 of file DlgDownloadGroup.cpp. References CSettings::sDownloads::CompletePath, CSettings::Downloads, IDS_SETTINGS_FILEPATH_NOT_SAME, CSettings::sDownloads::IncompletePath, LoadString(), m_sFolder, NULL, and Settings. |
|
Definition at line 135 of file DlgDownloadGroup.cpp. References m_wndFilterAdd, and m_wndFilterList. |
|
Definition at line 145 of file DlgDownloadGroup.cpp. References m_wndFilterList. |
|
Definition at line 159 of file DlgDownloadGroup.cpp. References m_wndFilterList, and m_wndFilterRemove. |
|
|
|
Definition at line 140 of file DlgDownloadGroup.cpp. References m_wndFilterList, and m_wndFilterRemove. |
|
Definition at line 53 of file DlgDownloadGroup.h. Referenced by OnInitDialog(), and OnOK(). |
|
Definition at line 50 of file DlgDownloadGroup.h. Referenced by DoDataExchange(), OnBrowse(), OnInitDialog(), and OnOK(). |
|
Definition at line 49 of file DlgDownloadGroup.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |
|
Definition at line 43 of file DlgDownloadGroup.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
Definition at line 46 of file DlgDownloadGroup.h. Referenced by DoDataExchange(), OnEditChangeFilterList(), and OnInitDialog(). |
|
Definition at line 48 of file DlgDownloadGroup.h. Referenced by DoDataExchange(), OnEditChangeFilterList(), OnFilterAdd(), OnFilterRemove(), OnInitDialog(), OnOK(), and OnSelChangeFilterList(). |
|
Definition at line 47 of file DlgDownloadGroup.h. Referenced by DoDataExchange(), OnFilterRemove(), OnInitDialog(), and OnSelChangeFilterList(). |
|
Definition at line 45 of file DlgDownloadGroup.h. Referenced by DoDataExchange(), and OnInitDialog(). |
|
Definition at line 44 of file DlgDownloadGroup.h. Referenced by DoDataExchange(), OnInitDialog(), and OnOK(). |