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

Method saveState

src/modlistview.cpp:899–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

897}
898
899void ModListView::saveState(Settings& s) const
900{
901 s.geometry().saveState(header());
902
903 s.widgets().saveIndex(ui.groupBy);
904 s.widgets().saveTreeExpandState(this);
905
906 m_filters->saveState(s);
907}
908
909QRect ModListView::visualRect(const QModelIndex& index) const
910{

Callers

nothing calls this directly

Calls 2

saveIndexMethod · 0.80
saveTreeExpandStateMethod · 0.80

Tested by

no test coverage detected