Horizon
Loading...
Searching...
No Matches
src
imp
rules
rule_editor_shorted_pads.hpp
1
#pragma once
2
#include "rule_editor.hpp"
3
4
namespace
horizon {
5
class
RuleEditorShortedPads
:
public
RuleEditor
{
6
using
RuleEditor::RuleEditor;
7
8
public
:
9
void
populate()
override
;
10
11
private
:
12
class
RuleShortedPads
*rule2;
13
};
14
}
// namespace horizon
horizon::RuleEditorShortedPads
Definition
rule_editor_shorted_pads.hpp:5
horizon::RuleEditor
Definition
rule_editor.hpp:9
horizon::RuleShortedPads
Definition
rule_shorted_pads.hpp:9
Generated by
1.9.8