Dazzle.ListModelFilter¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r |
The child model being filtered. |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Dazzle.ListModelFilter(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new(child_model)¶
- Parameters:
child_model (
Gio.ListModel
) –- Return type:
- get_child_model()¶
- Returns:
- Return type:
Gets the child model that is being filtered.
- invalidate()¶
- set_filter_func(filter_func, *filter_func_data)¶
- Parameters:
filter_func (
Dazzle.ListModelFilterFunc
) –
Property Details¶
- Dazzle.ListModelFilter.props.child_model¶
- Name:
child-model
- Type:
- Default Value:
- Flags:
The child model being filtered.