KiCad PCB EDA Suite
Loading...
Searching...
No Matches
export_to_pcbnew.cpp File Reference
#include <vector>
#include <export_to_pcbnew.h>
#include <confirm.h>
#include <string_utils.h>
#include <locale_io.h>
#include <macros.h>
#include <trigo.h>
#include <gerbview_frame.h>
#include <gerber_file_image.h>
#include <gerber_file_image_list.h>
#include <build_version.h>
#include <wildcards_and_files_ext.h>
#include "excellon_image.h"
#include <wx/log.h>

Go to the source code of this file.

Macros

#define SEG_COUNT_CIRCLE   16
 
#define DELTA_ANGLE   2 * M_PI / SEG_COUNT_CIRCLE
 
#define MAX_COORD_CNT   4
 
#define MAX_COORD_CNT   4
 

Functions

const wxString GetPCBDefaultLayerName (int aLayerNumber)
 

Macro Definition Documentation

◆ DELTA_ANGLE

#define DELTA_ANGLE   2 * M_PI / SEG_COUNT_CIRCLE

◆ MAX_COORD_CNT [1/2]

#define MAX_COORD_CNT   4

◆ MAX_COORD_CNT [2/2]

#define MAX_COORD_CNT   4

◆ SEG_COUNT_CIRCLE

#define SEG_COUNT_CIRCLE   16

Function Documentation

◆ GetPCBDefaultLayerName()

const wxString GetPCBDefaultLayerName ( int  aLayerNumber)