Filter is:module
Programmatically modifications of pandoc documents.
A
GtkFilter object describes the filtering to be performed by
a
FilterListModel.
The model will use the filter to determine if it should include items
or not by calling
filterMatch for each item and only keeping
the ones that the function returns
True for.
Filters may change what items they match through their lifetime. In
that case, they will emit the
Filter::changed signal to notify
that previous filter results are no longer valid and that items should
be checked again via
filterMatch.
GTK provides various pre-made filter implementations for common
filtering operations. These filters often include properties that can
be linked to various widgets to easily allow searches.
However, in particular for large lists or complex search methods, it
is also possible to subclass
GtkFilter and provide one's own
filter.
Regex filtering for test trees.
Describes the filtering to be performed by a
FilterListModel.
The model will use the filter to determine if it should include items
or not by calling
filterMatch for each item and only keeping
the ones that the function returns true for.
Filters may change what items they match through their lifetime. In
that case, they will emit the
Filter::changed signal to notify
that previous filter results are no longer valid and that items should
be checked again via
filterMatch.
GTK provides various pre-made filter implementations for common
filtering operations. These filters often include properties that can
be linked to various widgets to easily allow searches.
However, in particular for large lists or complex search methods, it
is also possible to subclass
GtkFilter and provide one's own
filter.
Provides an easy way to create some rhythmic patterns from a Ukrainian
text. Uses aftovolioUkr executable inside from the aftovolio
package.
Marshaling/unmarshaling functions Lua filters, i.e., tables containing
functions to be called on specific elements.
Creation date: Fri Oct 5 08:41:05 2018.
Filters and transforms for HTML trees.
Base class for input stream implementations that perform some kind of
filtering operation on a base stream. Typical examples of filtering
operations are character set conversion, compression and byte order
flipping.
Base class for output stream implementations that perform some kind of
filtering operation on a base stream. Typical examples of filtering
operations are character set conversion, compression and byte order
flipping.
GtkFilterListModel is a list model that filters the elements
of the underlying model according to a
GtkFilter.
It hides some elements from the other model according to criteria
given by a
GtkFilter.
The model can be set up to do incremental filtering, so that filtering
long lists doesn't block the UI. See
filterListModelSetIncremental for details.
GtkFilterListModel passes through sections from the
underlying model.
A list model that filters the elements of another model.
It hides some elements from the underlying model according to criteria
given by a
GtkFilter.
The model can be set up to do incremental filtering, so that filtering
long lists doesn't block the UI. See
filterListModelSetIncremental for details.
GtkFilterListModel passes through sections from the
underlying model.
The means to construct your own filters.
Warning: this is an internal module, and does not have a stable
API or name. Functions in this module may not check or enforce
preconditions expected by public modules. Use at your own risk!
A
TreeModel which hides parts of an underlying tree model
- Module available since Gtk+ version 2.4
A filter for selecting a subset of recently used files
- Module available since Gtk+ version 2.10