KiCad PCB EDA Suite
Loading...
Searching...
No Matches
convert_tool.cpp File Reference
#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 <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 <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
 

Typedef Documentation

◆ P_S_C

Definition at line 252 of file convert_tool.cpp.

◆ S_C

Definition at line 251 of file convert_tool.cpp.