KiCad PCB EDA Suite
|
#include <bitmaps.h>
#include <dialog_shim.h>
#include <wx/statline.h>
#include <wx/checkbox.h>
#include <wx/button.h>
#include <wx/radiobut.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/shape_compound.h>
#include <pcb_edit_frame.h>
#include <pcb_shape.h>
#include <pcb_track.h>
#include <pad.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>
#include "convert_tool.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 251 of file convert_tool.cpp.
using S_C = SELECTION_CONDITIONS |
Definition at line 250 of file convert_tool.cpp.