Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatLabRockies/SAM
/ OnShow
Method
OnShow
src/variablegrid.cpp:982–987 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
980
}
981
982
void VariableGridFrame::OnShow(wxShowEvent& )
983
{
984
m_griddata->Sort(0, !(m_grid->IsSortingBy(0) &&
985
m_grid->IsSortOrderAscending()));
986
UpdateGrid();
987
}
988
989
990
VariableGridFrame::~VariableGridFrame()
Callers
nothing calls this directly
Calls
1
Sort
Method · 0.80
Tested by
no test coverage detected