QtBase  v6.3.1
Public Member Functions | Friends | List of all members
QBindingStorage Class Reference

#include <qbindingstorage.h>

Public Member Functions

 QBindingStorage ()
 
 ~QBindingStorage ()
 
bool isEmpty ()
 
void registerDependency (const QUntypedPropertyData *data) const
 
QtPrivate::QPropertyBindingDatabindingData (const QUntypedPropertyData *data) const
 
QtPrivate::QPropertyBindingDatabindingData (QUntypedPropertyData *data, bool create)
 

Friends

template<typename Class , typename T , auto Offset, auto Setter, auto Signal, auto Getter>
class QObjectCompatProperty
 
class QObjectPrivate
 
class QtPrivate::QPropertyBindingData
 

Detailed Description

Definition at line 70 of file qbindingstorage.h.

Constructor & Destructor Documentation

◆ QBindingStorage()

QBindingStorage::QBindingStorage ( )

Definition at line 2193 of file qproperty.cpp.

◆ ~QBindingStorage()

QBindingStorage::~QBindingStorage ( )

Definition at line 2199 of file qproperty.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ bindingData() [1/2]

QtPrivate::QPropertyBindingData* QBindingStorage::bindingData ( const QUntypedPropertyData data) const
inline

Definition at line 91 of file qbindingstorage.h.

Here is the caller graph for this function:

◆ bindingData() [2/2]

QtPrivate::QPropertyBindingData* QBindingStorage::bindingData ( QUntypedPropertyData data,
bool  create 
)
inline

Definition at line 102 of file qbindingstorage.h.

Here is the call graph for this function:

◆ isEmpty()

bool QBindingStorage::isEmpty ( )
inline

Definition at line 83 of file qbindingstorage.h.

◆ registerDependency()

void QBindingStorage::registerDependency ( const QUntypedPropertyData data) const
inline

Definition at line 85 of file qbindingstorage.h.

Here is the caller graph for this function:

Friends And Related Function Documentation

◆ QObjectCompatProperty

template<typename Class , typename T , auto Offset, auto Setter, auto Signal, auto Getter>
friend class QObjectCompatProperty
friend

Definition at line 76 of file qbindingstorage.h.

◆ QObjectPrivate

friend class QObjectPrivate
friend

Definition at line 77 of file qbindingstorage.h.

◆ QtPrivate::QPropertyBindingData

friend class QtPrivate::QPropertyBindingData
friend

Definition at line 78 of file qbindingstorage.h.


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