Class

AdwEnumListModel

[]

Description [src]

final class Adw.EnumListModel : GObject.Object
  implements Gio.ListModel {
  /* No available fields */
}

A GListModel representing values of a given enum.

AdwEnumListModel contains objects of type AdwEnumListItem.

[]

Hierarchy

hierarchy this AdwEnumListModel implements_0 GListModel this--implements_0 ancestor_0 GObject ancestor_0--this
[]

Ancestors

[]

Implements

[]

Constructors

adw_enum_list_model_new

Creates a new AdwEnumListModel for enum_type.

[]

Instance methods

adw_enum_list_model_find_position

Finds the position of a given enum value in self.

adw_enum_list_model_get_enum_type

Gets the type of the enum represented by self.

Methods inherited from GObject (43)
Methods inherited from GListModel (5)
[]

Properties

Adw.EnumListModel:enum-type

The type of the enum represented by the model.

[]

Signals

Signals inherited from GObject (1)
Signals inherited from GListModel (1)

Class structure