#include <Dlg_WPD_IgnoreList.h>
Public Types | |
| enum | { IDD = IDD_WPD_IGNORELIST } |
Public Member Functions | |
| CDlg_WPD_IgnoreList (struct fsWPDSettings *wpds, CWnd *pParent=NULL) | |
Public Attributes | |
| CListCtrl | m_wndList |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| void | ApplyLanguage () |
| void | UpdateEnabled () |
| afx_msg void | OnAdd () |
| virtual BOOL | OnInitDialog () |
| virtual void | OnOK () |
| afx_msg void | OnRemove () |
| afx_msg void | OnClickList (NMHDR *pNMHDR, LRESULT *pResult) |
| afx_msg void | OnKeydownList (NMHDR *pNMHDR, LRESULT *pResult) |
Protected Attributes | |
| fsWPDSettings * | m_wpds |
Definition at line 13 of file Dlg_WPD_IgnoreList.h.
| anonymous enum |
| CDlg_WPD_IgnoreList::CDlg_WPD_IgnoreList | ( | struct fsWPDSettings * | wpds, | |
| CWnd * | pParent = NULL | |||
| ) |
Definition at line 17 of file Dlg_WPD_IgnoreList.cpp.
| void CDlg_WPD_IgnoreList::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
| void CDlg_WPD_IgnoreList::ApplyLanguage | ( | ) | [protected] |
Definition at line 87 of file Dlg_WPD_IgnoreList.cpp.
References _LngMgr, fsMFCLangMgr::ApplyLanguage(), IDC_ADD, IDC_REMOVE, L_ADD, L_CANCEL, L_IGNORELIST, and L_REMOVE.
Referenced by OnInitDialog().
| void CDlg_WPD_IgnoreList::UpdateEnabled | ( | ) | [protected] |
Definition at line 82 of file Dlg_WPD_IgnoreList.cpp.
References IDC_REMOVE, and m_wndList.
Referenced by OnClickList(), OnInitDialog(), OnKeydownList(), and OnRemove().
| void CDlg_WPD_IgnoreList::OnAdd | ( | ) | [protected] |
Definition at line 43 of file Dlg_WPD_IgnoreList.cpp.
References _DlgMgr, fsDialogsMgr::DoModal(), L_IGNORE, L_NO, L_ONLY, L_YES, LS, CDlg_WPD_IL_Add::m_bSubfoldersAlso, CDlg_WPD_IL_Add::m_bThisOnly, CDlg_WPD_IL_Add::m_strURL, and m_wndList.
| BOOL CDlg_WPD_IgnoreList::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 55 of file Dlg_WPD_IgnoreList.cpp.
References ApplyLanguage(), L_IGNORE, L_NO, L_ONLY, L_SUBFOLDERS, L_TYPE, L_YES, LS, m_wndList, m_wpds, TRUE, UpdateEnabled(), fsWPDSettings::vIgnoreList, WPD_ILITEM_SUBFOLDERSALSO, and WPD_ILITEM_THISPATHONLY.
| void CDlg_WPD_IgnoreList::OnOK | ( | ) | [protected, virtual] |
Definition at line 98 of file Dlg_WPD_IgnoreList.cpp.
References fsWPDIgnoreListItem::dwFlags, L_ONLY, L_YES, LS, m_wndList, m_wpds, fsWPDIgnoreListItem::strURL, fsWPDSettings::vIgnoreList, WPD_ILITEM_SUBFOLDERSALSO, and WPD_ILITEM_THISPATHONLY.
| void CDlg_WPD_IgnoreList::OnRemove | ( | ) | [protected] |
Definition at line 119 of file Dlg_WPD_IgnoreList.cpp.
References m_wndList, pos(), and UpdateEnabled().
Referenced by OnKeydownList().
| void CDlg_WPD_IgnoreList::OnClickList | ( | NMHDR * | pNMHDR, | |
| LRESULT * | pResult | |||
| ) | [protected] |
| void CDlg_WPD_IgnoreList::OnKeydownList | ( | NMHDR * | pNMHDR, | |
| LRESULT * | pResult | |||
| ) | [protected] |
| CListCtrl CDlg_WPD_IgnoreList::m_wndList |
Definition at line 21 of file Dlg_WPD_IgnoreList.h.
Referenced by DoDataExchange(), OnAdd(), OnInitDialog(), OnOK(), OnRemove(), and UpdateEnabled().
fsWPDSettings* CDlg_WPD_IgnoreList::m_wpds [protected] |
1.5.6