|
KiCad PCB EDA Suite
|
#include <pcb_barcode.h>
Public Attributes | |
| size_t | keyHash = 0 |
| Hash of all cache-key inputs (via computeCacheKey) | |
| SHAPE_POLY_SET | poly |
| SHAPE_POLY_SET | symbolPoly |
| SHAPE_POLY_SET | textPoly |
| BOX2I | bbox |
| wxString | lastError |
Definition at line 64 of file pcb_barcode.h.
| BOX2I PCB_BARCODE_CACHE::bbox |
Definition at line 72 of file pcb_barcode.h.
| size_t PCB_BARCODE_CACHE::keyHash = 0 |
Hash of all cache-key inputs (via computeCacheKey)
Definition at line 66 of file pcb_barcode.h.
| wxString PCB_BARCODE_CACHE::lastError |
Definition at line 73 of file pcb_barcode.h.
| SHAPE_POLY_SET PCB_BARCODE_CACHE::poly |
Definition at line 69 of file pcb_barcode.h.
| SHAPE_POLY_SET PCB_BARCODE_CACHE::symbolPoly |
Definition at line 70 of file pcb_barcode.h.
| SHAPE_POLY_SET PCB_BARCODE_CACHE::textPoly |
Definition at line 71 of file pcb_barcode.h.