GME
13
|
#include <CommitDialog.h>
Public Types | |
enum | { IDD = IDD_DIALOG_COMMIT } |
Public Member Functions | |
CCommitDialog (CWnd *pParent=NULL) | |
virtual | ~CCommitDialog () |
Public Attributes | |
CEdit | m_commentEdit |
CString | m_comment |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual void | OnOK () |
Definition at line 7 of file CommitDialog.h.
anonymous enum |
Definition at line 16 of file CommitDialog.h.
CCommitDialog::CCommitDialog | ( | CWnd * | pParent = NULL | ) |
Definition at line 13 of file CommitDialog.cpp.
CCommitDialog::~CCommitDialog | ( | ) | [virtual] |
Definition at line 19 of file CommitDialog.cpp.
void CCommitDialog::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 23 of file CommitDialog.cpp.
void CCommitDialog::OnOK | ( | ) | [protected, virtual] |
Definition at line 35 of file CommitDialog.cpp.
CString CCommitDialog::m_comment |
Definition at line 26 of file CommitDialog.h.
Definition at line 25 of file CommitDialog.h.