GME
13
|
#include <NewXmlbackendProjDlg.h>
Public Types | |
enum | { IDD = IDD_NEW_MULTIUSER_PROJ_DLG } |
Public Member Functions | |
CNewXmlbackendProjDlg (CWnd *pParent=NULL) | |
Public Attributes | |
CEdit | m_svnUrlCtrl |
CStatic | m_svnUrlLabel |
CButton | m_svnBorder |
CString | m_location |
CString | m_projectName |
CString | m_svnUrl |
int | m_sourceControlType |
int | m_hashedFileStorage |
CComboBox | m_hashAlgoControl |
CString | m_connectionString |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
void | enableSubversionControls (bool enable) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnButtonBrowseLoc () |
virtual void | OnOK () |
afx_msg void | OnSourceControlChanged () |
afx_msg void | OnBnClickedCheckSplittosubdirs () |
Definition at line 15 of file NewXmlbackendProjDlg.h.
anonymous enum |
Definition at line 23 of file NewXmlbackendProjDlg.h.
CNewXmlbackendProjDlg::CNewXmlbackendProjDlg | ( | CWnd * | pParent = NULL | ) |
Definition at line 21 of file NewXmlbackendProjDlg.cpp.
void CNewXmlbackendProjDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 34 of file NewXmlbackendProjDlg.cpp.
void CNewXmlbackendProjDlg::enableSubversionControls | ( | bool | enable | ) | [protected] |
Definition at line 50 of file NewXmlbackendProjDlg.cpp.
void CNewXmlbackendProjDlg::OnBnClickedCheckSplittosubdirs | ( | ) | [protected] |
Definition at line 262 of file NewXmlbackendProjDlg.cpp.
void CNewXmlbackendProjDlg::OnButtonBrowseLoc | ( | ) | [protected] |
Definition at line 79 of file NewXmlbackendProjDlg.cpp.
BOOL CNewXmlbackendProjDlg::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 246 of file NewXmlbackendProjDlg.cpp.
void CNewXmlbackendProjDlg::OnOK | ( | ) | [protected, virtual] |
Definition at line 119 of file NewXmlbackendProjDlg.cpp.
void CNewXmlbackendProjDlg::OnSourceControlChanged | ( | ) | [protected] |
Definition at line 112 of file NewXmlbackendProjDlg.cpp.
Definition at line 35 of file NewXmlbackendProjDlg.h.
CComboBox CNewXmlbackendProjDlg::m_hashAlgoControl |
Definition at line 32 of file NewXmlbackendProjDlg.h.
Definition at line 31 of file NewXmlbackendProjDlg.h.
Definition at line 27 of file NewXmlbackendProjDlg.h.
Definition at line 28 of file NewXmlbackendProjDlg.h.
Definition at line 30 of file NewXmlbackendProjDlg.h.
Definition at line 26 of file NewXmlbackendProjDlg.h.
CString CNewXmlbackendProjDlg::m_svnUrl |
Definition at line 29 of file NewXmlbackendProjDlg.h.
Definition at line 24 of file NewXmlbackendProjDlg.h.
Definition at line 25 of file NewXmlbackendProjDlg.h.