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

Class CCryptAboutPropertyPage

cppcryptfs/ui/CryptAboutPropertyPage.h:36–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34// CCryptAboutPropertyPage dialog
35
36class CCryptAboutPropertyPage : public CCryptPropertyPage
37{
38 DECLARE_DYNAMIC(CCryptAboutPropertyPage)
39
40public:
41 // disallow copying
42 CCryptAboutPropertyPage(CCryptAboutPropertyPage const&) = delete;
43 void operator=(CCryptAboutPropertyPage const&) = delete;
44
45 CCryptAboutPropertyPage();
46 virtual ~CCryptAboutPropertyPage();
47
48// Dialog Data
49#ifdef AFX_DESIGN_TIME
50 enum { IDD = IDD_ABOUTBOX };
51#endif
52
53protected:
54 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
55
56 DECLARE_MESSAGE_MAP()
57public:
58 virtual BOOL OnInitDialog();
59 afx_msg void OnEnChangeInfo();
60 afx_msg void OnSetfocusInfo();
61 afx_msg void OnItemchangedComponentsList(NMHDR *pNMHDR, LRESULT *pResult);
62};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected