MCPcopy Create free account
hub / github.com/ariccio/altWinDirStat / TmiSetRectangle

Method TmiSetRectangle

WinDirStat/windirstat/TreeListControl.cpp:481–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479 }
480
481void CTreeListItem::TmiSetRectangle( _In_ const RECT& rc ) const {
482 ASSERT( ( rc.right + 1 ) >= rc.left );
483 ASSERT( rc.bottom >= rc.top );
484 m_rect.left = static_cast<short>( rc.left );
485 m_rect.top = static_cast<short>( rc.top );
486 m_rect.right = static_cast<short>( rc.right );
487 m_rect.bottom = static_cast<short>( rc.bottom );
488 }
489
490const COLORREF CTreeListItem::Concrete_ItemTextColor( ) const {
491 if ( m_attr.invalid ) {

Callers 5

DrawTreemapMethod · 0.80
KDS_DrawSingleRowMethod · 0.80
SQV_DrawChildrenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected