QObject Class Reference
[QtCore module]
Inherited by AbstractAudioOutput, Notifier, Effect, MediaController, MediaObject, QAbstractAnimation, QAbstractEventDispatcher, QAbstractItemDelegate, QAbstractItemModel, QAbstractMessageHandler, QAbstractNetworkCache, QAbstractState, QAbstractTextDocumentLayout, QAbstractTransition, QAbstractUriResolver, QAbstractVideoSurface, QAction, QActionGroup, QAssistantClient, QAudioInput, QAudioOutput, QButtonGroup, QClipboard, QCompleter, QCoreApplication, QDataWidgetMapper, QDeclarativeComponent, QDeclarativeContext, QDeclarativeEngine, QDeclarativeExpression, QDeclarativeExtensionPlugin, QDeclarativePropertyMap, QDesignerFormEditorInterface, QDesignerFormWindowManagerInterface, QDrag, QEventLoop, QExtensionFactory, QExtensionManager, QFileSystemWatcher, QFtp, QGesture, QGLShader, QGLShaderProgram, QGraphicsAnchor, QGraphicsEffect, QGraphicsItemAnimation, QGraphicsObject, QGraphicsScene, QGraphicsTransform, QHelpEngineCore, QHelpSearchEngine, QHttp, QInputContext, QIODevice, QItemSelectionModel, QLayout, QLibrary, QLocalServer, QMimeData, QMovie, QNetworkAccessManager, QNetworkConfigurationManager, QNetworkCookieJar, QNetworkSession, QObjectCleanupHandler, QPluginLoader, QPyDeclarativePropertyValueSource, QPyDesignerContainerExtension, QPyDesignerCustomWidgetCollectionPlugin, QPyDesignerCustomWidgetPlugin, QPyDesignerMemberSheetExtension, QPyDesignerPropertySheetExtension, QPyDesignerTaskMenuExtension, QPyTextObject, QScriptEngine, QScriptEngineDebugger, QSessionManager, QSettings, QSharedMemory, QShortcut, QSignalMapper, QSocketNotifier, QSound, QSqlDriver, QStyle, QSvgRenderer, QSyntaxHighlighter, QSystemTrayIcon, QTcpServer, QTextDocument, QTextObject, QThread, QThreadPool, QTimeLine, QTimer, QTranslator, QUndoGroup, QUndoStack, QValidator, QWebFrame, QWebHistoryInterface, QWebPage, QWebPluginFactory and QWidget.
Methods
- __init__ (self, QObject parent = None)
- bool blockSignals (self, bool)
- childEvent (self, QChildEvent)
- list-of-QObject children (self)
- bool connect (self, QObject, SIGNAL(), SLOT(), Qt.ConnectionType = Qt.AutoConnection)
- connectNotify (self, SIGNAL())
- customEvent (self, QEvent)
- deleteLater (self)
- disconnectNotify (self, SIGNAL())
- dumpObjectInfo (self)
- dumpObjectTree (self)
- list-of-QByteArray dynamicPropertyNames (self)
- emit (self, SIGNAL(), ...)
- bool event (self, QEvent)
- bool eventFilter (self, QObject, QEvent)
- QObject findChild (self, type type, QString name = QString())
- list-of-QObject findChildren (self, type type, QString name = QString())
- list-of-QObject findChildren (self, type type, QRegExp regExp)
- bool inherits (self, str)
- installEventFilter (self, QObject)
- bool isWidgetType (self)
- killTimer (self, int)
- QMetaObject metaObject (self)
- moveToThread (self, QThread)
- QString objectName (self)
- QObject parent (self)
- QVariant property (self, str)
- pyqtConfigure (self, object)
- int receivers (self, SIGNAL())
- removeEventFilter (self, QObject)
- QObject sender (self)
- setObjectName (self, QString)
- setParent (self, QObject)
- bool setProperty (self, str, QVariant)
- bool signalsBlocked (self)
- int startTimer (self, int)
- QThread thread (self)
- timerEvent (self, QTimerEvent)
- QString tr (self, str sourceText, str disambiguation = None, int n = -1)
- QString trUtf8 (self, str sourceText, str disambiguation = None, int n = -1)
Static Methods
- bool connect (QObject, SIGNAL(), QObject, SLOT(), Qt.ConnectionType = Qt.AutoConnection)
- bool connect (QObject, SIGNAL(), callable, Qt.ConnectionType = Qt.AutoConnection)
- bool disconnect (QObject, SIGNAL(), QObject, SLOT())
- bool disconnect (QObject, SIGNAL(), callable)
Qt Signals
Static Members
Detailed Description
Method Documentation
QObject.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
bool QObject.blockSignals (self, bool)
QObject.childEvent (self, QChildEvent)
list-of-QObject QObject.children (self)
bool QObject.connect (QObject, SIGNAL(), QObject, SLOT(), Qt.ConnectionType = Qt.AutoConnection)
bool QObject.connect (QObject, SIGNAL(), callable, Qt.ConnectionType = Qt.AutoConnection)
bool QObject.connect (self, QObject, SIGNAL(), SLOT(), Qt.ConnectionType = Qt.AutoConnection)
QObject.connectNotify (self, SIGNAL())
QObject.customEvent (self, QEvent)
QObject.deleteLater (self)
This method is also a Qt slot with the C++ signature void deleteLater().
bool QObject.disconnect (QObject, SIGNAL(), QObject, SLOT())
bool QObject.disconnect (QObject, SIGNAL(), callable)
QObject.disconnectNotify (self, SIGNAL())
QObject.dumpObjectInfo (self)
QObject.dumpObjectTree (self)
list-of-QByteArray QObject.dynamicPropertyNames (self)
QObject.emit (self, SIGNAL(), ...)
bool QObject.event (self, QEvent)
bool QObject.eventFilter (self, QObject, QEvent)
QObject QObject.findChild (self, type type, QString name = QString())
list-of-QObject QObject.findChildren (self, type type, QString name = QString())
list-of-QObject QObject.findChildren (self, type type, QRegExp regExp)
bool QObject.inherits (self, str)
QObject.installEventFilter (self, QObject)
bool QObject.isWidgetType (self)
QObject.killTimer (self, int)
QMetaObject QObject.metaObject (self)
QObject.moveToThread (self, QThread)
QString QObject.objectName (self)
QObject QObject.parent (self)
QVariant QObject.property (self, str)
QObject.pyqtConfigure (self, object)
int QObject.receivers (self, SIGNAL())
QObject.removeEventFilter (self, QObject)
QObject QObject.sender (self)
QObject.setObjectName (self, QString)
QObject.setParent (self, QObject)
The QObject argument, if not None, causes self to be owned by Qt instead of PyQt.
bool QObject.setProperty (self, str, QVariant)
bool QObject.signalsBlocked (self)
int QObject.startTimer (self, int)
QThread QObject.thread (self)
QObject.timerEvent (self, QTimerEvent)
QString QObject.tr (self, str sourceText, str disambiguation = None, int n = -1)
QString QObject.trUtf8 (self, str sourceText, str disambiguation = None, int n = -1)
Qt Signal Documentation
void destroyed (QObject * = 0)
This is the default overload of this signal.
Member Documentation
This member should be treated as a constant.