7 RecentItemBox(
const std::string &name,
const std::string &path,
const Glib::DateTime &time);
8 const std::string path;
9 typedef sigc::signal<void> type_signal_remove;
10 type_signal_remove signal_remove()
12 return s_signal_remove;
15 const std::string &get_name()
const;
18 const Glib::DateTime time;
19 const std::string name;
21 Gtk::Label *time_label =
nullptr;
23 type_signal_remove s_signal_remove;