KiCad PCB EDA Suite
|
#include <confirm.h>
#include <dialog_drc.h>
#include <board_design_settings.h>
#include <kiface_base.h>
#include <macros.h>
#include <pad.h>
#include <drc/drc_item.h>
#include <drc/drc_report.h>
#include <connectivity/connectivity_data.h>
#include <connectivity/connectivity_algo.h>
#include <drawing_sheet/ds_proxy_view_item.h>
#include <pcb_edit_frame.h>
#include <pcbnew_settings.h>
#include <tool/tool_manager.h>
#include <tools/pcb_actions.h>
#include <wildcards_and_files_ext.h>
#include <pcb_marker.h>
#include <pgm_base.h>
#include <wx/app.h>
#include <wx/filedlg.h>
#include <wx/msgdlg.h>
#include <wx/wupdlock.h>
#include <widgets/appearance_controls.h>
#include <widgets/ui_common.h>
#include <widgets/progress_reporter_base.h>
#include <widgets/wx_html_report_box.h>
#include <dialogs/panel_setup_rules_base.h>
#include <dialogs/dialog_text_entry.h>
#include <tools/drc_tool.h>
#include <tools/zone_filler_tool.h>
#include <tools/board_inspection_tool.h>
#include <kiplatform/ui.h>
Go to the source code of this file.
Variables | |
static int | DEFAULT_SINGLE_COL_WIDTH = 660 |
static BOARD * | g_lastDRCBoard = nullptr |
static bool | g_lastDRCRun = false |
static bool | g_lastFootprintTestsRun = false |
static std::vector< std::pair< wxString, int > > | g_lastIgnored |
static int | RPT_SEVERITY_ALL = RPT_SEVERITY_WARNING | RPT_SEVERITY_ERROR | RPT_SEVERITY_EXCLUSION |
|
static |
Definition at line 62 of file dialog_drc.cpp.
|
static |
Definition at line 64 of file dialog_drc.cpp.
Referenced by DIALOG_DRC::DIALOG_DRC(), and DIALOG_DRC::~DIALOG_DRC().
|
static |
Definition at line 65 of file dialog_drc.cpp.
Referenced by DIALOG_DRC::DIALOG_DRC(), and DIALOG_DRC::~DIALOG_DRC().
|
static |
Definition at line 66 of file dialog_drc.cpp.
Referenced by DIALOG_DRC::DIALOG_DRC(), and DIALOG_DRC::~DIALOG_DRC().
|
static |
Definition at line 68 of file dialog_drc.cpp.
Referenced by DIALOG_DRC::DIALOG_DRC(), and DIALOG_DRC::~DIALOG_DRC().
|
static |
Definition at line 257 of file dialog_drc.cpp.