Dazzle.ListModelFilter

g Dazzle.ListModelFilter Dazzle.ListModelFilter GObject.GInterface GObject.GInterface Gio.ListModel Gio.ListModel GObject.GInterface->Gio.ListModel GObject.Object GObject.Object GObject.Object->Dazzle.ListModelFilter Gio.ListModel->Dazzle.ListModelFilter

Subclasses:

None

Methods

Inherited:

GObject.Object (37), Gio.ListModel (4)

Structs:

GObject.ObjectClass (5)

class

new (child_model)

get_child_model ()

invalidate ()

set_filter_func (filter_func, *filter_func_data)

Virtual Methods

Inherited:

GObject.Object (7), Gio.ListModel (3)

Properties

Name

Type

Flags

Short Description

child-model

Gio.ListModel

r

The child model being filtered.

Signals

Inherited:

GObject.Object (1), Gio.ListModel (1)

Fields

Inherited:

GObject.Object (1), Gio.ListModel (1)

Class Details

class Dazzle.ListModelFilter(**kwargs)
Bases:

GObject.Object, Gio.ListModel

Abstract:

No

Structure:

Dazzle.ListModelFilterClass

classmethod new(child_model)
Parameters:

child_model (Gio.ListModel) –

Return type:

Dazzle.ListModelFilter

get_child_model()
Returns:

A Gio.ListModel.

Return type:

Gio.ListModel

Gets the child model that is being filtered.

invalidate()
set_filter_func(filter_func, *filter_func_data)
Parameters:

Property Details

Dazzle.ListModelFilter.props.child_model
Name:

child-model

Type:

Gio.ListModel

Default Value:

None

Flags:

READABLE

The child model being filtered.