Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ajkhoury/ReClassEx
/ ClearSelection
Method
ClearSelection
ReClass/CClassView.cpp:1715–1720 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1713
}
1714
1715
void CClassView::ClearSelection( )
1716
{
1717
for (int i = 0; i < m_Selected.size( ); i++)
1718
m_Selected[i].Object->Unselect( );
1719
m_Selected.clear( );
1720
}
1721
1722
void CClassView::OnTypeHex64( )
1723
{
Callers
nothing calls this directly
Calls
3
Unselect
Method · 0.80
clear
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected