KiCad PCB EDA Suite
Loading...
Searching...
No Matches
CONSTRUCTION_MANAGER::CONSTRUCTION_ITEM Struct Reference

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_ITEMItem
 
std::vector< KIGFX::CONSTRUCTION_GEOM::DRAWABLEConstructions
 

Detailed Description

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 153 of file construction_manager.h.

Member Data Documentation

◆ Constructions

std::vector<KIGFX::CONSTRUCTION_GEOM::DRAWABLE> CONSTRUCTION_MANAGER::CONSTRUCTION_ITEM::Constructions

Definition at line 157 of file construction_manager.h.

Referenced by SNAP_MANAGER::GetConstructionItems().

◆ Item

EDA_ITEM* CONSTRUCTION_MANAGER::CONSTRUCTION_ITEM::Item

◆ Source

SOURCE CONSTRUCTION_MANAGER::CONSTRUCTION_ITEM::Source

Definition at line 155 of file construction_manager.h.


The documentation for this struct was generated from the following file: