Clapper.EnhancerProxyList¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Clapper.EnhancerProxyList(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A list of enhancer proxies.
New in version 0.10.
- get_n_proxies()¶
- Returns:
The number of proxies in
Clapper.EnhancerProxyList.- Return type:
Get the number of proxies in
Clapper.EnhancerProxyList.This behaves the same as [method`Gio`.ListModel.get_n_items], and is here for code uniformity and convenience to avoid type casting by user.
New in version 0.10.
- get_proxy(index)¶
- Parameters:
index (
int) – an enhancer proxy index- Returns:
The
Clapper.EnhancerProxyat index.- Return type:
Get the
Clapper.EnhancerProxyat index.This behaves the same as [method`Gio`.ListModel.get_item], and is here for code uniformity and convenience to avoid type casting by user.
New in version 0.10.
- get_proxy_by_module(module_name)¶
- Parameters:
module_name (
str) – an enhancer module name- Returns:
The
Clapper.EnhancerProxywith requested module name.- Return type:
Get the
Clapper.EnhancerProxyby module name as defined in its plugin file.A convenience function to find a
Clapper.EnhancerProxyby its unique module name in the list.New in version 0.10.
Property Details¶
- Clapper.EnhancerProxyList.props.n_proxies¶
- Name:
n-proxies- Type:
- Default Value:
0- Flags:
Number of proxies in the list.
New in version 0.10.