3 #include "common/common.hpp"
14 Gtk::ListBox *listbox =
nullptr;
18 Gtk::CheckButton *checkbutton =
nullptr;
19 std::map<int, Gtk::CheckButton *> layer_buttons;
20 Gtk::CheckButton *other_layer_checkbutton =
nullptr;
22 bool get_all_active();
23 bool expanded =
false;
27 std::map<ObjectType, Type> checkbuttons;
28 Gtk::Button *reset_button =
nullptr;
30 void set_all(
bool state);
31 void connect_doubleclick(Gtk::CheckButton *cb);
32 Gtk::CheckButton *add_layer_button(ObjectType type,
int layer,
int index,
bool active =
true);