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

Function GetPreferences

Modules/Core/src/Rendering/mitkVideoRecorder.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52namespace
53{
54 mitk::IPreferences* GetPreferences()
55 {
56 auto* preferencesService = mitk::CoreServices::GetPreferencesService();
57 return preferencesService->GetSystemPreferences()->Node("org.mitk.views.moviemaker");
58 }
59
60 class RecordingSession
61 {

Callers 5

GetFFmpegPathMethod · 0.70
GetOutputFormatMethod · 0.70
GetActiveLimitMethod · 0.50
GetLastPositiveLimitMethod · 0.50
StoreLimitMethod · 0.50

Calls 2

NodeMethod · 0.45
GetSystemPreferencesMethod · 0.45

Tested by

no test coverage detected