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

Method indexModelToView

src/modlistview.cpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333QModelIndex ModListView::indexModelToView(const QModelIndex& index) const
334{
335 return ::indexModelToView(index, this);
336}
337
338QModelIndexList ModListView::indexModelToView(const QModelIndexList& index) const
339{

Callers 7

ModListContextMenuMethod · 0.45
createEmptyModMethod · 0.45
createSeparatorMethod · 0.45
displayModInformationMethod · 0.45
renameModMethod · 0.45
setCategoriesMethod · 0.45
setPrimaryCategoryMethod · 0.45

Calls 1

indexModelToViewFunction · 0.85

Tested by

no test coverage detected