36 return ::QObject::blockSignals(b);
48 return ::QObject::disconnect(receiver, member);
52 return ::QObject::disconnect(
sender, signal, receiver, member);
56 return ::QObject::disconnect(signal, receiver, member);
68 return ::QObject::inherits(classname);
76 return ::QObject::isWidgetType();
80 return ::QObject::isWindowType();
88 return ::QObject::objectName();
92 return ::QObject::parent();
96 return ::QObject::receivers(signal);
104 return ::QObject::sender();
108 return ::QObject::senderSignalIndex();
120 return ::QObject::signalsBlocked();
124 return ::QObject::startTimer(interval);
128 return ::QObject::tr(s, c, n);
137 return reinterpret_cast<QObject *
>(ptr);
150 auto parent =
reinterpret_cast<QObject *
>(parent_);
152 return reinterpret_cast<void *
>(ptr);
167 auto arg__1 =
reinterpret_cast<QObject *
>(arg__1_);
173 auto receiver =
reinterpret_cast<QObject *
>(receiver_);
179 auto sender =
reinterpret_cast<QObject *
>(sender_);
180 auto receiver =
reinterpret_cast<QObject *
>(receiver_);
186 auto receiver =
reinterpret_cast<QObject *
>(receiver_);
207 auto filterObj =
reinterpret_cast<QObject *
>(filterObj_);
243 auto obj =
reinterpret_cast<QObject *
>(obj_);
265 auto parent =
reinterpret_cast<QObject *
>(parent_);
void c_QObject__removeEventFilter_QObject(void *thisObj, void *obj_)
void * c_QObject__sender(void *thisObj)
void c_QObject__destructor(void *thisObj)
void c_QObject_Finalizer(void *cppObj)
void c_QObject__deleteLater(void *thisObj)
int c_QObject__senderSignalIndex(void *thisObj)
void * c_QObject__constructor_QObject(void *parent_)
bool c_QObject__inherits_char(void *thisObj, const char *classname)
bool c_QObject__disconnect_QObject_char(void *thisObj, void *receiver_, const char *member)
static QObject * fromPtr(void *ptr)
void c_QObject__dumpObjectInfo(void *thisObj)
void c_QObject__setParent_QObject(void *thisObj, void *parent_)
void c_QObject__registerVirtualMethodCallback(void *ptr, void *callback, int methodId)
bool c_static_QObject__disconnect_QObject_char_QObject_char(void *sender_, const char *signal, void *receiver_, const char *member)
void c_QObject__dumpObjectTree(void *thisObj)
bool c_QObject__blockSignals_bool(void *thisObj, bool b)
void c_QObject__setObjectName_QString(void *thisObj, const char *name_)
int c_QObject__receivers_char(void *thisObj, const char *signal)
bool c_QObject__disconnect_char_QObject_char(void *thisObj, const char *signal, void *receiver_, const char *member)
void * c_QObject__parent(void *thisObj)
bool c_QObject__isWindowType(void *thisObj)
bool c_QObject__isWidgetType(void *thisObj)
bool c_QObject__signalsBlocked(void *thisObj)
int c_QObject__startTimer_int(void *thisObj, int interval)
void * c_static_QObject__tr_char_char_int(const char *s, const char *c, int n)
void c_QObject__killTimer_int(void *thisObj, int id)
void * c_QObject__objectName(void *thisObj)
static KDDockWidgetsBindings_wrappersNS::QObject_wrapper * fromWrapperPtr(void *ptr)
void c_QObject__installEventFilter_QObject(void *thisObj, void *filterObj_)
void c_QObject__destroyed_QObject(void *thisObj, void *arg__1_)
int(* CleanupCallback)(void *thisPtr)
static CleanupCallback s_cleanupCallback
bool blockSignals(bool block)
void destroyed(QObject *obj)
bool disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)
bool inherits(const char *className) const const
void installEventFilter(QObject *filterObj)
bool isWindowType() const const
void setObjectName(const QString &name)
QObject * parent() const const
void removeEventFilter(QObject *obj)
void setParent(QObject *parent)
bool signalsBlocked() const const
int startTimer(int interval, Qt::TimerType timerType)
QString fromUtf8(const char *str, int size)