KiCad PCB EDA Suite
|
#include <algorithm>
#include "wx_html_report_panel.h"
#include <wildcards_and_files_ext.h>
#include <gal/color4d.h>
#include <wx/clipbrd.h>
#include <string_utils.h>
#include <wx/ffile.h>
#include <wx/log.h>
#include <wx/filedlg.h>
#include <wx/msgdlg.h>
#include <wx/menu.h>
#include <wx/textctrl.h>
#include <kiplatform/ui.h>
#include <kiway_holder.h>
#include <project.h>
Go to the source code of this file.
Variables | |
static int | RPT_SEVERITY_ALL |
|
static |
Definition at line 278 of file wx_html_report_panel.cpp.
Referenced by WX_HTML_REPORT_PANEL::onCheckBoxShowAll(), DIALOG_ERC::OnSeverity(), DIALOG_DRC::OnSeverity(), DIALOG_FOOTPRINT_CHECKER::OnSeverity(), WX_HTML_REPORT_PANEL::SetVisibleSeverities(), WX_HTML_REPORT_PANEL::syncCheckboxes(), DIALOG_ERC::syncCheckboxes(), DIALOG_DRC::syncCheckboxes(), and DIALOG_FOOTPRINT_CHECKER::syncCheckboxes().