QObject
#include <QtCore/QObject>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QObject
Overview
Properties Index
Protected Attributes Index
Public Functions Index
Q_INVOKABLE | QObject (QObject *parent=0) |
virtual | ~QObject () |
bool | blockSignals (bool b) |
const QObjectList & | children () const |
bool | connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const |
bool | disconnect (const char *signal=0, const QObject *receiver=0, const char *member=0) |
bool | disconnect (const QObject *receiver, const char *member=0) |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *) |
virtual bool | eventFilter (QObject *, QEvent *) |
T | findChild (const QString &aName=QString()) const |
QList< T > | findChildren (const QString &aName=QString()) const |
QList< T > | findChildren (const QRegExp &re) const |
bool | inherits (const char *classname) const |
void | installEventFilter (QObject *) |
bool | isWidgetType () const |
void | killTimer (int id) |
void | moveToThread (QThread *thread) |
QString | objectName () const |
QObject * | parent () const |
QVariant | property (const char *name) const |
void | removeEventFilter (QObject *) |
void | setObjectName (const QString &name) |
void | setParent (QObject *) |
bool | setProperty (const char *name, const QVariant &value) |
void | setUserData (uint id, QObjectUserData *data) |
bool | signalsBlocked () const |
int | startTimer (int interval) |
QThread * | thread () const |
QObjectUserData * | userData (uint id) const |
Static Public Functions Index
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
uint | registerUserData () |
Protected Functions Index
QObject (QObjectPrivate &dd, QObject *parent=0) | |
virtual void | childEvent (QChildEvent *) |
virtual void | connectNotify (const char *signal) |
virtual void | customEvent (QEvent *) |
virtual void | disconnectNotify (const char *signal) |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *) |
Public Slots Index
void | deleteLater () |
Signals Index
void | destroyed (QObject *=0) |
Properties
Protected Attributes
Public Functions
Q_INVOKABLE
virtual
Destructor.
bool
const QObjectList &
bool
bool
bool
void
void
QList< QByteArray >
virtual bool
virtual bool
T
QList< T >
QList< T >
bool
void
bool
void
void
QObject *
void
void
void
bool
void
bool
int
QThread *
Static Public Functions
bool
bool
bool
bool
uint
Protected Functions
Public Slots
void
Signals
void
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy