MCPcopy Create free account
hub / github.com/MITK/MITK / PutInt

Method PutInt

Modules/Core/src/IO/mitkPreferences.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void mitk::Preferences::PutInt(const std::string& key, int value)
82{
83 this->SetProperty<int>(m_Properties, key, value, [](const auto& value) { return std::to_string(value); });
84}
85
86bool mitk::Preferences::GetBool(const std::string& key, bool def) const
87{

Callers 11

SaveColumnWidthsFunction · 0.80
GetIntMethod · 0.80
OverrideIntMethod · 0.80
StoreLimitMethod · 0.80
PerformOkMethod · 0.80
PerformOkMethod · 0.80
PerformOkMethod · 0.80
PerformOkMethod · 0.80
PerformOkMethod · 0.80
PerformOkMethod · 0.80
PerformOkMethod · 0.80

Calls

no outgoing calls

Tested by 3

GetIntMethod · 0.64
OverrideIntMethod · 0.64
PerformOkMethod · 0.64