KiCad PCB EDA Suite
Loading...
Searching...
No Matches
view_group.cpp File Reference

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.

Detailed Description

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.