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

Method SetControls

cppcryptfs/ui/MoreSettingsPropertyPage.cpp:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125
126void CMoreSettingsPropertyPage::SetControls(CryptSetting::SetType set_type)
127{
128 for (auto& c : m_controls) {
129 c.second->Set(set_type);
130 }
131}
132
133void CMoreSettingsPropertyPage::SetControlChanged(int id)
134{

Callers

nothing calls this directly

Calls 1

SetMethod · 0.80

Tested by

no test coverage detected