3 #include "util/uuid.hpp"
13 void update_from_filter();
16 const class Block █
19 class ListColumns :
public Gtk::TreeModelColumnRecord {
23 Gtk::TreeModelColumnRecord::add(net);
24 Gtk::TreeModelColumnRecord::add(net_name);
25 Gtk::TreeModelColumnRecord::add(visible);
26 Gtk::TreeModelColumnRecord::add(n_airwires);
28 Gtk::TreeModelColumn<UUID> net;
29 Gtk::TreeModelColumn<Glib::ustring> net_name;
30 Gtk::TreeModelColumn<bool> visible;
31 Gtk::TreeModelColumn<unsigned int> n_airwires;
33 ListColumns list_columns;
35 Glib::RefPtr<Gtk::ListStore> store;
36 Gtk::TreeView *treeview =
nullptr;
37 Gtk::Button *all_on_button =
nullptr;
38 Gtk::Button *all_off_button =
nullptr;
39 Gtk::Box *placeholder_box =
nullptr;