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

Method GetItemRect

DebugView++/LogView.cpp:653–658  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651}
652
653RECT CLogView::GetItemRect(int iItem, unsigned code) const
654{
655 RECT rect;
656 CListViewCtrl::GetItemRect(iItem, &rect, code);
657 return rect;
658}
659
660RECT CLogView::GetSubItemRect(int iItem, int iSubItem, unsigned code) const
661{

Callers 9

ContinueItemDragFunction · 0.80
OnMouseMoveFunction · 0.80
HitTestFunction · 0.80
EnsureVisibleFunction · 0.80
HighlightItemFunction · 0.80
OnContextMenuMethod · 0.80
OnDragMethod · 0.80

Calls 1

GetItemRectFunction · 0.85

Tested by

no test coverage detected