|
| EveryFilter (EveryFilter && src) noexcept |
EveryFilter & | operator= (EveryFilter && src) noexcept |
| ~EveryFilter () noexcept override |
GtkEveryFilter * | gobj () |
| Provides access to the underlying C GObject.
|
const GtkEveryFilter * | gobj () const |
| Provides access to the underlying C GObject.
|
GtkEveryFilter * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
| MultiFilter (MultiFilter && src) noexcept |
MultiFilter & | operator= (MultiFilter && src) noexcept |
| ~MultiFilter () noexcept override |
GtkMultiFilter * | gobj () |
| Provides access to the underlying C GObject.
|
const GtkMultiFilter * | gobj () const |
| Provides access to the underlying C GObject.
|
GtkMultiFilter * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
void | append (const Glib::RefPtr< Filter > & filter) |
| Adds a filter.
|
void | remove (guint position) |
| Removes a filter.
|
Glib::PropertyProxy_ReadOnly< GType > | property_item_type () const |
| The type of items.
|
Glib::PropertyProxy_ReadOnly< unsigned int > | property_n_items () const |
| The number of items.
|
| Filter (Filter && src) noexcept |
Filter & | operator= (Filter && src) noexcept |
| ~Filter () noexcept override |
GtkFilter * | gobj () |
| Provides access to the underlying C GObject.
|
const GtkFilter * | gobj () const |
| Provides access to the underlying C GObject.
|
GtkFilter * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
bool | match (const Glib::RefPtr< Glib::ObjectBase > & item) |
| Checks if the given item is matched by the filter or not.
|
Match | get_strictness () |
| Gets the known strictness of a filter.
|
Glib::SignalProxy< void(Change)> | signal_changed () |
| Buildable (Buildable && src) noexcept |
Buildable & | operator= (Buildable && src) noexcept |
| ~Buildable () noexcept override |
GtkBuildable * | gobj () |
| Provides access to the underlying C GObject.
|
const GtkBuildable * | gobj () const |
| Provides access to the underlying C GObject.
|
Glib::ustring | get_buildable_id () const |
| Gets the ID of the buildable object.
|
|
(Note that these are not member symbols.)
|
Glib::RefPtr< Gtk::EveryFilter > | wrap (GtkEveryFilter * object, bool take_copy=false) |
| A Glib::wrap() method for this object.
|
Glib::RefPtr< Gtk::MultiFilter > | wrap (GtkMultiFilter * object, bool take_copy=false) |
| A Glib::wrap() method for this object.
|
Glib::RefPtr< Gtk::Filter > | wrap (GtkFilter * object, bool take_copy=false) |
| A Glib::wrap() method for this object.
|
Glib::RefPtr< Gtk::Buildable > | wrap (GtkBuildable * object, bool take_copy=false) |
| A Glib::wrap() method for this object.
|
Matches when each of its filter matches.
Gtk::EveryFilter is a subclass of Gtk::MultiFilter that matches an item when each of its filters matches.
- Since gtkmm 3.98