5 #include "util/uuid.hpp"
16 class ListColumns :
public Gtk::TreeModelColumnRecord {
20 Gtk::TreeModelColumnRecord::add(name);
21 Gtk::TreeModelColumnRecord::add(uuid);
23 Gtk::TreeModelColumn<Glib::ustring> name;
24 Gtk::TreeModelColumn<UUID> uuid;
26 ListColumns list_columns;
29 Glib::RefPtr<Gtk::ListStore> store;
32 void row_activated(
const Gtk::TreeModel::Path &path, Gtk::TreeViewColumn *column);
Definition: blocks_schematic.hpp:8
Definition: select_block.hpp:9
This class encapsulates a UUID and allows it to be uses as a value type.
Definition: uuid.hpp:16