KiCad PCB EDA Suite
Loading...
Searching...
No Matches
grid_helper.h File Reference
#include "tool/selection.h"
#include <tool/tool_manager.h>
#include <vector>
#include <math/vector2d.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 36 of file grid_helper.h.