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

Class CCryptPropertyPage

cppcryptfs/ui/CryptPropertyPage.h:34–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32// CCryptPropertyPage dialog
33
34class CCryptPropertyPage : public CPropertyPage
35{
36 DECLARE_DYNAMIC(CCryptPropertyPage)
37
38public:
39 // disallow copying
40 CCryptPropertyPage(CCryptPropertyPage const&) = delete;
41 void operator=(CCryptPropertyPage const&) = delete;
42
43 CCryptPropertyPage();
44 CCryptPropertyPage(int id);
45 virtual ~CCryptPropertyPage();
46
47// Dialog Data
48#ifdef AFX_DESIGN_TIME
49 enum { IDD = IDD_CRYPTPROPERTYPAGE };
50#endif
51 virtual void DefaultAction();
52 virtual void ProcessCommandLine(LPCTSTR szCmd, BOOL bOnStartup = FALSE, HANDLE hPipe = INVALID_HANDLE_VALUE);
53 virtual void DeviceChange();
54 virtual void OnExit();
55
56protected:
57 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
58
59 DECLARE_MESSAGE_MAP()
60};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected