GME
13
|
#include <PropertiesDlg.h>
Public Types | |
enum | { IDD = IDD_PROPERTIES_DIALOG } |
Public Member Functions | |
CPropertiesDlg (IMgaFCO *fcopt, CWnd *pParent=NULL) | |
Public Attributes | |
CComPtr< IMgaFCO > | fco |
CEdit | dep |
CEdit | nameBox |
CEdit | kind |
CEdit | objectid |
CEdit | etc |
CEdit | aspect |
CEdit | role |
CEdit | type |
CEdit | metaid |
CString | name |
CString | m_relid |
CString | m_sz_pre_edit_name |
long | relid |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnSetrelid () |
Protected Attributes | |
bool | editflag |
Definition at line 13 of file PropertiesDlg.h.
anonymous enum |
Definition at line 24 of file PropertiesDlg.h.
CPropertiesDlg::CPropertiesDlg | ( | IMgaFCO * | fcopt, |
CWnd * | pParent = NULL |
||
) |
virtual void CPropertiesDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
virtual BOOL CPropertiesDlg::OnInitDialog | ( | ) | [protected, virtual] |
afx_msg void CPropertiesDlg::OnSetrelid | ( | ) | [protected] |
CEdit CPropertiesDlg::aspect |
Definition at line 30 of file PropertiesDlg.h.
CEdit CPropertiesDlg::dep |
Definition at line 25 of file PropertiesDlg.h.
bool CPropertiesDlg::editflag [protected] |
Definition at line 46 of file PropertiesDlg.h.
CEdit CPropertiesDlg::etc |
Definition at line 29 of file PropertiesDlg.h.
CComPtr<IMgaFCO> CPropertiesDlg::fco |
Definition at line 20 of file PropertiesDlg.h.
CEdit CPropertiesDlg::kind |
Definition at line 27 of file PropertiesDlg.h.
CString CPropertiesDlg::m_relid |
Definition at line 35 of file PropertiesDlg.h.
Definition at line 59 of file PropertiesDlg.h.
CEdit CPropertiesDlg::metaid |
Definition at line 33 of file PropertiesDlg.h.
CString CPropertiesDlg::name |
Definition at line 34 of file PropertiesDlg.h.
CEdit CPropertiesDlg::nameBox |
Definition at line 26 of file PropertiesDlg.h.
CEdit CPropertiesDlg::objectid |
Definition at line 28 of file PropertiesDlg.h.
Definition at line 60 of file PropertiesDlg.h.
CEdit CPropertiesDlg::role |
Definition at line 31 of file PropertiesDlg.h.
CEdit CPropertiesDlg::type |
Definition at line 32 of file PropertiesDlg.h.