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

Method ChildrenNames

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

Source from the content-addressed store, hash-verified

316}
317
318std::vector<std::string> mitk::Preferences::ChildrenNames() const
319{
320 std::vector<std::string> names;
321
322 for (const auto& child : m_Children)
323 names.push_back(child->Name());
324
325 return names;
326}
327
328mitk::IPreferences* mitk::Preferences::Parent()
329{

Callers 6

NodeMethod · 0.80
ApplyFromXMLElementFunction · 0.80
LoadPresetsMapMethod · 0.80
SetSelectedPresetNameMethod · 0.80

Calls 1

NameMethod · 0.80

Tested by 2

NodeMethod · 0.64