KiCad PCB EDA Suite
|
Items to be used for the construction of "virtual" anchors, for example, when snapping to a point involving an extension of an existing line or arc. More...
#include <construction_manager.h>
Public Attributes | |
SOURCE | Source |
EDA_ITEM * | Item |
std::vector< KIGFX::CONSTRUCTION_GEOM::DRAWABLE > | Constructions |
Items to be used for the construction of "virtual" anchors, for example, when snapping to a point involving an extension of an existing line or arc.
One item can have multiple construction items (e.g. an arc can have a circle and centre point).
Definition at line 154 of file construction_manager.h.
std::vector<KIGFX::CONSTRUCTION_GEOM::DRAWABLE> CONSTRUCTION_MANAGER::CONSTRUCTION_ITEM::Constructions |
Definition at line 158 of file construction_manager.h.
Referenced by SNAP_MANAGER::GetConstructionItems().
EDA_ITEM* CONSTRUCTION_MANAGER::CONSTRUCTION_ITEM::Item |
Definition at line 157 of file construction_manager.h.
Referenced by CONSTRUCTION_MANAGER::acceptConstructionItems().
SOURCE CONSTRUCTION_MANAGER::CONSTRUCTION_ITEM::Source |
Definition at line 156 of file construction_manager.h.