KiCad PCB EDA Suite
Loading...
Searching...
No Matches
grid_helper.h File Reference
#include <vector>
#include <optional>
#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/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
}
 

Enumeration Type Documentation

◆ GRID_HELPER_GRIDS

enum GRID_HELPER_GRIDS : int
Enumerator
GRID_CURRENT 
GRID_CONNECTABLE 
GRID_WIRES 
GRID_VIAS 
GRID_TEXT 
GRID_GRAPHICS 

Definition at line 43 of file grid_helper.h.