#include <PythonQtStdDecorators.h>
|
| 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.
◆ children
◆ connect [1/3]
| bool PythonQtStdDecorators::connect |
( |
QObject * |
receiver, |
|
|
QObject * |
sender, |
|
|
const QByteArray & |
signal, |
|
|
const QByteArray & |
slot, |
|
|
Qt::ConnectionType |
type = Qt::AutoConnection |
|
) |
| |
|
inlineslot |
◆ connect [2/3]
◆ connect [3/3]
| bool PythonQtStdDecorators::connect |
( |
QObject * |
sender, |
|
|
const QByteArray & |
signal, |
|
|
QObject * |
receiver, |
|
|
const QByteArray & |
slot, |
|
|
Qt::ConnectionType |
type = Qt::AutoConnection |
|
) |
| |
|
slot |
◆ disconnect [1/2]
◆ disconnect [2/2]
◆ findChild
◆ findChildren [1/2]
◆ findChildren [2/2]
◆ metaObject
◆ parent
| QObject * PythonQtStdDecorators::parent |
( |
QObject * |
o | ) |
|
|
slot |
◆ property
◆ setParent
◆ setProperty
◆ static_QObject_connect [1/2]
◆ static_QObject_connect [2/2]
| bool PythonQtStdDecorators::static_QObject_connect |
( |
QObject * |
sender, |
|
|
const QByteArray & |
signal, |
|
|
QObject * |
receiver, |
|
|
const QByteArray & |
slot, |
|
|
Qt::ConnectionType |
type = Qt::AutoConnection |
|
) |
| |
|
inlineslot |
◆ static_QObject_disconnect [1/2]
◆ static_QObject_disconnect [2/2]
◆ static_Qt_qAbs
◆ static_Qt_qBound
◆ static_Qt_qCritical
◆ static_Qt_qDebug
◆ static_Qt_qFatal
◆ static_Qt_qFuzzyCompare
◆ static_Qt_qMax
◆ static_Qt_qMin
◆ static_Qt_qrand
| int PythonQtStdDecorators::static_Qt_qrand |
( |
| ) |
|
|
inlineslot |
◆ static_Qt_qRound
| int PythonQtStdDecorators::static_Qt_qRound |
( |
double |
a | ) |
|
|
inlineslot |
◆ static_Qt_qRound64
| qint64 PythonQtStdDecorators::static_Qt_qRound64 |
( |
double |
a | ) |
|
|
inlineslot |
◆ static_Qt_qsrand
| void PythonQtStdDecorators::static_Qt_qsrand |
( |
uint |
a | ) |
|
|
inlineslot |
◆ static_Qt_qVersion
| const char * PythonQtStdDecorators::static_Qt_qVersion |
( |
| ) |
|
|
inlineslot |
◆ static_Qt_qWarning
◆ static_Qt_SIGNAL
◆ static_Qt_SLOT
◆ static_QTimer_singleShot
| void PythonQtStdDecorators::static_QTimer_singleShot |
( |
int |
msec, |
|
|
PyObject * |
callable |
|
) |
| |
|
slot |
◆ tr
The documentation for this class was generated from the following file: