KiCad PCB EDA Suite
|
#include <deque>
#include <memory>
#include <mutex>
#include <vector>
#include <preview_items/construction_geom.h>
Go to the source code of this file.
Classes | |
class | CONSTRUCTION_VIEW_HANDLER |
Interface wrapper for the construction geometry preview, with a callback to signal the view owner that the view needs to be updated. More... | |
class | SNAP_LINE_MANAGER |
A class that manages the geometry of a "snap line". More... | |
class | CONSTRUCTION_MANAGER |
A class that mananges "construction" objects and geometry. More... | |
struct | CONSTRUCTION_MANAGER::CONSTRUCTION_ITEM |
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... | |
class | SNAP_MANAGER |
A SNAP_MANAGER glues together the snap line manager and construction manager., along with some other state. More... | |