|
GME
13
|
#include <CertificateDlg.h>

Public Types | |
| enum | { IDD = IDD_DIALOG2 } |
| enum | Response { PermanentAccept, TemoraryAccept, Reject } |
Public Member Functions | |
| CCertificateDlg (const std::string &p_text, bool p_permAcceptEnabled, CWnd *pParent=NULL) | |
| virtual | ~CCertificateDlg () |
| Response | getResp () |
| afx_msg void | OnBnClickedOk () |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
Protected Attributes | |
| int | m_leftPad |
| int | m_rightPad |
| Response | m_response |
| std::string | m_certDetails |
| bool | m_permAcceptEnabled |
| CEdit | m_textBox |
Definition at line 7 of file CertificateDlg.h.
| anonymous enum |
Definition at line 16 of file CertificateDlg.h.
Definition at line 17 of file CertificateDlg.h.
| CCertificateDlg::CCertificateDlg | ( | const std::string & | p_text, |
| bool | p_permAcceptEnabled, | ||
| CWnd * | pParent = NULL |
||
| ) |
Definition at line 11 of file CertificateDlg.cpp.
| CCertificateDlg::~CCertificateDlg | ( | ) | [virtual] |
Definition at line 21 of file CertificateDlg.cpp.
| void CCertificateDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 25 of file CertificateDlg.cpp.
Definition at line 97 of file CertificateDlg.cpp.
| void CCertificateDlg::OnBnClickedOk | ( | ) |
Definition at line 64 of file CertificateDlg.cpp.
| BOOL CCertificateDlg::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 40 of file CertificateDlg.cpp.
| void CCertificateDlg::OnSize | ( | UINT | nType, |
| int | cx, | ||
| int | cy | ||
| ) |
Definition at line 102 of file CertificateDlg.cpp.
std::string CCertificateDlg::m_certDetails [protected] |
Definition at line 32 of file CertificateDlg.h.
int CCertificateDlg::m_leftPad [protected] |
Definition at line 28 of file CertificateDlg.h.
bool CCertificateDlg::m_permAcceptEnabled [protected] |
Definition at line 33 of file CertificateDlg.h.
Response CCertificateDlg::m_response [protected] |
Definition at line 31 of file CertificateDlg.h.
int CCertificateDlg::m_rightPad [protected] |
Definition at line 29 of file CertificateDlg.h.
CEdit CCertificateDlg::m_textBox [protected] |
Definition at line 35 of file CertificateDlg.h.
1.7.6.1