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

Class CFsInfoDialog

cppcryptfs/ui/FsInfoDialog.h:39–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37#include "context/cryptcontext.h"
38
39class CFsInfoDialog : public CDialog
40{
41private:
42
43// Construction
44public:
45 CFsInfoDialog(CWnd* pParent = NULL); // standard constructor
46
47 FsInfo m_info;
48 CString m_mountPoint;
49
50
51// Dialog Data
52 //{{AFX_DATA(CFsInfoDialog)
53 // Dialog Data
54#ifdef AFX_DESIGN_TIME
55 enum { IDD = IDD_FSINFO };
56#endif
57
58 //}}AFX_DATA
59
60
61// Overrides
62 // ClassWizard generated virtual function overrides
63 //{{AFX_VIRTUAL(CFsInfoDialog)
64 protected:
65 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
66 //}}AFX_VIRTUAL
67
68// Implementation
69protected:
70
71 // Generated message map functions
72 //{{AFX_MSG(CFsInfoDialog)
73 // NOTE: the ClassWizard will add member functions here
74 //}}AFX_MSG
75 DECLARE_MESSAGE_MAP()
76public:
77
78 afx_msg void OnBnClickedOk();
79 virtual BOOL OnInitDialog();
80
81};
82
83//{{AFX_INSERT_LOCATION}}
84// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected