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

Method AddOpenClose

ReClass/CNodeBase.cpp:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182int CNodeBase::AddOpenClose( const PVIEWINFO View, int x, int y )
183{
184 if ((y > View->ClientRect->bottom) || (y + 16 < 0))
185 return x + 16;
186 return m_LevelsOpen[View->Level] ? AddIcon( View, x, y, ICON_OPEN, 0, HS_OPENCLOSE ) : AddIcon( View, x, y, ICON_CLOSED, 0, HS_OPENCLOSE );
187}
188
189void CNodeBase::AddDelete( const PVIEWINFO View, int x, int y )
190{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected