Module mikro :: Class PyQtClass
[hide private]
[frames] | no frames]

Class PyQtClass

source code

object --+
         |
        PyQtClass

Base class

Instance Methods [hide private]
 
__init__(self, instance)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__del__(self)
If this object is deleted it should also delete the wrapped object if it was created explicitly for this use.
source code
 
setProperty(self, name, value) source code
 
getProperty(self, name) source code
 
propertyNames(self) source code
 
dynamicPropertyNames(self) source code
 
metaObject(self) source code
 
connect(self, signal, slot) source code
 
disconnect(self, signal, slot) source code
 
parent(self) source code
 
children(self) source code
 
__getitem__(self, key) source code
 
__getattr__(self, name) source code
 
__enter__(self) source code
 
__exit__(self, exc_type, exc_value, traceback) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  qt
  __members__
This method is for introspection.

Inherited from object: __class__

Method Details [hide private]

__init__(self, instance)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

qt

Get Method:
unreachable.qt(self)

__members__

This method is for introspection. Using dir(thispyqtclass_object) returns a list of all children, methods, properties and dynamic properties.

Get Method:
unreachable.__members__(self) - This method is for introspection.