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

Method OnIdrExitcppcryptfs

cppcryptfs/ui/CryptPropertySheet.cpp:240–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238
239
240void CCryptPropertySheet::OnIdrExitcppcryptfs()
241{
242 // TODO: Add your command handler code here
243
244 if (CanClose()) {
245
246 int pageCount = GetPageCount();
247 for (int i = 0; i < pageCount; i++) {
248 CCryptPropertyPage *page = (CCryptPropertyPage*)GetPage(i);
249 if (page)
250 page->OnExit();
251 }
252 EndDialog(IDCLOSE);
253 }
254}
255
256
257

Callers 2

OnClickedExitMethod · 0.80
ProcessCommandLineMethod · 0.80

Calls 1

OnExitMethod · 0.45

Tested by

no test coverage detected