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

Method DrawItem

DebugView++/LogView.cpp:583–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583void CLogView::DrawItem(DRAWITEMSTRUCT* pDrawItemStruct)
584{
585 DrawItem(pDrawItemStruct->hDC, pDrawItemStruct->itemID, pDrawItemStruct->itemState);
586}
587
588void CLogView::DeleteItem(DELETEITEMSTRUCT* lParam)
589{

Callers 1

OnSubItemPrePaintFunction · 0.80

Calls 4

GetItemRectFunction · 0.85
GetColumnWidthFunction · 0.85
DrawItemFunction · 0.50
GetItemDataFunction · 0.50

Tested by

no test coverage detected