Home
last modified time | relevance | path

Searched refs:BOMExportWindow (Results 1 – 4 of 4) sorted by relevance

/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dbom_export_window.cpp46 BOMExportWindow::BOMExportWindow(BaseObjectType *cobject, const Glib::RefPtr<Gtk::Builder> &x, Bloc… in BOMExportWindow() function in horizon::BOMExportWindow
171 void BOMExportWindow::handle_set_similar() in handle_set_similar()
197 void BOMExportWindow::generate() in generate()
212 void BOMExportWindow::update_preview() in update_preview()
306 BOMExportWindow &parent;
331 void BOMExportWindow::update() in update()
358 void BOMExportWindow::update_meta_mapping() in update_meta_mapping()
412 void BOMExportWindow::set_can_export(bool v) in set_can_export()
418 void BOMExportWindow::update_export_button() in update_export_button()
432 BOMExportWindow *BOMExportWindow::create(Gtk::Window *p, Block &b, BOMExportSettings &s, IPool &poo… in create()
[all …]
H A Dbom_export_window.hpp15 class BOMExportWindow : public Gtk::Window, public Changeable { class
19BOMExportWindow(BaseObjectType *cobject, const Glib::RefPtr<Gtk::Builder> &x, class Block &block,
21 …static BOMExportWindow *create(Gtk::Window *p, class Block &block, class BOMExportSettings &settin…
H A Dimp_schematic.hpp66 class BOMExportWindow *bom_export_window;
H A Dimp_schematic.cpp451 bom_export_window = BOMExportWindow::create(main_window, *core_schematic.get_block(), in construct()