#include <qobjectproto.h>
|
| | QObjectProto (QObject *parent) |
| |
| virtual | ~QObjectProto () |
| |
| Q_INVOKABLE bool | blockSignals (bool block) |
| |
| Q_INVOKABLE const QObjectList & | children () const |
| |
| QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| Q_INVOKABLE bool | disconnect (const char *signal=0, const QObject *receiver=0, const char *method=0) const |
| |
| Q_INVOKABLE bool | disconnect (const QObject *receiver, const char *method=0) const |
| |
| Q_INVOKABLE void | dumpObjectInfo () |
| |
| Q_INVOKABLE void | dumpObjectTree () |
| |
| Q_INVOKABLE QList< QByteArray > | dynamicPropertyNames () const |
| |
| Q_INVOKABLE bool | event (QEvent *e) |
| |
| Q_INVOKABLE bool | eventFilter (QObject *watched, QEvent *event) |
| |
| T | findChild (const QString &name, Qt::FindChildOptions options) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
| |
| QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
| |
| QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
| |
| Q_INVOKABLE bool | inherits (const char *className) const |
| |
| Q_INVOKABLE void | installEventFilter (QObject *filterObj) |
| |
| Q_INVOKABLE bool | isWidgetType () const |
| |
| bool | isWindowType () const |
| |
| Q_INVOKABLE void | killTimer (int id) |
| |
| virtual const QMetaObject * | metaObject () const |
| |
| Q_INVOKABLE void | moveToThread (QThread *targetThread) |
| |
| Q_INVOKABLE QString | objectName () const |
| |
| Q_INVOKABLE QObject * | parent () const |
| |
| Q_INVOKABLE QVariant | property (const char *name) const |
| |
| Q_INVOKABLE void | removeEventFilter (QObject *obj) |
| |
| Q_INVOKABLE void | setObjectName (const QString &name) |
| |
| Q_INVOKABLE void | setParent (QObject *parent) |
| |
| Q_INVOKABLE bool | setProperty (const char *name, const QVariant &value) |
| |
| Q_INVOKABLE bool | signalsBlocked () const |
| |
| int | startTimer (int interval, Qt::TimerType timerType) |
| |
| Q_INVOKABLE QThread * | thread () const |
| |
| Q_INVOKABLE QString | toString () const |
| |
|
| QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
| |
| QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
| |
| QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
| |
| QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
| |
| QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
| |
| bool | disconnect (const QMetaObject::Connection &connection) |
| |
| bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
| |
| bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
| |
| bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
| |
| QString | tr (const char *sourceText, const char *disambiguation, int n) |
| |
| QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
| |
| QObjectProto::QObjectProto |
( |
QObject * |
parent | ) |
|
| QObjectProto::~QObjectProto |
( |
| ) |
|
|
virtual |
| bool QObjectProto::blockSignals |
( |
bool |
block | ) |
|
| const QObjectList & QObjectProto::children |
( |
| ) |
const |
| void QObjectProto::deleteLater |
( |
| ) |
|
|
slot |
| void QObjectProto::destroyed |
( |
QObject * |
obj = 0 | ) |
|
|
signal |
| bool QObjectProto::disconnect |
( |
const char * |
signal = 0, |
|
|
const QObject * |
receiver = 0, |
|
|
const char * |
method = 0 |
|
) |
| const |
| bool QObjectProto::disconnect |
( |
const QObject * |
receiver, |
|
|
const char * |
method = 0 |
|
) |
| const |
| void QObjectProto::dumpObjectInfo |
( |
| ) |
|
| void QObjectProto::dumpObjectTree |
( |
| ) |
|
| bool QObjectProto::event |
( |
QEvent * |
e | ) |
|
|
virtual |
| bool QObjectProto::eventFilter |
( |
QObject * |
watched, |
|
|
QEvent * |
event |
|
) |
| |
|
virtual |
| bool QObjectProto::inherits |
( |
const char * |
className | ) |
const |
| void QObjectProto::installEventFilter |
( |
QObject * |
filterObj | ) |
|
| bool QObjectProto::isWidgetType |
( |
| ) |
const |
| void QObjectProto::killTimer |
( |
int |
id | ) |
|
| void QObjectProto::moveToThread |
( |
QThread * |
targetThread | ) |
|
| Q_INVOKABLE QString QObjectProto::objectName |
( |
| ) |
const |
| void QObjectProto::objectNameChanged |
( |
const QString & |
objectName | ) |
|
|
signal |
| QObject * QObjectProto::parent |
( |
| ) |
const |
| QVariant QObjectProto::property |
( |
const char * |
name | ) |
const |
| void QObjectProto::removeEventFilter |
( |
QObject * |
obj | ) |
|
| void QObjectProto::setObjectName |
( |
const QString & |
name | ) |
|
| void QObjectProto::setParent |
( |
QObject * |
parent | ) |
|
| bool QObjectProto::setProperty |
( |
const char * |
name, |
|
|
const QVariant & |
value |
|
) |
| |
| bool QObjectProto::signalsBlocked |
( |
| ) |
const |
| QThread * QObjectProto::thread |
( |
| ) |
const |
| QString QObjectProto::toString |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- qobjectproto.h
- qobjectproto.cpp