Home · All Classes · Modules

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

Static Methods

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

QMetaObject staticMetaObject

This member should be treated as a constant.


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