![]() |
Qt 6.x
The Qt SDK
|
#include <qproperty_p.h>
Public Member Functions | |
const QPropertyBindingData & | bindingData () const |
QPropertyBindingData & | bindingData () |
QObject * | object () const |
const QMetaProperty & | metaProperty () const |
![]() | |
QSlotObjectBase (ImplFn fn) | |
int | 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 | |
![]() | |
enum | Operation { Destroy , Call , Compare , NumOperations } |
![]() | |
~QSlotObjectBase () | |
Definition at line 915 of file qproperty_p.h.
|
inline |
Definition at line 941 of file qproperty_p.h.
|
inline |
Definition at line 940 of file qproperty_p.h.
Referenced by QtPrivate::PropertyAdaptorSlotObjectHelpers::getter(), QtPrivate::PropertyAdaptorSlotObjectHelpers::setBinding(), and QtPrivate::PropertyAdaptorSlotObjectHelpers::setter().
|
inlinestatic |
Definition at line 930 of file qproperty_p.h.
References ptr().
Referenced by QObjectPrivate::getPropertyAdaptorSlotObject().
|
inline |
Definition at line 943 of file qproperty_p.h.
Referenced by QtPrivate::PropertyAdaptorSlotObjectHelpers::bindingWrapper().
|
inline |
Definition at line 942 of file qproperty_p.h.
|
friend |