Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
236
void CSettingsPropertyPage::SetControls(CryptSetting::SetType set_type)
237
{
238
for (auto& c : m_controls) {
239
c.second->Set(set_type);
240
}
241
}
242
243
void CSettingsPropertyPage::SetControlChanged(int id)
244
{
Callers
nothing calls this directly
Calls
1
Set
Method · 0.80
Tested by
no test coverage detected