Horizon
horizon-eda-1.3.0
src
imp
footprint_generator
footprint_generator_footag.hpp
1
#pragma once
2
#include <gtkmm.h>
3
namespace
horizon {
4
class
FootprintGeneratorFootag
:
public
Gtk::Box {
5
public
:
6
FootprintGeneratorFootag
(
class
IDocumentPackage
&c);
7
bool
generate();
8
9
protected
:
10
Gtk::Box *box_top =
nullptr
;
11
Gtk::StackSidebar sidebar;
12
Gtk::Separator separator;
13
Gtk::Stack stack;
14
};
15
}
// namespace horizon
horizon::IDocumentPackage
Definition:
idocument_package.hpp:5
horizon::FootprintGeneratorFootag
Definition:
footprint_generator_footag.hpp:4
Generated by
1.8.20