|
KiCad PCB EDA Suite
|
#include <map>#include <drc/drc_rule_parser.h>#include <thread_pool.h>#include <drc/drc_item.h>#include "tools/drc_tool.h"#include <tool/tool_manager.h>#include <drc/drc_rtree.h>#include <widgets/progress_reporter_base.h>#include <dialogs/rule_editor_dialog_base.h>#include "panel_drc_rule_editor.h"#include "drc_rule_editor_utils.h"#include "panel_drc_group_header.h"Go to the source code of this file.
Classes | |
| class | DIALOG_DRC_RULE_EDITOR |
Macros | |
| #define | DIALOG_DRC_RULE_EDITOR_WINDOW_NAME wxT( "DialogDrcRuleEditorWindowName" ) |
| #define DIALOG_DRC_RULE_EDITOR_WINDOW_NAME wxT( "DialogDrcRuleEditorWindowName" ) |
Definition at line 41 of file dialog_drc_rule_editor.h.
Referenced by DIALOG_DRC_RULE_EDITOR::DIALOG_DRC_RULE_EDITOR(), PCB_EDIT_FRAME::doCloseWindow(), and PCB_EDIT_FRAME::~PCB_EDIT_FRAME().