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

Method SaveState

Explorer++/Explorer++/SetDefaultColumnsDialog.cpp:219–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void SetDefaultColumnsDialog::SaveState()
220{
221 m_psdcdps->SaveDialogPosition(m_hDlg);
222
223 int iSelected = static_cast<int>(
224 SendDlgItemMessage(m_hDlg, IDC_DEFAULTCOLUMNS_COMBOBOX, CB_GETCURSEL, 0, 0));
225 auto itr = m_FolderMap.find(iSelected);
226 m_psdcdps->m_FolderType = itr->second;
227
228 m_psdcdps->m_bStateSaved = TRUE;
229}
230
231void SetDefaultColumnsDialog::OnOk()
232{

Callers

nothing calls this directly

Calls 2

SaveDialogPositionMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected