| 
    KiCad PCB EDA Suite
    
   | 
 
#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 <lset.h>#include <dialogs/dialog_map_gerber_layers_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 | |
| EVT_COMMAND_RANGE (ID_BUTTON_0, ID_BUTTON_0+GERBER_DRAWLAYERS_COUNT-1, wxEVT_COMMAND_BUTTON_CLICKED, DIALOG_MAP_GERBER_LAYERS_TO_PCB::OnSelectLayer) DIALOG_MAP_GERBER_LAYERS_TO_PCB | |
| enum swap_layer_id | 
| Enumerator | |
|---|---|
| ID_LAYERS_MAP_DIALOG | |
| ID_BUTTON_0 | |
| ID_TEXT_0 | |
Definition at line 41 of file dialog_map_gerber_layers_to_pcb.cpp.
| EVT_COMMAND_RANGE | ( | ID_BUTTON_0 | , | 
| ID_BUTTON_0+GERBER_DRAWLAYERS_COUNT- | 1, | ||
| wxEVT_COMMAND_BUTTON_CLICKED | , | ||
| DIALOG_MAP_GERBER_LAYERS_TO_PCB::OnSelectLayer | ) | 
Definition at line 52 of file dialog_map_gerber_layers_to_pcb.cpp.
References EVT_COMMAND_RANGE(), GERBER_DRAWLAYERS_COUNT, and ID_BUTTON_0.