MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetSubItemRect

Method GetSubItemRect

DebugView++/LogView.cpp:660–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658}
659
660RECT CLogView::GetSubItemRect(int iItem, int iSubItem, unsigned code) const
661{
662 RECT rect;
663 CListViewCtrl::GetSubItemRect(iItem, iSubItem, code, &rect);
664 if (iSubItem == 0)
665 rect.right = rect.left + GetColumnWidth(0);
666 return rect;
667}
668
669void InsertHighlight(std::vector<Highlight>& highlights, const Highlight& highlight)
670{

Callers

nothing calls this directly

Calls 1

GetColumnWidthFunction · 0.85

Tested by

no test coverage detected