Horizon
Loading...
Searching...
No Matches
rule_editor_clearance_copper_other.hpp
1#pragma once
2#include "rule_editor.hpp"
3
4namespace horizon {
6 using RuleEditor::RuleEditor;
7
8public:
9 void populate() override;
10
11private:
12 class RuleClearanceCopperOther *rule2;
13 void set_some(int row, int col);
14 std::map<std::pair<int, int>, class SpinButtonDim *> spin_buttons;
15};
16} // namespace horizon
Definition rule_clearance_copper_other.hpp:7
Definition rule_editor_clearance_copper_other.hpp:5
Definition rule_editor.hpp:9
Definition spin_button_dim.hpp:5