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

Method SetControls

cppcryptfs/ui/SettingsPropertyPage.cpp:236–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236void CSettingsPropertyPage::SetControls(CryptSetting::SetType set_type)
237{
238 for (auto& c : m_controls) {
239 c.second->Set(set_type);
240 }
241}
242
243void CSettingsPropertyPage::SetControlChanged(int id)
244{

Callers

nothing calls this directly

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected