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_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 | |
EVT_COMMAND_RANGE (ID_BUTTON_0, ID_BUTTON_0+GERBER_DRAWLAYERS_COUNT-1, wxEVT_COMMAND_BUTTON_CLICKED, LAYERS_MAP_DIALOG::OnSelectLayer) LAYERS_MAP_DIALOG | |
enum swap_layer_id |
Enumerator | |
---|---|
ID_LAYERS_MAP_DIALOG | |
ID_BUTTON_0 | |
ID_TEXT_0 |
Definition at line 41 of file dialog_layers_select_to_pcb.cpp.
EVT_COMMAND_RANGE | ( | ID_BUTTON_0 | , |
ID_BUTTON_0+GERBER_DRAWLAYERS_COUNT- | 1, | ||
wxEVT_COMMAND_BUTTON_CLICKED | , | ||
LAYERS_MAP_DIALOG::OnSelectLayer | |||
) |
Definition at line 52 of file dialog_layers_select_to_pcb.cpp.