Ardour
9.0-pre0-427-gd2a3450e2f
|
#include <recentmanager.h>
Public Attributes | |
Glib::ustring | display_name |
Glib::ustring | description |
Glib::ustring | mime_type |
Glib::ustring | app_name |
Glib::ustring | app_exec |
std::vector< Glib::ustring > | groups |
bool | is_private |
Meta-data passed to add_item(). You should use RecentManager::Data if you want to control the meta-data associated to an entry of the recently used files list when you are adding a new file to it.
Definition at line 234 of file recentmanager.h.
Glib::ustring Gtk::RecentManager::Data::app_exec |
Definition at line 243 of file recentmanager.h.
Glib::ustring Gtk::RecentManager::Data::app_name |
Definition at line 242 of file recentmanager.h.
Glib::ustring Gtk::RecentManager::Data::description |
Definition at line 238 of file recentmanager.h.
Glib::ustring Gtk::RecentManager::Data::display_name |
Definition at line 237 of file recentmanager.h.
std::vector<Glib::ustring> Gtk::RecentManager::Data::groups |
Definition at line 245 of file recentmanager.h.
bool Gtk::RecentManager::Data::is_private |
Definition at line 247 of file recentmanager.h.
Glib::ustring Gtk::RecentManager::Data::mime_type |
Definition at line 240 of file recentmanager.h.