KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_layers_select_to_pcb.cpp File Reference
#include <X2_gerber_attributes.h>
#include <gerber_file_image.h>
#include <gerber_file_image_list.h>
#include <gerbview.h>
#include <gerbview_frame.h>
#include <gerbview_id.h>
#include <gerbview_settings.h>
#include <kiface_base.h>
#include <layer_ids.h>
#include <dialogs/dialog_layers_select_to_pcb.h>
#include <wx/msgdlg.h>
#include <gestfich.h>

Go to the source code of this file.

Enumerations

enum  swap_layer_id { ID_LAYERS_MAP_DIALOG = ID_GERBER_END_LIST , ID_BUTTON_0 , ID_TEXT_0 = ID_BUTTON_0 + GERBER_DRAWLAYERS_COUNT }
 

Functions

const wxString GetPCBDefaultLayerName (int aLayerNumber)
 
 EVT_COMMAND_RANGE (ID_BUTTON_0, ID_BUTTON_0+GERBER_DRAWLAYERS_COUNT-1, wxEVT_COMMAND_BUTTON_CLICKED, LAYERS_MAP_DIALOG::OnSelectLayer) LAYERS_MAP_DIALOG
 

Enumeration Type Documentation

◆ swap_layer_id

Enumerator
ID_LAYERS_MAP_DIALOG 
ID_BUTTON_0 
ID_TEXT_0 

Definition at line 42 of file dialog_layers_select_to_pcb.cpp.

Function Documentation

◆ EVT_COMMAND_RANGE()

EVT_COMMAND_RANGE ( ID_BUTTON_0  ,
ID_BUTTON_0+GERBER_DRAWLAYERS_COUNT 1,
wxEVT_COMMAND_BUTTON_CLICKED  ,
LAYERS_MAP_DIALOG::OnSelectLayer   
)

Definition at line 53 of file dialog_layers_select_to_pcb.cpp.

◆ GetPCBDefaultLayerName()