KiCad PCB EDA Suite
|
#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) |
#define DELTA_ANGLE 2 * M_PI / SEG_COUNT_CIRCLE |
#define MAX_COORD_CNT 4 |
#define MAX_COORD_CNT 4 |
#define SEG_COUNT_CIRCLE 16 |
const wxString GetPCBDefaultLayerName | ( | int | aLayerNumber | ) |
Definition at line 202 of file dialog_select_one_pcb_layer.cpp.
Referenced by SELECT_LAYER_DIALOG::SELECT_LAYER_DIALOG().