MCPcopy 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
1715void 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
1722void CClassView::OnTypeHex64( )
1723{

Callers

nothing calls this directly

Calls 3

UnselectMethod · 0.80
clearMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected