|
Krita Source Code Documentation
|
Inheritance diagram for mikro.PyQtClass:Public Member Functions | |
| __del__ (self) | |
| __enter__ (self) | |
| __exit__ (self, exc_type, exc_value, traceback) | |
| __getattr__ (self, name) | |
| __getitem__ (self, key) | |
| __init__ (self, instance) | |
| __members__ (self) | |
| children (self) | |
| connect (self, signal, slot) | |
| disconnect (self, signal, slot) | |
| dynamicPropertyNames (self) | |
| getProperty (self, name) | |
| metaObject (self) | |
| parent (self) | |
| propertyNames (self) | |
| qt (self) | |
| setProperty (self, name, value) | |
Protected Attributes | |
| _instance | |
| mikro.PyQtClass.__init__ | ( | self, | |
| instance ) |
| mikro.PyQtClass.__del__ | ( | self | ) |
If this object is deleted it should also delete the wrapped object if it was created explicitly for this use.
Definition at line 199 of file mikro.py.
References mikro.PyQtClass._instance, and mikro.is_scripter_child().
| mikro.PyQtClass.__enter__ | ( | self | ) |
| mikro.PyQtClass.__exit__ | ( | self, | |
| exc_type, | |||
| exc_value, | |||
| traceback ) |
| mikro.PyQtClass.__getattr__ | ( | self, | |
| name ) |
Definition at line 255 of file mikro.py.
References mikro.PyQtClass._instance, mikro.PyQtClass.children(), mikro.convert_value(), and mikro.wrap().
| mikro.PyQtClass.__getitem__ | ( | self, | |
| key ) |
Definition at line 241 of file mikro.py.
References GroupShape.children(), KisKXMLGUI::ContainerNode.children, and mikro.PyQtClass.children().
| mikro.PyQtClass.__members__ | ( | self | ) |
This method is for introspection. Using dir(thispyqtclass_object) returns a list of all children, methods, properties and dynamic properties.
Definition at line 270 of file mikro.py.
References mikro.PyQtClass._instance, mikro.PyQtClass.children(), KisPipeBrushParasite.dim, KisSpinBoxUnitManager.dim, FlattenSpec.dim, xcfLayer.dim, and mikro.PyQtClass.dynamicPropertyNames().
| mikro.PyQtClass.children | ( | self | ) |
Definition at line 234 of file mikro.py.
References mikro.PyQtClass._instance, mikro.PyQtClass.children(), and mikro.wrap().
| mikro.PyQtClass.connect | ( | self, | |
| signal, | |||
| slot ) |
Definition at line 225 of file mikro.py.
References mikro.PyQtClass._instance, and mikro.PyQtClass.connect().
| mikro.PyQtClass.disconnect | ( | self, | |
| signal, | |||
| slot ) |
Definition at line 228 of file mikro.py.
References mikro.PyQtClass._instance, and mikro.PyQtClass.disconnect().
| mikro.PyQtClass.dynamicPropertyNames | ( | self | ) |
Definition at line 219 of file mikro.py.
References mikro.PyQtClass._instance, and mikro.PyQtClass.dynamicPropertyNames().
| mikro.PyQtClass.getProperty | ( | self, | |
| name ) |
Definition at line 213 of file mikro.py.
References mikro.PyQtClass._instance, and mikro.wrap().
| mikro.PyQtClass.metaObject | ( | self | ) |
Definition at line 222 of file mikro.py.
References mikro.PyQtClass._instance, and mikro.PyQtClass.metaObject().
| mikro.PyQtClass.parent | ( | self | ) |
Definition at line 231 of file mikro.py.
References mikro.PyQtClass._instance, mikro.PyQtClass.parent(), and mikro.wrap().
| mikro.PyQtClass.propertyNames | ( | self | ) |
Definition at line 216 of file mikro.py.
References KisPipeBrushParasite.dim, KisSpinBoxUnitManager.dim, FlattenSpec.dim, and xcfLayer.dim.
| mikro.PyQtClass.qt | ( | self | ) |
Definition at line 238 of file mikro.py.
References mikro.PyQtClass._instance.
| mikro.PyQtClass.setProperty | ( | self, | |
| name, | |||
| value ) |
Definition at line 210 of file mikro.py.
References mikro.PyQtClass._instance, and mikro.PyQtClass.setProperty().