Atk.NoOpObjectFactory¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Atk.NoOpObjectFactory(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
Atk.ObjectFactory
which creates anAtk.NoOpObject
.The
Atk.ObjectFactory
which creates anAtk.NoOpObject
. An instance of this is created by anAtk.Registry
if no factory type has not been specified to create an accessible object of a particular type.- classmethod new()[source]¶
- Returns:
an instance of an
Atk.ObjectFactory
- Return type:
Creates an instance of an
Atk.ObjectFactory
which generates primitive (non-functioning)Atk.Objects
.