29#include <unordered_set>
A set of EDA_ITEMs (i.e., without duplicates).
const std::unordered_set< EDA_ITEM * > & GetItems() const
std::unordered_set< EDA_ITEM * > m_items
Check if the proposed type can be added to a group.
std::unordered_set< EDA_ITEM * > & GetItems()
virtual void RemoveAll()=0
virtual bool RemoveItem(EDA_ITEM *aItem)=0
Remove item from group.
virtual bool AddItem(EDA_ITEM *aItem)=0
Add item to group.
virtual EDA_GROUP * DeepClone() const =0
virtual EDA_GROUP * DeepDuplicate() const =0
virtual EDA_ITEM * AsEdaItem()=0
void SetName(const wxString &aName)
A base class for most all the KiCad significant classes used in schematics and boards.
Hold a (potentially large) number of VIEW_ITEMs and renders them on a graphics device provided by the...
The Cairo implementation of the graphics abstraction layer.