3#include "util/uuid.hpp"
5#include "util/changeable.hpp"
12 void set_items(
const std::set<UUID> &uus);
13 std::set<UUID> get_items()
const;
19 virtual std::string get_item_name(
const UUID &uu)
const = 0;
20 virtual std::string get_label_text()
const;
26 Gtk::Popover *popover;
27 void on_toggled()
override;
28 Gtk::Label *label =
nullptr;
Definition changeable.hpp:5
Definition multi_item_selector.hpp:8
This class encapsulates a UUID and allows it to be uses as a value type.
Definition uuid.hpp:16