MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / SaveFrame

Method SaveFrame

DSView/pv/config/appconfig.cpp:367–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367void AppConfig::SaveFrame()
368{
369 QSettings st(QApplication::organizationName(), QApplication::applicationName());
370 _saveFrame(frameOptions, st);
371}
372
373void AppConfig::SetProtocolFormat(const std::string &protocolName, const std::string &value)
374{

Callers 8

save_configMethod · 0.80
switchLanguageMethod · 0.80
switchThemeMethod · 0.80
writeSettingsMethod · 0.80
protocol_clickedMethod · 0.80
trigger_clickedMethod · 0.80
measure_clickedMethod · 0.80
search_clickedMethod · 0.80

Calls 1

_saveFrameFunction · 0.85

Tested by

no test coverage detected