gtkmm 4.16.0
|
Filtering by strings. More...
#include <gtkmm/stringfilter.h>
Public Types | |
enum class | MatchMode { MatchMode::EXACT , MatchMode::SUBSTRING , MatchMode::PREFIX } |
Specifies how search strings are matched inside text. More... | |
Public Types inherited from Gtk::Filter | |
enum class | Match { Match::SOME , Match::NONE , Match::ALL } |
Describes the known strictness of a filter. More... | |
enum class | Change { Change::DIFFERENT , Change::LESS_STRICT , Change::MORE_STRICT } |
Describes changes in a filter in more detail and allows objects using the filter to optimize refiltering items. More... | |
Public Member Functions | |
StringFilter (StringFilter &&src) noexcept | |
StringFilter & | operator= (StringFilter &&src) noexcept |
~StringFilter () noexcept override | |
GtkStringFilter * | gobj () |
Provides access to the underlying C GObject. | |
const GtkStringFilter * | gobj () const |
Provides access to the underlying C GObject. | |
GtkStringFilter * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::ustring | get_search () const |
Gets the search term. | |
void | set_search (const Glib::ustring &search) |
Sets the string to search for. | |
Glib::RefPtr< Expression< Glib::ustring > > | get_expression () |
Gets the expression that the string filter uses to obtain strings from items. | |
Glib::RefPtr< const Expression< Glib::ustring > > | get_expression () const |
Gets the expression that the string filter uses to obtain strings from items. | |
void | set_expression (const Glib::RefPtr< Expression< Glib::ustring > > &expression) |
Sets the expression that the string filter uses to obtain strings from items. | |
bool | get_ignore_case () const |
Returns whether the filter ignores case differences. | |
void | set_ignore_case (bool ignore_case=true) |
Sets whether the filter ignores case differences. | |
MatchMode | get_match_mode () const |
Returns the match mode that the filter is using. | |
void | set_match_mode (MatchMode mode) |
Sets the match mode for the filter. | |
Glib::PropertyProxy< Glib::RefPtr< Expression< Glib::ustring > > > | property_expression () |
The expression to evaluate on item to get a string to compare with. | |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Expression< Glib::ustring > > > | property_expression () const |
The expression to evaluate on item to get a string to compare with. | |
Glib::PropertyProxy< bool > | property_ignore_case () |
If matching is case sensitive. | |
Glib::PropertyProxy_ReadOnly< bool > | property_ignore_case () const |
If matching is case sensitive. | |
Glib::PropertyProxy< MatchMode > | property_match_mode () |
If exact matches are necessary or if substrings are allowed. | |
Glib::PropertyProxy_ReadOnly< MatchMode > | property_match_mode () const |
If exact matches are necessary or if substrings are allowed. | |
Glib::PropertyProxy< Glib::ustring > | property_search () |
The search term. | |
Glib::PropertyProxy_ReadOnly< Glib::ustring > | property_search () const |
The search term. | |
Public Member Functions inherited from Gtk::Filter | |
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 filters. | |
Glib::SignalProxy< void(Change)> | signal_changed () |
Static Public Member Functions | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. | |
static Glib::RefPtr< StringFilter > | create (const Glib::RefPtr< Expression< Glib::ustring > > &expression) |
Static Public Member Functions inherited from Gtk::Filter | |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. | |
Protected Member Functions | |
StringFilter (const Glib::RefPtr< Expression< Glib::ustring > > &expression) | |
Protected Member Functions inherited from Gtk::Filter | |
Filter () | |
void | changed (Change change=Change::DIFFERENT) |
Notifies all users of the filter that it has changed. | |
virtual bool | match_vfunc (const Glib::RefPtr< Glib::ObjectBase > &item) |
virtual Match | get_strictness_vfunc () |
Related Symbols | |
(Note that these are not member symbols.) | |
Glib::RefPtr< Gtk::StringFilter > | wrap (GtkStringFilter *object, bool take_copy=false) |
A Glib::wrap() method for this object. | |
Related Symbols inherited from Gtk::Filter | |
Glib::RefPtr< Gtk::Filter > | wrap (GtkFilter *object, bool take_copy=false) |
A Glib::wrap() method for this object. | |
Filtering by strings.
Gtk::StringFilter determines whether to include items by looking at strings and comparing them to a fixed search term. The strings are obtained from the items by evaluating a Gtk::Expression.
Gtk::StringFilter has several different modes of comparison - it can match the whole string, just a prefix, or any substring.
|
noexcept |
|
overridenoexcept |
|
explicitprotected |
|
static |
Glib::RefPtr< Expression< Glib::ustring > > Gtk::StringFilter::get_expression | ( | ) |
Gets the expression that the string filter uses to obtain strings from items.
Gtk::Expression
. Glib::RefPtr< const Expression< Glib::ustring > > Gtk::StringFilter::get_expression | ( | ) | const |
Gets the expression that the string filter uses to obtain strings from items.
Gtk::Expression
. bool Gtk::StringFilter::get_ignore_case | ( | ) | const |
Returns whether the filter ignores case differences.
true
if the filter ignores case. MatchMode Gtk::StringFilter::get_match_mode | ( | ) | const |
Returns the match mode that the filter is using.
Glib::ustring Gtk::StringFilter::get_search | ( | ) | const |
Gets the search term.
|
static |
Get the GType for this class, for use with the underlying GObject type system.
|
inline |
Provides access to the underlying C GObject.
|
inline |
Provides access to the underlying C GObject.
GtkStringFilter * Gtk::StringFilter::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
noexcept |
Glib::PropertyProxy< Glib::RefPtr< Expression< Glib::ustring > > > Gtk::StringFilter::property_expression | ( | ) |
The expression to evaluate on item to get a string to compare with.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< Expression< Glib::ustring > > > Gtk::StringFilter::property_expression | ( | ) | const |
The expression to evaluate on item to get a string to compare with.
Glib::PropertyProxy< bool > Gtk::StringFilter::property_ignore_case | ( | ) |
If matching is case sensitive.
Default value: true
Glib::PropertyProxy_ReadOnly< bool > Gtk::StringFilter::property_ignore_case | ( | ) | const |
If matching is case sensitive.
Default value: true
Glib::PropertyProxy< MatchMode > Gtk::StringFilter::property_match_mode | ( | ) |
If exact matches are necessary or if substrings are allowed.
Default value: Gtk::StringFilter::MatchMode::SUBSTRING
Glib::PropertyProxy_ReadOnly< MatchMode > Gtk::StringFilter::property_match_mode | ( | ) | const |
If exact matches are necessary or if substrings are allowed.
Default value: Gtk::StringFilter::MatchMode::SUBSTRING
Glib::PropertyProxy< Glib::ustring > Gtk::StringFilter::property_search | ( | ) |
The search term.
Default value: ""
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::StringFilter::property_search | ( | ) | const |
The search term.
Default value: ""
void Gtk::StringFilter::set_expression | ( | const Glib::RefPtr< Expression< Glib::ustring > > & | expression | ) |
Sets the expression that the string filter uses to obtain strings from items.
The expression must have a value type of G_TYPE_STRING.
expression | A Gtk::Expression . |
Sets whether the filter ignores case differences.
ignore_case | true to ignore case. |
Sets the match mode for the filter.
mode | The new match mode. |
Sets the string to search for.
search | The string to search for or nullptr to clear the search. |
|
related |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |