|
KiCad PCB EDA Suite
|
#include <pcb_grid_item.h>
Public Member Functions | |
| bool | All () const |
| void | SetAll (bool aState) |
| bool | operator== (const PCB_GRID_AFFECTS &aOther) const |
Public Attributes | |
| bool | cursor = true |
| Replace the display grid for cursor snapping inside coverage. | |
| bool | routing = true |
| Used by the router as a local routing frame. | |
| bool | placement = true |
| Used by edit/move tools for placement snap. | |
Definition at line 42 of file pcb_grid_item.h.
|
inline |
Definition at line 48 of file pcb_grid_item.h.
|
inline |
Definition at line 51 of file pcb_grid_item.h.
|
inline |
Definition at line 49 of file pcb_grid_item.h.
References cursor, placement, and routing.
Referenced by PCB_IO_KICAD_SEXPR_PARSER::parsePCB_GRID_ITEM().
| bool PCB_GRID_AFFECTS::cursor = true |
Replace the display grid for cursor snapping inside coverage.
Definition at line 44 of file pcb_grid_item.h.
Referenced by All(), PCB_IO_KICAD_SEXPR::format(), operator==(), PCB_IO_KICAD_SEXPR_PARSER::parsePCB_GRID_ITEM(), and SetAll().
| bool PCB_GRID_AFFECTS::placement = true |
Used by edit/move tools for placement snap.
Definition at line 46 of file pcb_grid_item.h.
Referenced by All(), PCB_IO_KICAD_SEXPR::format(), operator==(), PCB_IO_KICAD_SEXPR_PARSER::parsePCB_GRID_ITEM(), and SetAll().
| bool PCB_GRID_AFFECTS::routing = true |
Used by the router as a local routing frame.
Definition at line 45 of file pcb_grid_item.h.
Referenced by All(), PCB_IO_KICAD_SEXPR::format(), operator==(), PCB_IO_KICAD_SEXPR_PARSER::parsePCB_GRID_ITEM(), and SetAll().