MCPcopy Create free account
hub / github.com/derceg/explorerplusplus / SaveState

Method SaveState

Explorer++/Explorer++/DestroyFilesDialog.cpp:223–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223void DestroyFilesDialog::SaveState()
224{
225 m_pdfdps->SaveDialogPosition(m_hDlg);
226
227 if (IsDlgButtonChecked(m_hDlg, IDC_DESTROYFILES_RADIO_ONEPASS) == BST_CHECKED)
228 {
229 m_pdfdps->m_uOverwriteMethod = NFileOperations::OVERWRITE_ONEPASS;
230 }
231 else
232 {
233 m_pdfdps->m_uOverwriteMethod = NFileOperations::OVERWRITE_THREEPASS;
234 }
235
236 m_pdfdps->m_bStateSaved = TRUE;
237}
238
239void DestroyFilesDialog::OnOk()
240{

Callers

nothing calls this directly

Calls 1

SaveDialogPositionMethod · 0.80

Tested by

no test coverage detected