KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_barcode.h File Reference

BARCODE class definition. More...

#include <board_item.h>
#include <geometry/shape_poly_set.h>
#include <pcb_text.h>

Go to the source code of this file.

Classes

class  PCB_BARCODE
 

Enumerations

enum class  BARCODE_T : int {
  CODE_39 = 0 , CODE_128 = 1 , DATA_MATRIX = 2 , QR_CODE = 3 ,
  MICRO_QR_CODE = 4
}
 
enum class  BARCODE_ECC_T : int { L = 1 , M = 2 , Q = 3 , H = 4 }
 

Functions

 DECLARE_ENUM_TO_WXANY (BARCODE_T)
 
 DECLARE_ENUM_TO_WXANY (BARCODE_ECC_T)
 

Detailed Description

BARCODE class definition.

Definition in file pcb_barcode.h.

Enumeration Type Documentation

◆ BARCODE_ECC_T

enum class BARCODE_ECC_T : int
strong
Enumerator

Definition at line 51 of file pcb_barcode.h.

◆ BARCODE_T

enum class BARCODE_T : int
strong
Enumerator
CODE_39 
CODE_128 
DATA_MATRIX 
QR_CODE 
MICRO_QR_CODE 

Definition at line 42 of file pcb_barcode.h.

Function Documentation

◆ DECLARE_ENUM_TO_WXANY() [1/2]

DECLARE_ENUM_TO_WXANY ( BARCODE_ECC_T )

◆ DECLARE_ENUM_TO_WXANY() [2/2]

DECLARE_ENUM_TO_WXANY ( BARCODE_T )