|
bool | connect (QObject *sender, const QByteArray &signal, PyObject *callable) |
|
bool | connect (QObject *sender, const QByteArray &signal, QObject *receiver, const QByteArray &slot, Qt::ConnectionType type=Qt::AutoConnection) |
|
bool | connect (QObject *receiver, QObject *sender, const QByteArray &signal, const QByteArray &slot, Qt::ConnectionType type=Qt::AutoConnection) |
|
bool | static_QObject_connect (QObject *sender, const QByteArray &signal, PyObject *callable) |
|
bool | static_QObject_connect (QObject *sender, const QByteArray &signal, QObject *receiver, const QByteArray &slot, Qt::ConnectionType type=Qt::AutoConnection) |
|
bool | disconnect (QObject *sender, const QByteArray &signal, PyObject *callable=nullptr) |
|
bool | disconnect (QObject *sender, const QByteArray &signal, QObject *receiver, const QByteArray &slot) |
|
bool | static_QObject_disconnect (QObject *sender, const QByteArray &signal, PyObject *callable=nullptr) |
|
bool | static_QObject_disconnect (QObject *sender, const QByteArray &signal, QObject *receiver, const QByteArray &slot) |
|
const QMetaObject * | metaObject (QObject *obj) |
|
QObject * | parent (QObject *o) |
|
void | setParent (QObject *o, PythonQtNewOwnerOfThis< QObject * > parent) |
|
const QObjectList * | children (QObject *o) |
|
QObject * | findChild (QObject *parent, PyObject *type, const QString &name=QString()) |
|
QList< QObject * > | findChildren (QObject *parent, PyObject *type, const QString &name=QString()) |
|
QList< QObject * > | findChildren (QObject *parent, PyObject *type, const QRegularExpression ®Exp) |
|
bool | setProperty (QObject *o, const char *name, const QVariant &value) |
|
QVariant | property (QObject *o, const char *name) |
|
double | static_Qt_qAbs (double a) |
|
double | static_Qt_qBound (double a, double b, double c) |
|
void | static_Qt_qDebug (const QByteArray &msg) |
|
void | static_Qt_qWarning (const QByteArray &msg) |
|
void | static_Qt_qCritical (const QByteArray &msg) |
|
void | static_Qt_qFatal (const QByteArray &msg) |
|
bool | static_Qt_qFuzzyCompare (double a, double b) |
|
double | static_Qt_qMax (double a, double b) |
|
double | static_Qt_qMin (double a, double b) |
|
int | static_Qt_qRound (double a) |
|
qint64 | static_Qt_qRound64 (double a) |
|
const char * | static_Qt_qVersion () |
|
int | static_Qt_qrand () |
|
void | static_Qt_qsrand (uint a) |
|
QString | tr (QObject *obj, const QString &text, const QString &ambig=QString(), int n=-1) |
|
QString | static_Qt_SIGNAL (const QString &s) |
|
QString | static_Qt_SLOT (const QString &s) |
|
void | static_QTimer_singleShot (int msec, PyObject *callable) |
|
Definition at line 65 of file PythonQtStdDecorators.h.