KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_erc.cpp File Reference
#include <advanced_config.h>
#include <gestfich.h>
#include <sch_screen.h>
#include <sch_edit_frame.h>
#include <schematic.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/ee_actions.h>
#include <tools/ee_inspection_tool.h>
#include <dialog_erc.h>
#include <erc.h>
#include <erc_report.h>
#include <id.h>
#include <confirm.h>
#include <common.h>
#include <widgets/wx_html_report_box.h>
#include <dialogs/dialog_text_entry.h>
#include <wx/ffile.h>
#include <wx/filedlg.h>
#include <wx/hyperlink.h>
#include <erc_item.h>
#include <eeschema_settings.h>
#include <string_utils.h>
#include <kiplatform/ui.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 SCHEMATICg_lastERCSchematic = nullptr
 
static bool g_lastERCRun = false
 
static std::vector< wxString > g_lastERCIgnored
 
static int RPT_SEVERITY_ALL = RPT_SEVERITY_WARNING | RPT_SEVERITY_ERROR | RPT_SEVERITY_EXCLUSION
 

Function Documentation

◆ wxDEFINE_EVENT()

wxDEFINE_EVENT ( EDA_EVT_CLOSE_ERC_DIALOG  ,
wxCommandEvent   
)

Variable Documentation

◆ DEFAULT_SINGLE_COL_WIDTH

int DEFAULT_SINGLE_COL_WIDTH = 660
static

Definition at line 62 of file dialog_erc.cpp.

◆ g_lastERCIgnored

std::vector<wxString> g_lastERCIgnored
static

Definition at line 67 of file dialog_erc.cpp.

Referenced by DIALOG_ERC::DIALOG_ERC(), and DIALOG_ERC::~DIALOG_ERC().

◆ g_lastERCRun

bool g_lastERCRun = false
static

Definition at line 66 of file dialog_erc.cpp.

Referenced by DIALOG_ERC::DIALOG_ERC(), and DIALOG_ERC::~DIALOG_ERC().

◆ g_lastERCSchematic

SCHEMATIC* g_lastERCSchematic = nullptr
static

Definition at line 65 of file dialog_erc.cpp.

Referenced by DIALOG_ERC::DIALOG_ERC(), and DIALOG_ERC::~DIALOG_ERC().

◆ RPT_SEVERITY_ALL

Definition at line 357 of file dialog_erc.cpp.