Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtPrivate::QPropertyAdaptorSlotObject Class Reference

#include <qproperty_p.h>

+ Inheritance diagram for QtPrivate::QPropertyAdaptorSlotObject:
+ Collaboration diagram for QtPrivate::QPropertyAdaptorSlotObject:

Public Member Functions

const QPropertyBindingDatabindingData () const
 
QPropertyBindingDatabindingData ()
 
QObjectobject () const
 
const QMetaPropertymetaProperty () 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 QPropertyAdaptorSlotObjectcast (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 ()
 

Detailed Description

Definition at line 915 of file qproperty_p.h.

Member Function Documentation

◆ bindingData() [1/2]

QPropertyBindingData & QtPrivate::QPropertyAdaptorSlotObject::bindingData ( )
inline

Definition at line 941 of file qproperty_p.h.

◆ bindingData() [2/2]

const QPropertyBindingData & QtPrivate::QPropertyAdaptorSlotObject::bindingData ( ) const
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:

◆ cast()

static QPropertyAdaptorSlotObject * QtPrivate::QPropertyAdaptorSlotObject::cast ( QSlotObjectBase ptr,
int  propertyIndex 
)
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:

◆ metaProperty()

const QMetaProperty & QtPrivate::QPropertyAdaptorSlotObject::metaProperty ( ) const
inline

Definition at line 943 of file qproperty_p.h.

Referenced by QtPrivate::PropertyAdaptorSlotObjectHelpers::bindingWrapper().

+ Here is the caller graph for this function:

◆ object()

QObject * QtPrivate::QPropertyAdaptorSlotObject::object ( ) const
inline

Definition at line 942 of file qproperty_p.h.

Friends And Related Symbol Documentation

◆ QT_PREPEND_NAMESPACE

class QT_PREPEND_NAMESPACE ( QUntypedBindable  )
friend

The documentation for this class was generated from the following files: