MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / AddDelete

Method AddDelete

ReClass/CNodeBase.cpp:189–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void CNodeBase::AddDelete( const PVIEWINFO View, int x, int y )
190{
191 if ((y > View->ClientRect->bottom) || (y + 16 < 0))
192 return;
193
194 if (m_bSelected)
195 AddIcon( View, View->ClientRect->right - 16, y, ICON_DELETE, 0, HS_DELETE );
196}
197
198//void CNodeBase::AddAdd(const PVIEWINFO View, int x, int y)
199//{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected