MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / CMountMangerDialog

Class CMountMangerDialog

cppcryptfs/ui/MountMangerDialog.h:6–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4// CMountMangerDialog dialog
5
6class CMountMangerDialog : public CDialogEx
7{
8 DECLARE_DYNAMIC(CMountMangerDialog)
9
10public:
11
12 BOOL m_bOkPressed;
13
14 // disallow copying
15 CMountMangerDialog(CMountMangerDialog const&) = delete;
16 void operator=(CMountMangerDialog const&) = delete;
17
18 CMountMangerDialog(CWnd* pParent = NULL); // standard constructor
19 virtual ~CMountMangerDialog();
20
21// Dialog Data
22#ifdef AFX_DESIGN_TIME
23 enum { IDD = IDD_MOUNTMANAGER };
24#endif
25
26protected:
27 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
28
29 DECLARE_MESSAGE_MAP()
30public:
31 afx_msg void OnBnClickedOk();
32 afx_msg void OnBnClickedDontshowagain();
33};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected