KiCad PCB EDA Suite
|
#include <vector>
#include <geometry/point_types.h>
#include <math/vector2d.h>
#include <preview_items/anchor_debug.h>
#include <preview_items/snap_indicator.h>
#include <preview_items/construction_geom.h>
#include <tool/construction_manager.h>
#include <tool/tool_manager.h>
#include <tool/selection.h>
#include <origin_viewitem.h>
Go to the source code of this file.
Classes | |
class | GRID_HELPER |
struct | GRID_HELPER::ANCHOR |
Enumerations | |
enum | GRID_HELPER_GRIDS : int { GRID_CURRENT , GRID_CONNECTABLE , GRID_WIRES , GRID_VIAS , GRID_TEXT , GRID_GRAPHICS } |
enum GRID_HELPER_GRIDS : int |
Enumerator | |
---|---|
GRID_CURRENT | |
GRID_CONNECTABLE | |
GRID_WIRES | |
GRID_VIAS | |
GRID_TEXT | |
GRID_GRAPHICS |
Definition at line 41 of file grid_helper.h.