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>
Classes | |
struct | DRAWABLE_ENTRY |
Public Attributes | |
SOURCE | Source |
EDA_ITEM * | Item |
std::vector< DRAWABLE_ENTRY > | 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 173 of file construction_manager.h.
std::vector<DRAWABLE_ENTRY> CONSTRUCTION_MANAGER::CONSTRUCTION_ITEM::Constructions |
Definition at line 184 of file construction_manager.h.
Referenced by SNAP_MANAGER::GetConstructionItems().
EDA_ITEM* CONSTRUCTION_MANAGER::CONSTRUCTION_ITEM::Item |
Definition at line 176 of file construction_manager.h.
Referenced by CONSTRUCTION_MANAGER::acceptConstructionItems().
SOURCE CONSTRUCTION_MANAGER::CONSTRUCTION_ITEM::Source |
Definition at line 175 of file construction_manager.h.