| 
    KiCad PCB EDA Suite
    
   | 
 
#include <string>Go to the source code of this file.
Macros | |
| #define | ODB_JOB_NAME "JOB_NAME" | 
| #define | ODB_UNITS "UNITS" | 
| #define | ODB_DIM_X "x" | 
| #define | ODB_DIM_R "r" | 
| #define | ODB_DIM_C "c" | 
| #define | ODB_NONE "NONE" | 
| #define ODB_DIM_C "c" | 
Definition at line 31 of file odb_defines.h.
Referenced by FEATURES_MANAGER::AddChamferRectSymbol().
| #define ODB_DIM_R "r" | 
Definition at line 30 of file odb_defines.h.
Referenced by FEATURES_MANAGER::AddRoundRectDonutSymbol(), and FEATURES_MANAGER::AddRoundRectSymbol().
| #define ODB_DIM_X "x" | 
Definition at line 29 of file odb_defines.h.
Referenced by FEATURES_MANAGER::AddChamferRectSymbol(), FEATURES_MANAGER::AddOvalSymbol(), FEATURES_MANAGER::AddRectSymbol(), FEATURES_MANAGER::AddRoundDonutSymbol(), FEATURES_MANAGER::AddRoundRectDonutSymbol(), and FEATURES_MANAGER::AddRoundRectSymbol().
| #define ODB_JOB_NAME "JOB_NAME" | 
Definition at line 27 of file odb_defines.h.
Referenced by ODB_MISC_ENTITY::ODB_MISC_ENTITY().
| #define ODB_NONE "NONE" | 
Definition at line 32 of file odb_defines.h.
| #define ODB_UNITS "UNITS" | 
Definition at line 28 of file odb_defines.h.
Referenced by ODB_STEP_ENTITY::GenerateStepHeaderFile(), and ODB_MISC_ENTITY::ODB_MISC_ENTITY().