Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
void CMoreSettingsPropertyPage::SetControls(CryptSetting::SetType set_type)
127
{
128
for (auto& c : m_controls) {
129
c.second->Set(set_type);
130
}
131
}
132
133
void CMoreSettingsPropertyPage::SetControlChanged(int id)
134
{
Callers
nothing calls this directly
Calls
1
Set
Method · 0.80
Tested by
no test coverage detected