KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCB_BARCODE_CACHE Struct Reference

#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
 

Detailed Description

Definition at line 64 of file pcb_barcode.h.

Member Data Documentation

◆ bbox

BOX2I PCB_BARCODE_CACHE::bbox

Definition at line 72 of file pcb_barcode.h.

◆ keyHash

size_t PCB_BARCODE_CACHE::keyHash = 0

Hash of all cache-key inputs (via computeCacheKey)

Definition at line 66 of file pcb_barcode.h.

◆ lastError

wxString PCB_BARCODE_CACHE::lastError

Definition at line 73 of file pcb_barcode.h.

◆ poly

SHAPE_POLY_SET PCB_BARCODE_CACHE::poly

Definition at line 69 of file pcb_barcode.h.

◆ symbolPoly

SHAPE_POLY_SET PCB_BARCODE_CACHE::symbolPoly

Definition at line 70 of file pcb_barcode.h.

◆ textPoly

SHAPE_POLY_SET PCB_BARCODE_CACHE::textPoly

Definition at line 71 of file pcb_barcode.h.


The documentation for this struct was generated from the following file: