MCPcopy Create free account
hub / github.com/NatLabRockies/SAM / OnGridColSort

Method OnGridColSort

src/variablegrid.cpp:1132–1138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1130
1131
1132void VariableGridFrame::OnGridColSort(wxGridEvent& event)
1133{
1134 const int col = event.GetCol();
1135 m_griddata->Sort(col, !(m_grid->IsSortingBy(col) &&
1136 m_grid->IsSortOrderAscending()));
1137 UpdateGrid();
1138}
1139
1140
1141

Callers

nothing calls this directly

Calls 1

SortMethod · 0.80

Tested by

no test coverage detected