![]() |
KiCad PCB EDA Suite
|
#include <wx/wx.h>
#include <dialog_footprint_checker.h>
#include <widgets/appearance_controls.h>
#include <tool/tool_manager.h>
#include <tools/pcb_actions.h>
#include <pcb_marker.h>
#include <drc/drc_results_provider.h>
#include <footprint_edit_frame.h>
#include <convert_drawsegment_list_to_polygon.h>
#include <tools/footprint_editor_control.h>
Go to the source code of this file.
Variables | |
static int | RPT_SEVERITY_ALL = RPT_SEVERITY_WARNING | RPT_SEVERITY_ERROR | RPT_SEVERITY_EXCLUSION |
|
static |
Definition at line 82 of file dialog_footprint_checker.cpp.
Referenced by DIALOG_FOOTPRINT_CHECKER::OnSeverity(), and DIALOG_FOOTPRINT_CHECKER::syncCheckboxes().