|
GME
13
|
#include <ConnityDlg.h>
Public Types | |
| enum | { IDD = IDD_CONNECTIVITYDIALOG } |
Public Member Functions | |
| CConnityDlg (bool p_reverse, CWnd *pParent=NULL) | |
| virtual | ~CConnityDlg () |
| void | setList (CGuiConnectionList &p_list) |
| CGuiConnection * | getSelectedC () |
| virtual BOOL | OnInitDialog () |
| afx_msg void | OnLbnDblclkList1 () |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg void | OnSizing (UINT fwSide, LPRECT pRect) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnPaint () |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual void | OnOK () |
Protected Attributes | |
| CListBox | m_options |
| CButton | m_ok |
| CButton | m_ca |
Definition at line 10 of file ConnityDlg.h.
| anonymous enum |
Definition at line 36 of file ConnityDlg.h.
| CConnityDlg::CConnityDlg | ( | bool | p_reverse, |
| CWnd * | pParent = NULL |
||
| ) |
Definition at line 22 of file ConnityDlg.cpp.
| CConnityDlg::~CConnityDlg | ( | ) | [virtual] |
Definition at line 30 of file ConnityDlg.cpp.
| void CConnityDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 44 of file ConnityDlg.cpp.
Definition at line 39 of file ConnityDlg.cpp.
| int CConnityDlg::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) |
Definition at line 174 of file ConnityDlg.cpp.
| BOOL CConnityDlg::OnInitDialog | ( | ) | [virtual] |
Definition at line 64 of file ConnityDlg.cpp.
| void CConnityDlg::OnLbnDblclkList1 | ( | ) |
Definition at line 130 of file ConnityDlg.cpp.
| void CConnityDlg::OnOK | ( | ) | [protected, virtual] |
Definition at line 102 of file ConnityDlg.cpp.
| void CConnityDlg::OnPaint | ( | ) |
Definition at line 182 of file ConnityDlg.cpp.
| void CConnityDlg::OnSize | ( | UINT | nType, |
| int | cx, | ||
| int | cy | ||
| ) |
Definition at line 148 of file ConnityDlg.cpp.
| void CConnityDlg::OnSizing | ( | UINT | fwSide, |
| LPRECT | pRect | ||
| ) |
Definition at line 136 of file ConnityDlg.cpp.
| void CConnityDlg::setList | ( | CGuiConnectionList & | p_list | ) |
Definition at line 34 of file ConnityDlg.cpp.
CButton CConnityDlg::m_ca [protected] |
Definition at line 47 of file ConnityDlg.h.
CButton CConnityDlg::m_ok [protected] |
Definition at line 46 of file ConnityDlg.h.
CListBox CConnityDlg::m_options [protected] |
Definition at line 45 of file ConnityDlg.h.
1.7.6.1