![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qproperty_p.h>
Public Member Functions | |
const QPropertyBindingData & | bindingData () const |
QPropertyBindingData & | bindingData () |
QObject * | object () const |
const QMetaProperty & | metaProperty () const |
Public Member Functions inherited from QtPrivate::QSlotObjectBase | |
QSlotObjectBase (ImplFn fn) | |
bool | ref () noexcept |
void | destroyIfLastRef () noexcept |
bool | compare (void **a) |
void | call (QObject *r, void **a) |
bool | isImpl (ImplFn f) const |
Static Public Member Functions | |
static QPropertyAdaptorSlotObject * | cast (QSlotObjectBase *ptr, int propertyIndex) |
Friends | |
class | QT_PREPEND_NAMESPACE (QUntypedBindable) |
Additional Inherited Members | |
Protected Types inherited from QtPrivate::QSlotObjectBase | |
enum | Operation { Destroy , Call , Compare , NumOperations } |
Protected Member Functions inherited from QtPrivate::QSlotObjectBase | |
~QSlotObjectBase () |
Definition at line 964 of file qproperty_p.h.
|
inline |
Definition at line 990 of file qproperty_p.h.
|
inline |
Definition at line 989 of file qproperty_p.h.
|
inlinestatic |
Definition at line 979 of file qproperty_p.h.
|
inline |
Definition at line 992 of file qproperty_p.h.
|
inline |
Definition at line 991 of file qproperty_p.h.
|
friend |
Referenced by QtPrivate::getBindingStatus().