|
KiCad PCB EDA Suite
|
#include "convert_tool.h"#include <ranges>#include <wx/statline.h>#include <wx/checkbox.h>#include <wx/button.h>#include <wx/radiobut.h>#include <bitmaps.h>#include <dialog_shim.h>#include <widgets/unit_binder.h>#include <board.h>#include <board_commit.h>#include <board_design_settings.h>#include <collectors.h>#include <confirm.h>#include <convert_basic_shapes_to_polygon.h>#include <dialogs/dialog_outset_items.h>#include <footprint.h>#include <footprint_edit_frame.h>#include <geometry/roundrect.h>#include <geometry/shape_compound.h>#include <pcb_edit_frame.h>#include <pcb_shape.h>#include <pcb_track.h>#include <pcb_barcode.h>#include <pad.h>#include <string_utils.h>#include <tool/tool_manager.h>#include <tools/edit_tool.h>#include <tools/pcb_actions.h>#include <tools/pcb_selection_tool.h>#include <tools/pcb_tool_utils.h>#include <trigo.h>#include <macros.h>#include <zone.h>Go to the source code of this file.
Classes | |
| class | CONVERT_SETTINGS_DIALOG |
Typedefs | |
| using | S_C = SELECTION_CONDITIONS |
| using | P_S_C = PCB_SELECTION_CONDITIONS |
| using P_S_C = PCB_SELECTION_CONDITIONS |
Definition at line 256 of file convert_tool.cpp.
| using S_C = SELECTION_CONDITIONS |
Definition at line 255 of file convert_tool.cpp.