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

Method getFilenames

src/openms_gui/source/VISUAL/InputFileList.cpp:128–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 void InputFileList::getFilenames(QStringList& files) const
129 {
130 files.clear();
131 for (int i = 0; i < ui_->input_file_list->count(); ++i)
132 {
133 files.push_back(ui_->input_file_list->item(i)->text());
134 }
135 }
136
137 StringList InputFileList::getFilenames() const
138 {

Callers 1

showFilesDialogMethod · 0.45

Calls 3

countMethod · 0.80
clearMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected