GME
13
|
#include <MetaDlg.h>
Public Types | |
enum | { IDD = IDD_METADLG } |
Public Member Functions | |
CMetaDlg (CWnd *pParent=NULL) | |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
Public Attributes | |
CButton | m_purge |
CButton | m_remove |
CListCtrl | m_list |
CString | name |
CString | connstr |
metadlg_enum | flags |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnNotify (WPARAM wParam, LPARAM lParam, LRESULT *pResult) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnAddfile () |
afx_msg void | OnRemove () |
virtual void | OnOK () |
afx_msg void | OnPurge () |
void | ResetItems () |
Protected Attributes | |
CComObjPtr< IMgaRegistrar > | registrar |
CString | to_select |
CMetaDlg::CMetaDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 20 of file MetaDlg.cpp.
void CMetaDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 28 of file MetaDlg.cpp.
void CMetaDlg::OnAddfile | ( | ) | [protected] |
Definition at line 178 of file MetaDlg.cpp.
BOOL CMetaDlg::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 52 of file MetaDlg.cpp.
BOOL CMetaDlg::OnNotify | ( | WPARAM | wParam, |
LPARAM | lParam, | ||
LRESULT * | pResult | ||
) | [protected, virtual] |
Definition at line 266 of file MetaDlg.cpp.
void CMetaDlg::OnOK | ( | ) | [protected, virtual] |
Definition at line 290 of file MetaDlg.cpp.
void CMetaDlg::OnPurge | ( | ) | [protected] |
Definition at line 306 of file MetaDlg.cpp.
void CMetaDlg::OnRemove | ( | ) | [protected] |
Definition at line 244 of file MetaDlg.cpp.
void CMetaDlg::OnSize | ( | UINT | nType, |
int | cx, | ||
int | cy | ||
) |
Definition at line 315 of file MetaDlg.cpp.
void CMetaDlg::ResetItems | ( | ) | [protected] |
Definition at line 110 of file MetaDlg.cpp.
CString CMetaDlg::connstr |
CListCtrl CMetaDlg::m_list |
CButton CMetaDlg::m_purge |
CButton CMetaDlg::m_remove |
CString CMetaDlg::name |
CComObjPtr<IMgaRegistrar> CMetaDlg::registrar [protected] |
CString CMetaDlg::to_select [protected] |