KiCad PCB EDA Suite
|
#include <dialog_footprint_checker.h>
#include <widgets/appearance_controls.h>
#include <tool/tool_manager.h>
#include <tools/pcb_actions.h>
#include <footprint.h>
#include <pad.h>
#include <pcb_marker.h>
#include <drc/drc_item.h>
#include <footprint_edit_frame.h>
#include <convert_shape_list_to_polygon.h>
#include <tools/footprint_editor_control.h>
Go to the source code of this file.
Variables | |
static FOOTPRINT * | g_lastFootprint = nullptr |
static bool | g_lastChecksRun = false |
static int | RPT_SEVERITY_ALL = RPT_SEVERITY_WARNING | RPT_SEVERITY_ERROR | RPT_SEVERITY_EXCLUSION |
|
static |
Definition at line 38 of file dialog_footprint_checker.cpp.
Referenced by DIALOG_FOOTPRINT_CHECKER::DIALOG_FOOTPRINT_CHECKER(), and DIALOG_FOOTPRINT_CHECKER::~DIALOG_FOOTPRINT_CHECKER().
|
static |
Definition at line 37 of file dialog_footprint_checker.cpp.
Referenced by DIALOG_FOOTPRINT_CHECKER::DIALOG_FOOTPRINT_CHECKER(), and DIALOG_FOOTPRINT_CHECKER::~DIALOG_FOOTPRINT_CHECKER().
|
static |
Definition at line 94 of file dialog_footprint_checker.cpp.