MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / saveFile

Method saveFile

src/openms_gui/source/VISUAL/APPLICATIONS/INIFileEditorWindow.cpp:97–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 bool INIFileEditorWindow::saveFile()
98 {
99 if (filename_.isEmpty())
100 {
101 return false;
102 }
103
104 editor_->store();
105
106 ParamXMLFile paramFile;
107 paramFile.store(filename_.toStdString(), param_);
108 updateWindowTitle(editor_->isModified());
109 return true;
110 }
111
112 bool INIFileEditorWindow::saveFileAs()
113 {

Callers

nothing calls this directly

Calls 3

isEmptyMethod · 0.45
storeMethod · 0.45
isModifiedMethod · 0.45

Tested by

no test coverage detected