![]() |
Qt 6.x
The Qt SDK
|
#include <qproperty_p.h>
Inheritance diagram for QtPrivate::QPropertyAdaptorSlotObject:
Collaboration diagram for QtPrivate::QPropertyAdaptorSlotObject: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) | |
| 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 | |
Protected Types inherited from QtPrivate::QSlotObjectBase | |
| enum | Operation { Destroy , Call , Compare , NumOperations } |
Protected Member Functions inherited from QtPrivate::QSlotObjectBase | |
| ~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().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 930 of file qproperty_p.h.
References ptr().
Referenced by QObjectPrivate::getPropertyAdaptorSlotObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 943 of file qproperty_p.h.
Referenced by QtPrivate::PropertyAdaptorSlotObjectHelpers::bindingWrapper().
Here is the caller graph for this function:
|
inline |
Definition at line 942 of file qproperty_p.h.
|
friend |