Gegl.Operation¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
class |
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Gegl.Operation(**kwargs)¶
- Bases:
- Abstract:
No
- classmethod find_property(operation_type, property_name)¶
- Parameters:
- Returns:
The paramspec of the matching property - or
None
if there as no match.- Return type:
- classmethod get_key(operation_type, key_name)¶
- classmethod get_property_key(operation_type, property_name, property_key_name)¶
- Parameters:
- Returns:
None
or a string with the meta-data value for the operation key.- Return type:
- classmethod list_keys(operation_type)¶
- classmethod list_properties(operation_type)¶
- Parameters:
operation_type (
str
) – the name of the operation type we want to query to properties of.- Returns:
An allocated array of
GObject.ParamSpecs
describing the properties of the operation available when a node has operation_type set. The list should be freed withGLib.free
after use.- Return type:
- classmethod list_property_keys(operation_type, property_name)¶