gtkmm 4.17.0
|
A Gtk::TreeModel which hides parts of an underlying tree model. More...
#include <gtkmm/treemodelfilter.h>
Public Types | |
typedef sigc::slot< bool(const TreeModel::const_iterator &)> | SlotVisible |
For instance, bool on_visible(const TreeModel::const_iterator& iter); This should return true if the given row should be visible and false otherwise. | |
typedef sigc::slot< void(const Gtk::TreeModel::iterator &, Glib::ValueBase &, int)> | SlotModify |
For instance, void on_modify(const Gtk::TreeModel::iterator& iter, Glib::ValueBase& value, int column);. | |
![]() | |
typedef void(*)(gpointer data | DestroyNotify) |
![]() | |
typedef internal::func_destroy_notify | func_destroy_notify |
![]() | |
typedef internal::func_destroy_notify | func_destroy_notify |
![]() | |
enum class | Flags { Flags::ITERS_PERSIST = 1 << 0 , Flags::LIST_ONLY = 1 << 1 } |
These flags indicate various properties of a Gtk::TreeModel . More... | |
typedef TreeModelColumnRecord | ColumnRecord |
typedef TreeNodeChildren | Children |
typedef TreeNodeConstChildren | ConstChildren |
typedef Children::iterator | iterator |
typedef ConstChildren::const_iterator | const_iterator |
typedef TreeConstRow | ConstRow |
typedef TreeRow | Row |
typedef TreePath | Path |
typedef TreeRowReference | RowReference |
typedef sigc::slot< bool(const TreeModel::iterator &)> | SlotForeachIter |
The type of callback slot used by foreach_iter(). | |
typedef sigc::slot< bool(const TreeModel::Path &)> | SlotForeachPath |
The type of callback slot used by foreach_path(). | |
typedef sigc::slot< bool(const TreeModel::Path &, const TreeModel::iterator &)> | SlotForeachPathAndIter |
The type of callback slot used by foreach(). | |
Public Member Functions | |
TreeModelFilter (TreeModelFilter &&src) noexcept | |
TreeModelFilter & | operator= (TreeModelFilter &&src) noexcept |
~TreeModelFilter () noexcept override | |
GtkTreeModelFilter * | gobj () |
Provides access to the underlying C GObject. | |
const GtkTreeModelFilter * | gobj () const |
Provides access to the underlying C GObject. | |
GtkTreeModelFilter * | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
void | set_visible_func (const SlotVisible & slot) |
Sets the "visible" callback used when filtering the filter. | |
void | set_modify_func (const TreeModelColumnRecord &columns, const SlotModify & slot) |
Specify columns that will be provided by this model, and a callback that will provide data for these columns based on data in the columns of the child model. | |
void | set_visible_column (const TreeModelColumnBase &column) |
Sets column of the child_model to be the column where filter should look for visibility information. | |
void | set_visible_column (int column) |
Sets column of the child_model to be the column where filter should look for visibility information. | |
Glib::RefPtr< TreeModel > | get_model () |
Returns a pointer to the child model of filter. | |
Glib::RefPtr< const TreeModel > | get_model () const |
Returns a pointer to the child model of filter. | |
iterator | convert_child_iter_to_iter (const iterator &child_iter) |
Gets an iterator that points to the filtered row that corresponds to the child row pointed at by child_iter. | |
const_iterator | convert_child_iter_to_iter (const const_iterator &child_iter) const |
Gets an iterator that points to the filtered row that corresponds to the child row pointed at by child_iter. | |
iterator | convert_iter_to_child_iter (const iterator &filter_iter) |
Gets an iterator that points to the child row that corresponds to the filtered row pointed at by sorted_iter. | |
const_iterator | convert_iter_to_child_iter (const const_iterator &filter_iter) const |
Gets an iterator that points to the child row that corresponds to the filtered row pointed at by sorted_iter. | |
Path | convert_child_path_to_path (const Path &child_path) const |
Converts child_path to a path relative to filter. | |
Path | convert_path_to_child_path (const Path &filter_path) const |
Converts filter_path to a path on the child model of filter. | |
void | refilter () |
Emits row_changed for each row in the child model, which causes the filter to re-evaluate whether a row is visible or not. | |
void | clear_cache () |
This function should almost never be called. | |
Glib::PropertyProxy_ReadOnly< Glib::RefPtr< TreeModel > > | property_child_model () const |
The child model of the tree model filter. | |
Glib::PropertyProxy_ReadOnly< TreeModel::Path > | property_virtual_root () const |
The virtual root of the tree model filter. | |
![]() | |
Object (const Object &)=delete | |
Object & | operator= (const Object &)=delete |
Object (Object &&src) noexcept | |
Object & | operator= (Object &&src) noexcept |
void * | get_data (const QueryQuark &key) |
void | set_data (const Quark &key, void *data) |
void | set_data_with_c_callback (const Quark &key, void *data, GDestroyNotify notify) |
void | set_data (const Quark &key, void *data, DestroyNotify notify) |
void | remove_data (const QueryQuark &quark) |
void * | steal_data (const QueryQuark &quark) |
Glib::RefPtr< Glib::Object > | wrap (GObject *object, bool take_copy=false) |
![]() | |
ObjectBase (const ObjectBase &)=delete | |
ObjectBase & | operator= (const ObjectBase &)=delete |
void | set_property_value (const Glib::ustring &property_name, const Glib::ValueBase &value) |
void | get_property_value (const Glib::ustring &property_name, Glib::ValueBase &value) const |
void | set_property (const Glib::ustring &property_name, const PropertyType &value) |
void | get_property (const Glib::ustring &property_name, PropertyType &value) const |
PropertyType | get_property (const Glib::ustring &property_name) const |
sigc::connection | connect_property_changed (const Glib::ustring &property_name, const sigc::slot< void()> &slot) |
sigc::connection | connect_property_changed (const Glib::ustring &property_name, sigc::slot< void()> &&slot) |
void | freeze_notify () |
void | thaw_notify () |
virtual void | reference () const |
virtual void | unreference () const |
GObject * | gobj () |
const GObject * | gobj () const |
GObject * | gobj_copy () const |
![]() | |
trackable () noexcept | |
trackable (const trackable &src) noexcept | |
trackable (trackable &&src) noexcept | |
~trackable () | |
void | add_destroy_notify_callback (notifiable *data, func_destroy_notify func) const |
void | notify_callbacks () |
trackable & | operator= (const trackable &src) |
trackable & | operator= (trackable &&src) noexcept |
void | remove_destroy_notify_callback (notifiable *data) const |
![]() | |
TreeModel (TreeModel &&src) noexcept | |
TreeModel & | operator= (TreeModel &&src) noexcept |
~TreeModel () noexcept override | |
GtkTreeModel * | gobj () |
Provides access to the underlying C GObject. | |
const GtkTreeModel * | gobj () const |
Provides access to the underlying C GObject. | |
iterator | get_iter (const Path & path) |
Returns a valid iterator pointing to path. | |
const_iterator | get_iter (const Path & path) const |
Returns a valid iterator pointing to path. | |
iterator | get_iter (const Glib::ustring &path_string) |
Returns a valid iterator pointing to path_string. | |
const_iterator | get_iter (const Glib::ustring &path_string) const |
Returns a valid iterator pointing to path_string. | |
Children | children () |
This returns an STL-like container API, for iterating over the rows. | |
const ConstChildren | children () const |
This returns an STL-like container API, for iterating over the rows. | |
void | foreach_iter (const SlotForeachIter & slot) |
Calls a callback of type SlotForeachIter on each node in the model in a depth-first fashion. | |
void | foreach_path (const SlotForeachPath & slot) |
Calls a callback of type SlotForeachPath on each node in the model in a depth-first fashion. | |
void | foreach (const SlotForeachPathAndIter & slot) |
Calls a callback of type SlotForeachPathAndIter on each node in the model in a depth-first fashion. | |
Flags | get_flags () const |
Returns a set of flags supported by this interface. | |
int | get_n_columns () const |
Returns the number of columns supported by tree_model. | |
GType | get_column_type (int index) const |
Returns the type of the column. | |
TreeModel::Path | get_path (const const_iterator &iter) const |
Returns a Gtk::TreePath referenced by iter. | |
void | row_changed (const Path & path, const const_iterator &iter) |
Emits the signal_row_changed() signal on tree_model. | |
void | row_inserted (const Path & path, const const_iterator &iter) |
Emits the signal_row_inserted() signal on tree_model. | |
void | row_has_child_toggled (const Path & path, const const_iterator &iter) |
Emits the signal_row_has_child_toggled() signal on tree_model. | |
void | row_deleted (const Path & path) |
Emits the signal_row_deleted() signal on tree_model. | |
void | rows_reordered (const Path & path, const const_iterator &iter, const std::vector< int > &new_order) |
Emits the "rows_reordered" signal on the tree model. | |
void | rows_reordered (const Path & path, const std::vector< int > &new_order) |
Emits the "rows_reordered" signal on the tree model. | |
void | rows_reordered (const Path & path, const const_iterator &iter, int *new_order) |
Emits the Gtk::TreeModel::signal_rows_reordered() signal on tree_model. | |
Glib::ustring | get_string (const const_iterator &iter) const |
Generates a string representation of the iter. | |
Glib::SignalProxy< void(const TreeModel::Path &, const TreeModel::iterator &)> | signal_row_changed () |
Glib::SignalProxy< void(const TreeModel::Path &, const TreeModel::iterator &)> | signal_row_inserted () |
Glib::SignalProxy< void(const TreeModel::Path &, const TreeModel::iterator &)> | signal_row_has_child_toggled () |
Glib::SignalProxy< void(const TreeModel::Path &)> | signal_row_deleted () |
Glib::SignalProxy< void(const TreeModel::Path &, const TreeModel::iterator &, int *)> | signal_rows_reordered () |
![]() | |
Interface () | |
Interface (Interface &&src) noexcept | |
Interface & | operator= (Interface &&src) noexcept |
Interface (const Glib::Interface_Class &interface_class) | |
Interface (GObject *castitem) | |
~Interface () noexcept override | |
Interface (const Interface &)=delete | |
Interface & | operator= (const Interface &)=delete |
GObject * | gobj () |
const GObject * | gobj () const |
![]() | |
TreeDragSource (TreeDragSource &&src) noexcept | |
TreeDragSource & | operator= (TreeDragSource &&src) noexcept |
~TreeDragSource () noexcept override | |
GtkTreeDragSource * | gobj () |
Provides access to the underlying C GObject. | |
const GtkTreeDragSource * | gobj () const |
Provides access to the underlying C GObject. | |
bool | row_draggable (const TreeModel::Path & path) const |
Asks the Gtk::TreeDragSource whether a particular row can be used as the source of a DND operation. | |
Glib::RefPtr< Gdk::ContentProvider > | drag_data_get (const TreeModel::Path & path) const |
Asks the Gtk::TreeDragSource to return a Gdk::ContentProvider representing the row at path. | |
bool | drag_data_delete (const TreeModel::Path & path) |
Asks the Gtk::TreeDragSource to delete the row at path, because it was moved somewhere else via drag-and-drop. | |
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< TreeModelFilter > | create (const Glib::RefPtr< TreeModel > &child_model) |
This creates a TreeModelFilter with child_model as the child model. | |
static Glib::RefPtr< TreeModelFilter > | create (const Glib::RefPtr< TreeModel > &child_model, const TreeModel::Path &virtual_root) |
This creates a TreeModelFilter with child_model as the child model, and root as the virtual root. | |
![]() | |
static void | add_interface (GType gtype_implementer) |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. | |
![]() | |
static void | add_interface (GType gtype_implementer) |
static GType | get_type () |
Get the GType for this class, for use with the underlying GObject type system. | |
Related Symbols | |
(Note that these are not member symbols.) | |
Glib::RefPtr< Gtk::TreeModelFilter > | wrap (GtkTreeModelFilter *object, bool take_copy=false) |
A Glib::wrap() method for this object. | |
![]() | |
Glib::RefPtr< Gtk::TreeModel > | wrap (GtkTreeModel *object, bool take_copy=false) |
A Glib::wrap() method for this object. | |
![]() | |
Glib::RefPtr< Gtk::TreeDragSource > | wrap (GtkTreeDragSource *object, bool take_copy=false) |
A Glib::wrap() method for this object. | |
A Gtk::TreeModel which hides parts of an underlying tree model.
A Gtk::TreeModelFilter is a tree model which wraps another tree model.
typedef sigc::slot<void(const Gtk::TreeModel::iterator& , Glib::ValueBase& , int )> Gtk::TreeModelFilter::SlotModify |
For instance, void on_modify(const Gtk::TreeModel::iterator& iter, Glib::ValueBase& value, int column);.
where iter is an iterator to a row in the child model, value is an output parameter in which you must store the value to be used in the parent model's row, column is the column in the parent row whose row value you must provide in the value output paramater.
typedef sigc::slot<bool(const TreeModel::const_iterator&)> Gtk::TreeModelFilter::SlotVisible |
For instance, bool on_visible(const TreeModel::const_iterator& iter); This should return true if the given row should be visible and false otherwise.
|
noexcept |
|
overridenoexcept |
|
explicitprotected |
|
explicitprotected |
void Gtk::TreeModelFilter::clear_cache | ( | ) |
This function should almost never be called.
It clears the filter of any cached iterators that haven’t been reffed with ref_node(). This might be useful if the child model being filtered is static (and doesn’t change often) and there has been a lot of unreffed access to nodes. As a side effect of this function, all unreffed iters will be invalid.
Deprecated: 4.10
const_iterator Gtk::TreeModelFilter::convert_child_iter_to_iter | ( | const const_iterator & | child_iter | ) | const |
Gets an iterator that points to the filtered row that corresponds to the child row pointed at by child_iter.
child_iter | A valid iterator pointing to a row on the child model. |
Gets an iterator that points to the filtered row that corresponds to the child row pointed at by child_iter.
child_iter | A valid iterator pointing to a row on the child model. |
Converts child_path to a path relative to filter.
That is, child_path points to a path in the child model. The rerturned path will point to the same row in the filtered model. If child_path isn’t a valid path on the child model or points to a row which is not visible in filter, then nullptr
is returned.
Deprecated: 4.10
child_path | A Gtk::TreePath to convert. |
Gtk::TreePath
. const_iterator Gtk::TreeModelFilter::convert_iter_to_child_iter | ( | const const_iterator & | filter_iter | ) | const |
Gets an iterator that points to the child row that corresponds to the filtered row pointed at by sorted_iter.
filter_iter | A valid iterator pointing to a row on the filtered model. |
Gets an iterator that points to the child row that corresponds to the filtered row pointed at by sorted_iter.
filter_iter | A valid iterator pointing to a row on the filtered model. |
Converts filter_path to a path on the child model of filter.
That is, filter_path points to a location in filter. The returned path will point to the same location in the model not being filtered. If filter_path does not point to a location in the child model, nullptr
is returned.
Deprecated: 4.10
filter_path | A Gtk::TreePath to convert. |
Gtk::TreePath
.
|
static |
This creates a TreeModelFilter with child_model as the child model.
You can use set_visible_func(), set_visible_column() and/or set_modify_func() to change the mapping of child model to parent model.
|
static |
This creates a TreeModelFilter with child_model as the child model, and root as the virtual root.
You can use set_visible_func(), set_visible_column() and/or set_modify_func() to change the mapping of child model to parent model.
Glib::RefPtr< TreeModel > Gtk::TreeModelFilter::get_model | ( | ) |
Returns a pointer to the child model of filter.
Deprecated: 4.10
Gtk::TreeModel
. Glib::RefPtr< const TreeModel > Gtk::TreeModelFilter::get_model | ( | ) | const |
Returns a pointer to the child model of filter.
Deprecated: 4.10
Gtk::TreeModel
.
|
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.
GtkTreeModelFilter * Gtk::TreeModelFilter::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_ReadOnly< Glib::RefPtr< TreeModel > > Gtk::TreeModelFilter::property_child_model | ( | ) | const |
The child model of the tree model filter.
Glib::PropertyProxy_ReadOnly< TreeModel::Path > Gtk::TreeModelFilter::property_virtual_root | ( | ) | const |
The virtual root of the tree model filter.
void Gtk::TreeModelFilter::refilter | ( | ) |
Emits row_changed for each row in the child model, which causes the filter to re-evaluate whether a row is visible or not.
Deprecated: 4.10
void Gtk::TreeModelFilter::set_modify_func | ( | const TreeModelColumnRecord & | columns, |
const SlotModify & | slot | ||
) |
Specify columns that will be provided by this model, and a callback that will provide data for these columns based on data in the columns of the child model.
The modify function will get called for each data access.
columns | Column types for this model (which will be exposed to the parent model/view). |
slot | A callback which will be called for each data access. |
|
overrideprotectedvirtual |
Override and implement this in a derived TreeModel class, so that Row::operator() and Row::set_value() work.
Your implementation of set_value_impl() should call row_changed() after changing the value.
Reimplemented from Gtk::TreeModel.
void Gtk::TreeModelFilter::set_visible_column | ( | const TreeModelColumnBase & | column | ) |
Sets column of the child_model to be the column where filter should look for visibility information.
columns should be a column of type G_TYPE_BOOLEAN, where true
means that a row is visible, and false
if not.
Note that set_visible_func() or set_visible_column() can only be called once for a given filter model.
Deprecated: 4.10
column | A int which is the column containing the visible information. |
void Gtk::TreeModelFilter::set_visible_column | ( | int | column | ) |
Sets column of the child_model to be the column where filter should look for visibility information.
columns should be a column of type G_TYPE_BOOLEAN, where true
means that a row is visible, and false
if not.
Note that set_visible_func() or set_visible_column() can only be called once for a given filter model.
Deprecated: 4.10
column | A int which is the column containing the visible information. |
void Gtk::TreeModelFilter::set_visible_func | ( | const SlotVisible & | slot | ) |
Sets the "visible" callback used when filtering the filter.
The callback function should return true if the given row should be visible and false otherwise.
slot | A callback slot which determines whether the row should be visible. |
|
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. |