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

Method selectionChanged

src/openms_gui/source/VISUAL/ParamEditor.cpp:423–429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 }
422
423 void ParamTree::selectionChanged(const QItemSelection & s, const QItemSelection &)
424 {
425 if (!s.empty())
426 {
427 emit selected(s.indexes().first());
428 }
429 }
430
431 bool ParamTree::edit(const QModelIndex & index, EditTrigger trigger, QEvent * event)
432 { // allow F2 or double click on any column in the current row

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected