KiCad PCB EDA Suite
|
Declare the test suite. More...
Public Attributes | |
int | m_nx |
int | m_ny |
VECTOR2I | m_delta |
VECTOR2I | m_offset |
int | m_stagger |
bool | m_stagger_by_row |
bool | m_alternate_numbers |
bool | m_h_then_v |
Declare the test suite.
Definition at line 94 of file test_array_options.cpp.
bool GRID_ARRAY_GEOM_PARAMS::m_alternate_numbers |
Definition at line 102 of file test_array_options.cpp.
VECTOR2I GRID_ARRAY_GEOM_PARAMS::m_delta |
Definition at line 98 of file test_array_options.cpp.
bool GRID_ARRAY_GEOM_PARAMS::m_h_then_v |
Definition at line 103 of file test_array_options.cpp.
int GRID_ARRAY_GEOM_PARAMS::m_nx |
Definition at line 96 of file test_array_options.cpp.
int GRID_ARRAY_GEOM_PARAMS::m_ny |
Definition at line 97 of file test_array_options.cpp.
VECTOR2I GRID_ARRAY_GEOM_PARAMS::m_offset |
Definition at line 99 of file test_array_options.cpp.
int GRID_ARRAY_GEOM_PARAMS::m_stagger |
Definition at line 100 of file test_array_options.cpp.
bool GRID_ARRAY_GEOM_PARAMS::m_stagger_by_row |
Definition at line 101 of file test_array_options.cpp.