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

Method Save

Plugins/org.blueberry.ui.qt/src/internal/berryCommandStateProxy.cpp:111–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111void CommandStateProxy::Save(mitk::IPreferences* store,
112 const std::string& preferenceKey)
113{
114 if (LoadState())
115 {
116 if (PersistentState::Pointer persistableState = state.Cast<PersistentState>())
117 {
118 persistableState->Save(store, preferenceKey);
119 }
120 }
121}
122
123void CommandStateProxy::SetId(const QString& id)
124{

Callers 6

~CommandStateProxyMethod · 0.45
SaveMementoToFileMethod · 0.45
foreachFunction · 0.45
SaveStateMethod · 0.45
SaveStateMethod · 0.45
SaveCustomPerspMethod · 0.45

Calls

no outgoing calls

Tested by 1

SaveCustomPerspMethod · 0.36