Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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)
 
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 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 965 of file qproperty_p.h.

Member Function Documentation

◆ bindingData() [1/2]

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

Definition at line 991 of file qproperty_p.h.

◆ bindingData() [2/2]

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

Definition at line 990 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 980 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 993 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 992 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: