Horizon
horizon-eda-1.3.0
src
imp
rules
rule_editor_clearance_silk_exp_copper.hpp
1
#pragma once
2
#include "rule_editor.hpp"
3
4
namespace
horizon {
5
class
RuleEditorClearanceSilkscreenExposedCopper
:
public
RuleEditor
{
6
using
RuleEditor::RuleEditor;
7
8
public
:
9
void
populate()
override
;
10
11
private
:
12
Gtk::Grid *grid =
nullptr
;
13
int
top = 0;
14
class
SpinButtonDim
*create_sp_dim(
const
std::string &label);
15
};
16
}
// namespace horizon
horizon::RuleEditor
Definition:
rule_editor.hpp:9
horizon::SpinButtonDim
Definition:
spin_button_dim.hpp:5
horizon::RuleEditorClearanceSilkscreenExposedCopper
Definition:
rule_editor_clearance_silk_exp_copper.hpp:5
Generated by
1.8.20