KDDockWidgets API Documentation 2.1
|
Go to the source code of this file.
Namespaces | |
namespace | Dartagnan |
namespace | KDDockWidgetsBindings_wrappersNS |
Functions | |
bool | c_QObject__blockSignals_bool (void *thisObj, bool b) |
void * | c_QObject__constructor_QObject (void *parent_) |
void | c_QObject__deleteLater (void *thisObj) |
void | c_QObject__destroyed_QObject (void *thisObj, void *arg__1_) |
void | c_QObject__destructor (void *thisObj) |
bool | c_QObject__disconnect_char_QObject_char (void *thisObj, const char *signal, void *receiver_, const char *member) |
bool | c_QObject__disconnect_QObject_char (void *thisObj, void *receiver_, const char *member) |
void | c_QObject__dumpObjectInfo (void *thisObj) |
void | c_QObject__dumpObjectTree (void *thisObj) |
bool | c_QObject__inherits_char (void *thisObj, const char *classname) |
void | c_QObject__installEventFilter_QObject (void *thisObj, void *filterObj_) |
bool | c_QObject__isWidgetType (void *thisObj) |
bool | c_QObject__isWindowType (void *thisObj) |
void | c_QObject__killTimer_int (void *thisObj, int id) |
void * | c_QObject__objectName (void *thisObj) |
void * | c_QObject__parent (void *thisObj) |
int | c_QObject__receivers_char (void *thisObj, const char *signal) |
void | c_QObject__registerVirtualMethodCallback (void *ptr, void *callback, int methodId) |
void | c_QObject__removeEventFilter_QObject (void *thisObj, void *obj_) |
void * | c_QObject__sender (void *thisObj) |
int | c_QObject__senderSignalIndex (void *thisObj) |
void | c_QObject__setObjectName_QString (void *thisObj, const char *name_) |
void | c_QObject__setParent_QObject (void *thisObj, void *parent_) |
bool | c_QObject__signalsBlocked (void *thisObj) |
int | c_QObject__startTimer_int (void *thisObj, int interval) |
void | c_QObject_Finalizer (void *cppObj) |
bool | c_static_QObject__disconnect_QObject_char_QObject_char (void *sender_, const char *signal, void *receiver_, const char *member) |
void * | c_static_QObject__tr_char_char_int (const char *s, const char *c, int n) |
static QObject * | fromPtr (void *ptr) |
static KDDockWidgetsBindings_wrappersNS::QObject_wrapper * | fromWrapperPtr (void *ptr) |
Variables | |
static CleanupCallback | Dartagnan::s_cleanupCallback = nullptr |
bool c_QObject__blockSignals_bool | ( | void * | thisObj, |
bool | b | ||
) |
Definition at line 155 of file QObject_c.cpp.
References QObject::blockSignals(), and fromPtr().
void * c_QObject__constructor_QObject | ( | void * | parent_ | ) |
Definition at line 148 of file QObject_c.cpp.
void c_QObject__deleteLater | ( | void * | thisObj | ) |
Definition at line 160 of file QObject_c.cpp.
References QObject::deleteLater(), and fromPtr().
void c_QObject__destroyed_QObject | ( | void * | thisObj, |
void * | arg__1_ | ||
) |
Definition at line 165 of file QObject_c.cpp.
References QObject::destroyed(), and fromPtr().
void c_QObject__destructor | ( | void * | thisObj | ) |
Definition at line 283 of file QObject_c.cpp.
References fromPtr().
bool c_QObject__disconnect_char_QObject_char | ( | void * | thisObj, |
const char * | signal, | ||
void * | receiver_, | ||
const char * | member | ||
) |
Definition at line 184 of file QObject_c.cpp.
References QObject::disconnect(), and fromPtr().
bool c_QObject__disconnect_QObject_char | ( | void * | thisObj, |
void * | receiver_, | ||
const char * | member | ||
) |
Definition at line 171 of file QObject_c.cpp.
References QObject::disconnect(), and fromPtr().
void c_QObject__dumpObjectInfo | ( | void * | thisObj | ) |
Definition at line 190 of file QObject_c.cpp.
References QObject::dumpObjectInfo(), and fromPtr().
void c_QObject__dumpObjectTree | ( | void * | thisObj | ) |
Definition at line 195 of file QObject_c.cpp.
References QObject::dumpObjectTree(), and fromPtr().
bool c_QObject__inherits_char | ( | void * | thisObj, |
const char * | classname | ||
) |
Definition at line 200 of file QObject_c.cpp.
References fromPtr(), and QObject::inherits().
void c_QObject__installEventFilter_QObject | ( | void * | thisObj, |
void * | filterObj_ | ||
) |
Definition at line 205 of file QObject_c.cpp.
References fromPtr(), and QObject::installEventFilter().
bool c_QObject__isWidgetType | ( | void * | thisObj | ) |
Definition at line 211 of file QObject_c.cpp.
References fromPtr(), and QObject::isWidgetType().
bool c_QObject__isWindowType | ( | void * | thisObj | ) |
Definition at line 216 of file QObject_c.cpp.
References fromPtr(), and QObject::isWindowType().
void c_QObject__killTimer_int | ( | void * | thisObj, |
int | id | ||
) |
Definition at line 221 of file QObject_c.cpp.
References fromPtr(), and QObject::killTimer().
void * c_QObject__objectName | ( | void * | thisObj | ) |
Definition at line 226 of file QObject_c.cpp.
References fromPtr(), and QObject::objectName.
void * c_QObject__parent | ( | void * | thisObj | ) |
Definition at line 231 of file QObject_c.cpp.
References fromPtr(), and QObject::parent().
int c_QObject__receivers_char | ( | void * | thisObj, |
const char * | signal | ||
) |
Definition at line 236 of file QObject_c.cpp.
References fromWrapperPtr(), and KDDockWidgetsBindings_wrappersNS::QObject_wrapper::receivers().
void c_QObject__registerVirtualMethodCallback | ( | void * | ptr, |
void * | callback, | ||
int | methodId | ||
) |
Definition at line 287 of file QObject_c.cpp.
References fromWrapperPtr().
void c_QObject__removeEventFilter_QObject | ( | void * | thisObj, |
void * | obj_ | ||
) |
Definition at line 241 of file QObject_c.cpp.
References fromPtr(), and QObject::removeEventFilter().
void * c_QObject__sender | ( | void * | thisObj | ) |
Definition at line 247 of file QObject_c.cpp.
References fromWrapperPtr(), and KDDockWidgetsBindings_wrappersNS::QObject_wrapper::sender().
int c_QObject__senderSignalIndex | ( | void * | thisObj | ) |
Definition at line 252 of file QObject_c.cpp.
References fromWrapperPtr(), and KDDockWidgetsBindings_wrappersNS::QObject_wrapper::senderSignalIndex().
void c_QObject__setObjectName_QString | ( | void * | thisObj, |
const char * | name_ | ||
) |
Definition at line 257 of file QObject_c.cpp.
References fromPtr(), QString::fromUtf8(), and QObject::setObjectName().
void c_QObject__setParent_QObject | ( | void * | thisObj, |
void * | parent_ | ||
) |
Definition at line 263 of file QObject_c.cpp.
References fromPtr(), and QObject::setParent().
bool c_QObject__signalsBlocked | ( | void * | thisObj | ) |
Definition at line 269 of file QObject_c.cpp.
References fromPtr(), and QObject::signalsBlocked().
int c_QObject__startTimer_int | ( | void * | thisObj, |
int | interval | ||
) |
Definition at line 274 of file QObject_c.cpp.
References fromPtr(), and QObject::startTimer().
void c_QObject_Finalizer | ( | void * | cppObj | ) |
Definition at line 144 of file QObject_c.cpp.
bool c_static_QObject__disconnect_QObject_char_QObject_char | ( | void * | sender_, |
const char * | signal, | ||
void * | receiver_, | ||
const char * | member | ||
) |
Definition at line 177 of file QObject_c.cpp.
References KDDockWidgetsBindings_wrappersNS::QObject_wrapper::disconnect().
void * c_static_QObject__tr_char_char_int | ( | const char * | s, |
const char * | c, | ||
int | n | ||
) |
Definition at line 279 of file QObject_c.cpp.
References KDDockWidgetsBindings_wrappersNS::QObject_wrapper::tr().
|
static |
Definition at line 135 of file QObject_c.cpp.
Referenced by c_QObject__blockSignals_bool(), c_QObject__deleteLater(), c_QObject__destroyed_QObject(), c_QObject__destructor(), c_QObject__disconnect_char_QObject_char(), c_QObject__disconnect_QObject_char(), c_QObject__dumpObjectInfo(), c_QObject__dumpObjectTree(), c_QObject__inherits_char(), c_QObject__installEventFilter_QObject(), c_QObject__isWidgetType(), c_QObject__isWindowType(), c_QObject__killTimer_int(), c_QObject__objectName(), c_QObject__parent(), c_QObject__removeEventFilter_QObject(), c_QObject__setObjectName_QString(), c_QObject__setParent_QObject(), c_QObject__signalsBlocked(), and c_QObject__startTimer_int().
|
static |
Definition at line 139 of file QObject_c.cpp.
Referenced by c_QObject__receivers_char(), c_QObject__registerVirtualMethodCallback(), c_QObject__sender(), and c_QObject__senderSignalIndex().