| 
    KiCad PCB EDA Suite
    
   | 
 
Go to the source code of this file.
Classes | |
| class | D_CODE | 
| A gerber DCODE (also called Aperture) definition.  More... | |
Macros | |
| #define | FIRST_DCODE 10 | 
| #define | LAST_DCODE 0x7FFFFFFF | 
Enumerations | |
| enum | APERTURE_T {  APT_CIRCLE = 'C' , APT_RECT = 'R' , APT_OVAL = '0' , APT_POLYGON = 'P' , APT_MACRO = 'M' }  | 
| The set of all gerber aperture types allowed from ADD dcode command, like ADD11C,0.304800*% to add a DCode number 11, circle shape.  More... | |
| enum | APERTURE_DEF_HOLETYPE { APT_DEF_NO_HOLE = 0 , APT_DEF_ROUND_HOLE , APT_DEF_RECT_HOLE } | 
| #define FIRST_DCODE 10 | 
Definition at line 70 of file dcode.h.
Referenced by GERBER_FILE_IMAGE::Execute_DCODE_Command(), GERBER_FILE_IMAGE::Execute_G_Command(), D_CODE::IsValidDcodeValue(), EXCELLON_IMAGE::readToolInformation(), and EXCELLON_IMAGE::Select_Tool().
| #define LAST_DCODE 0x7FFFFFFF | 
Definition at line 71 of file dcode.h.
Referenced by EXCELLON_IMAGE::Select_Tool().
| enum APERTURE_T |