SortListModel


Object Hierarchy:

Gtk.SortListModel Gtk.SortListModel Gtk.SortListModel GLib.Object GLib.Object GLib.Object->Gtk.SortListModel GLib.ListModel GLib.ListModel GLib.ListModel->Gtk.SortListModel

Description:

[ CCode ( type_id = "gtk_sort_list_model_get_type ()" ) ]
public class SortListModel : Object, ListModel

A `GListModel` that sorts the elements of an underlying model according to a `GtkSorter`.

The model is a stable sort. If two items compare equal according to the sorter, the one that appears first in the original model will also appear first after sorting. Note that if you change the sorter, the previous order will have no influence on the new order. If you want that, consider using a `GtkMultiSorter` and appending the previous sorter to it.

The model can be set up to do incremental sorting, so that sorting long lists doesn't block the UI. See [ [email protected]_incremental] for details.

`GtkSortListModel` is a generic model and because of that it cannot take advantage of any external knowledge when sorting. If you run into performance issues with `GtkSortListModel`, it is strongly recommended that you write your own sorting list model.


Namespace: Gtk
Package: gtk4

Content:

Properties:

Creation methods:

Methods:

Inherited Members:

All known members inherited from class GLib.Object
All known members inherited from interface GLib.ListModel



2022 vala-language.org