|
KiCad PCB EDA Suite
|
#include <settings/settings_manager.h>#include <advanced_config.h>#include <gestfich.h>#include <sch_screen.h>#include <sch_edit_frame.h>#include <project.h>#include <kiface_base.h>#include <reporter.h>#include <wildcards_and_files_ext.h>#include <sch_marker.h>#include <connection_graph.h>#include <tools/sch_actions.h>#include <tools/sch_inspection_tool.h>#include <dialog_erc.h>#include <erc/erc.h>#include <erc/erc_report.h>#include <id.h>#include <confirm.h>#include <widgets/wx_html_report_box.h>#include <widgets/std_bitmap_button.h>#include <dialogs/dialog_text_entry.h>#include <string_utils.h>#include <kiplatform/ui.h>#include <wx/ffile.h>#include <wx/filedlg.h>#include <wx/hyperlink.h>#include <wx/msgdlg.h>#include <sch_edit_tool.h>Go to the source code of this file.
Functions | |
| wxDEFINE_EVENT (EDA_EVT_CLOSE_ERC_DIALOG, wxCommandEvent) | |
Variables | |
| static int | DEFAULT_SINGLE_COL_WIDTH = 660 |
| static SCHEMATIC * | g_lastERCSchematic = nullptr |
| static bool | g_lastERCRun = false |
| static std::vector< std::pair< wxString, int > > | g_lastERCIgnored |
| wxDEFINE_EVENT | ( | EDA_EVT_CLOSE_ERC_DIALOG | , |
| wxCommandEvent | ) |
|
static |
Definition at line 63 of file dialog_erc.cpp.
|
static |
Definition at line 69 of file dialog_erc.cpp.
Referenced by DIALOG_ERC::DIALOG_ERC(), and DIALOG_ERC::~DIALOG_ERC().
|
static |
Definition at line 67 of file dialog_erc.cpp.
Referenced by DIALOG_ERC::DIALOG_ERC(), and DIALOG_ERC::~DIALOG_ERC().
|
static |
Definition at line 66 of file dialog_erc.cpp.
Referenced by DIALOG_ERC::DIALOG_ERC(), and DIALOG_ERC::~DIALOG_ERC().