| 202 | //} |
| 203 | |
| 204 | void CNodeBase::AddTypeDrop( const PVIEWINFO View, int x, int y ) |
| 205 | { |
| 206 | if (View->MultiSelected || ((y > View->ClientRect->bottom) || (y + 16 < 0))) |
| 207 | return; |
| 208 | |
| 209 | if (m_bSelected) |
| 210 | AddIcon( View, 0, y, ICON_DROPARROW, 0, HS_DROP ); |
| 211 | } |
| 212 | |
| 213 | int CNodeBase::ResolveRTTI( ULONG_PTR Address, int x, const PVIEWINFO View, int y ) |
| 214 | { |
nothing calls this directly
no outgoing calls
no test coverage detected