PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB`  :Oc@`sdZddlmZmZmZmZddlmZmZm Z ddl m Z ddl m Z dee fdYZdS( u pyudev.pyside ============= Provide :class:`~pyudev.pyside.QUDevMonitorObserver` to integrate a :class:`~pyudev.Monitor` into the Qt event loop in applications using the PySide_ binding to Qt. To use this module, :mod:`PySide.QtCore` from PySide_ must be available. .. _PySide: http://www.pyside.org .. moduleauthor:: Sebastian Wiesner .. versionadded:: 0.6 i(tprint_functiontdivisiontunicode_literalstabsolute_import(tQSocketNotifiertQObjecttSignal(tQUDevMonitorObserverMixin(tDevicetQUDevMonitorObservercB`sYeZdZeeeZeeZeeZeeZ eeZ ddZ RS(u Observe a :class:`~pyudev.Monitor` and emit Qt signals upon device events: >>> context = pyudev.Context() >>> monitor = pyudev.Monitor.from_netlink(context) >>> monitor.filter_by(subsystem='input') >>> observer = pyudev.pyqt4.QUDevMonitorObserver(monitor) >>> def device_connected(device): ... print('{0!r} added'.format(device)) >>> observer.deviceAdded.connect(device_connected) >>> monitor.start() This class is a child of :class:`~PySide.QtCore.QObject`. cC`s$tj|||j|tdS(u Observe the given ``monitor`` (a :class:`~pyudev.Monitor`): ``parent`` is the parent :class:`~PySide.QtCore.QObject` of this object. It is passed unchanged to the inherited constructor of :class:`~PySide.QtCore.QObject`. N(Rt__init__t_setup_notifierR(tselftmonitortparent((s1/usr/lib/python2.7/site-packages/pyudev/pyside.pyR HsN( t__name__t __module__t__doc__RtunicodeRt deviceEventt deviceAddedt deviceRemovedt deviceChangedt deviceMovedtNoneR (((s1/usr/lib/python2.7/site-packages/pyudev/pyside.pyR ,s    N(Rt __future__RRRRt PySide.QtCoreRRRtpyudev._qt_baseRt pyudev.coreRR (((s1/usr/lib/python2.7/site-packages/pyudev/pyside.pyt s "