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

Function GetPreferences

Plugins/org.mitk.gui.qt.ext/src/QmitkStartupDialog.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace
25{
26 mitk::IPreferences* GetPreferences()
27 {
28 auto* preferencesService = mitk::CoreServices::GetPreferencesService();
29 return preferencesService->GetSystemPreferences()->Node("org.mitk.startupdialog");
30 }
31}
32
33QT_BEGIN_NAMESPACE

Callers 4

SkipDialogMethod · 0.70
showEventMethod · 0.70
OnFinishedMethod · 0.70
PerformOkMethod · 0.50

Calls 2

NodeMethod · 0.45
GetSystemPreferencesMethod · 0.45

Tested by

no test coverage detected