|
GME
13
|
#include <SvnTestDlg.h>
Public Types | |
| enum | { IDD = IDD_TESTRESULTDIALOG } |
Public Member Functions | |
| CSvnTestDlg (CWnd *pParent=NULL) | |
| virtual | ~CSvnTestDlg () |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| void | setContent (const CString &p_cont) |
| virtual BOOL | OnInitDialog () |
Public Attributes | |
| CEdit | m_field |
| CButton | m_btn |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
Protected Attributes | |
| CString | m_defContent |
Definition at line 6 of file SvnTestDlg.h.
| anonymous enum |
Definition at line 15 of file SvnTestDlg.h.
| CSvnTestDlg::CSvnTestDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 12 of file SvnTestDlg.cpp.
| CSvnTestDlg::~CSvnTestDlg | ( | ) | [virtual] |
Definition at line 17 of file SvnTestDlg.cpp.
| void CSvnTestDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 21 of file SvnTestDlg.cpp.
| BOOL CSvnTestDlg::OnInitDialog | ( | ) | [virtual] |
Definition at line 62 of file SvnTestDlg.cpp.
| void CSvnTestDlg::OnSize | ( | UINT | nType, |
| int | cx, | ||
| int | cy | ||
| ) |
Definition at line 36 of file SvnTestDlg.cpp.
| void CSvnTestDlg::setContent | ( | const CString & | p_cont | ) |
Definition at line 57 of file SvnTestDlg.cpp.
| CButton CSvnTestDlg::m_btn |
Definition at line 24 of file SvnTestDlg.h.
CString CSvnTestDlg::m_defContent [protected] |
Definition at line 30 of file SvnTestDlg.h.
| CEdit CSvnTestDlg::m_field |
Definition at line 23 of file SvnTestDlg.h.
1.7.6.1