| 
    KiCad PCB EDA Suite
    
   | 
 
Go to the source code of this file.
Classes | |
| struct | GRID | 
| Common grid settings, available to every frame.  More... | |
| struct | GRID_SETTINGS | 
Functions | |
| KICOMMON_API bool | operator!= (const GRID &lhs, const GRID &rhs) | 
| KICOMMON_API bool | operator< (const GRID &lhs, const GRID &rhs) | 
| KICOMMON_API void | to_json (nlohmann::json &j, const GRID &g) | 
| KICOMMON_API void | from_json (const nlohmann::json &j, GRID &g) | 
| KICOMMON_API void from_json | ( | const nlohmann::json & | j, | 
| GRID & | g ) | 
Definition at line 88 of file grid_settings.cpp.
References GRID::name, GRID::x, and GRID::y.
| KICOMMON_API bool operator!= | ( | const GRID & | lhs, | 
| const GRID & | rhs ) | 
Definition at line 66 of file grid_settings.cpp.
| KICOMMON_API bool operator< | ( | const GRID & | lhs, | 
| const GRID & | rhs ) | 
Definition at line 72 of file grid_settings.cpp.
References GRID::name.
| KICOMMON_API void to_json | ( | nlohmann::json & | j, | 
| const GRID & | g ) | 
Definition at line 78 of file grid_settings.cpp.
References GRID::name, GRID::x, and GRID::y.