Home · All Classes · Modules

QSignalMapper Class Reference
[QtCore module]

Inherits QObject.

Methods

Qt Signals


Detailed Description


Method Documentation

QSignalMapper.__init__ (self, QObject parent = None)

The parent argument, if not None, causes self to be owned by Qt instead of PyQt.

QSignalMapper.map (self)

This method is also a Qt slot with the C++ signature void map().

QSignalMapper.map (self, QObject)

This method is also a Qt slot with the C++ signature void map(QObject *).

QObject QSignalMapper.mapping (self, int)

QObject QSignalMapper.mapping (self, QString)

QObject QSignalMapper.mapping (self, QWidget)

QObject QSignalMapper.mapping (self, QObject)

QSignalMapper.removeMappings (self, QObject)

QSignalMapper.setMapping (self, QObject, int)

QSignalMapper.setMapping (self, QObject, QString)

QSignalMapper.setMapping (self, QObject, QWidget)

QSignalMapper.setMapping (self, QObject, QObject)


Qt Signal Documentation

void mapped (int)

This is the default overload of this signal.

void mapped (const QString&)

void mapped (QWidget *)

void mapped (QObject *)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0