36 EDA_RECT currentItemBB = item->GetBoundingBox();
38 if( topLeftItem ==
nullptr )
41 topLeftItemBB = currentItemBB;
46 topLeftItemBB = currentItemBB;
52 topLeftItemBB = currentItemBB;
EDA_ITEM * GetTopLeftItem(bool onlyModules=false) const override
std::deque< EDA_ITEM * > m_items
Handle the component boundary box.
A base class for most all the KiCad significant classes used in schematics and boards.