KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_barcode.cpp File Reference
#include <core/type_helpers.h>
#include <bitmaps.h>
#include <gr_basic.h>
#include <macros.h>
#include <pcb_edit_frame.h>
#include <richio.h>
#include <trigo.h>
#include <base_units.h>
#include <pcb_barcode.h>
#include <board.h>
#include <geometry/shape_poly_set.h>
#include <pcb_text.h>
#include <math/util.h>
#include <convert_basic_shapes_to_polygon.h>
#include <wx/log.h>
#include <pgm_base.h>
#include <settings/color_settings.h>
#include <settings/settings_manager.h>
#include <scoped_set_reset.h>
#include <stdexcept>
#include <utility>
#include <algorithm>
#include <footprint.h>
#include <backend/zint.h>
#include <board_design_settings.h>

Go to the source code of this file.

Classes

struct  PCB_BARCODE_DESC
 

Functions

 IMPLEMENT_ENUM_TO_WXANY (BARCODE_T)
 
 IMPLEMENT_ENUM_TO_WXANY (BARCODE_ECC_T)
 

Variables

static struct PCB_BARCODE_DESC _PCB_BARCODE_DESC
 

Function Documentation

◆ IMPLEMENT_ENUM_TO_WXANY() [1/2]

IMPLEMENT_ENUM_TO_WXANY ( BARCODE_ECC_T )

◆ IMPLEMENT_ENUM_TO_WXANY() [2/2]

IMPLEMENT_ENUM_TO_WXANY ( BARCODE_T )

Variable Documentation

◆ _PCB_BARCODE_DESC

struct PCB_BARCODE_DESC _PCB_BARCODE_DESC
static