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

Method toggleSelectionState

src/modlistview.cpp:653–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653bool ModListView::toggleSelectionState()
654{
655 if (!selectionModel()->hasSelection()) {
656 return true;
657 }
658 return m_core->modList()->toggleState(
659 indexViewToModel(selectionModel()->selectedRows()));
660}
661
662void ModListView::updateGroupByProxy()
663{

Callers

nothing calls this directly

Calls 3

indexViewToModelFunction · 0.85
toggleStateMethod · 0.45
modListMethod · 0.45

Tested by

no test coverage detected