KiCad PCB EDA Suite
|
VIEW_GROUP extends VIEW_ITEM by possibility of grouping items into a single object. More...
#include <set>
#include <core/kicad_algo.h>
#include <view/view_group.h>
#include <view/view.h>
#include <view/view_item.h>
#include <gal/painter.h>
#include <gal/graphics_abstraction_layer.h>
#include <layer_ids.h>
Go to the source code of this file.
VIEW_GROUP extends VIEW_ITEM by possibility of grouping items into a single object.
VIEW_GROUP does not take over ownership of the held items. The main purpose of this class is to group items and draw them on a single layer (in particular the overlay).
Definition in file view_group.cpp.