MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / ResetAllToDefault

Method ResetAllToDefault

source/Configuration/PropertySheet.cpp:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void CPropertySheet::ResetAllToDefault()
103{
104 m_PageConfig.ResetToDefault();
105 m_PageInput.ResetToDefault();
106 m_PageSlots.ResetToDefault();
107 m_PageAdvanced.ResetToDefault();
108}
109
110void CPropertySheet::ApplyConfigAfterClose(UINT bmPages)
111{

Callers 1

DlgProcInternalMethod · 0.80

Calls 1

ResetToDefaultMethod · 0.45

Tested by

no test coverage detected