|
KiCad PCB EDA Suite
|
One editor's snapping settings by value, so the page can also be filled from a settings object that isn't the live one. More...
#include <panel_snapping.h>
Public Attributes | |
| int | gridSnap = 0 |
| MAGNETIC_SETTINGS | magnetics |
| SNAP_INFERENCE_SETTINGS | inference |
One editor's snapping settings by value, so the page can also be filled from a settings object that isn't the live one.
Definition at line 42 of file panel_snapping.h.
| int PANEL_SNAPPING::VALUES::gridSnap = 0 |
Definition at line 44 of file panel_snapping.h.
Referenced by CreateSnappingPanel(), PANEL_SNAPPING::load(), and PANEL_SNAPPING::TransferDataToWindow().
| SNAP_INFERENCE_SETTINGS PANEL_SNAPPING::VALUES::inference |
Definition at line 46 of file panel_snapping.h.
Referenced by CreateSnappingPanel(), PANEL_SNAPPING::load(), and PANEL_SNAPPING::TransferDataToWindow().
| MAGNETIC_SETTINGS PANEL_SNAPPING::VALUES::magnetics |
Definition at line 45 of file panel_snapping.h.
Referenced by CreateSnappingPanel(), PANEL_SNAPPING::load(), and PANEL_SNAPPING::TransferDataToWindow().