MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / selected

Method selected

src/pluginlistview.cpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181std::pair<QModelIndex, QModelIndexList> PluginListView::selected() const
182{
183 return {indexViewToModel(currentIndex()),
184 indexViewToModel(selectionModel()->selectedRows())};
185}
186
187void PluginListView::setSelected(const QModelIndex& current,
188 const QModelIndexList& selected)

Callers

nothing calls this directly

Calls 1

indexViewToModelFunction · 0.85

Tested by

no test coverage detected