Horizon
footprint_generator_footag.hpp
1 #pragma once
2 #include <gtkmm.h>
3 namespace horizon {
4 class FootprintGeneratorFootag : public Gtk::Box {
5 public:
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