![]() |
![]() |
Public Types | |
typedef sigc::slot<void> | SlotChanged |
For instance, void on_changed();. | |
Public Member Functions | |
bool | add_full (const Glib::ustring& uri, const Data& recent_data) |
bool | add_item (const Glib::ustring& uri, std::auto_ptr<Glib::Error>& error) |
Glib::ListHandle< Glib::RefPtr< RecentInfo > > | get_items () const |
int | get_limit () const |
const GtkRecentManager* | gobj () const |
Provides access to the underlying C GObject. | |
GtkRecentManager* | gobj () |
Provides access to the underlying C GObject. | |
GtkRecentManager* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
bool | has_item (const Glib::ustring& uri) const |
RecentInfo | lookup_item (const Glib::ustring& uri, std::auto_ptr<Glib::Error>& error) |
bool | move_item (const Glib::ustring& uri, const Glib::ustring& new_uri, std::auto_ptr<Glib::Error>& error) |
int | purge_items (std::auto_ptr<Glib::Error>& error) |
bool | remove_item (const Glib::ustring& uri, std::auto_ptr<Glib::Error>& error) |
void | set_limit (int limit) |
void | set_screen (const Glib::RefPtr<Gdk::Screen>& screen) |
Glib::SignalProxy0<void> | signal_changed () |
The "changed" signal is emitted when an item in the recently used resources list is changed. | |
virtual | ~RecentManager () |
Static Public Member Functions | |
static Glib::RefPtr<RecentManager> | create () |
static Glib::RefPtr<RecentManager> | get_default () |
static Glib::RefPtr<RecentManager> | get_for_screen (const Glib::RefPtr<Gdk::Screen>& screen) |
Protected Member Functions | |
virtual void | on_changed () |
RecentManager () | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr<Gtk::RecentManager> | wrap (GtkRecentManager* object, bool take_copy=false) |
Classes | |
class | Data |
|
For instance, void on_changed();.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase. |
|
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The "changed" signal is emitted when an item in the recently used resources list is changed.
|
|
|