|
GME
13
|
#include <DialogList.h>
Public Types | |
| enum | dialogmode { CHKTEXT_NONE, CHKTEXT_ONETIMER, CHKTEXT_STICKY } |
| enum | { IDD = IDD_DIALOG_LIST } |
Public Member Functions | |
| CDialogList (CString _caption, dialogmode _mode=CHKTEXT_NONE, bool hasIgnore=false, CWnd *pParent=NULL) | |
Public Attributes | |
| CButton | m_btnIgnore |
| CButton | mcb_check_once |
| CListBox | m_list |
| CString | m_sz_listselection |
| BOOL | mb_check_once |
| CStringList | m_sz_prelist |
| int | mn_selection_index |
| CString | m_caption |
| CString | m_checkboxtext |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| virtual void | OnOK () |
| afx_msg void | OnButtonIgnore () |
| afx_msg void | OnDblclkList () |
| afx_msg void | OnChangeList () |
Definition at line 13 of file DialogList.h.
| anonymous enum |
Definition at line 26 of file DialogList.h.
Definition at line 17 of file DialogList.h.
| CDialogList::CDialogList | ( | CString | _caption, |
| dialogmode | _mode = CHKTEXT_NONE, |
||
| bool | hasIgnore = false, |
||
| CWnd * | pParent = NULL |
||
| ) |
Definition at line 17 of file DialogList.cpp.
| void CDialogList::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 30 of file DialogList.cpp.
| void CDialogList::OnButtonIgnore | ( | ) | [protected] |
Definition at line 99 of file DialogList.cpp.
| void CDialogList::OnChangeList | ( | void | ) | [protected] |
Definition at line 110 of file DialogList.cpp.
| void CDialogList::OnDblclkList | ( | void | ) | [protected] |
Definition at line 105 of file DialogList.cpp.
| BOOL CDialogList::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 54 of file DialogList.cpp.
| void CDialogList::OnOK | ( | ) | [protected, virtual] |
Definition at line 90 of file DialogList.cpp.
| CButton CDialogList::m_btnIgnore |
Definition at line 27 of file DialogList.h.
| CString CDialogList::m_caption |
Definition at line 59 of file DialogList.h.
| CString CDialogList::m_checkboxtext |
Definition at line 60 of file DialogList.h.
| CListBox CDialogList::m_list |
Definition at line 29 of file DialogList.h.
| CString CDialogList::m_sz_listselection |
Definition at line 30 of file DialogList.h.
| CStringList CDialogList::m_sz_prelist |
Definition at line 57 of file DialogList.h.
Definition at line 31 of file DialogList.h.
| CButton CDialogList::mcb_check_once |
Definition at line 28 of file DialogList.h.
Definition at line 58 of file DialogList.h.
1.7.6.1