37 EDA_RECT currentItemBB = item->GetBoundingBox();
39 if( topLeftItem ==
nullptr )
42 topLeftItemBB = currentItemBB;
47 topLeftItemBB = currentItemBB;
53 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.