Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QBindingStoragePrivate Struct Reference
Collaboration diagram for QBindingStoragePrivate:

Classes

struct  Pair

Public Member Functions

void reallocate (size_t newSize)
 QBindingStoragePrivate (QBindingStorageData *&_d)
QPropertyBindingDataget (const QUntypedPropertyData *data)
QPropertyBindingDataget (QUntypedPropertyData *data, bool create)
void destroy ()
void reallocate (size_t newSize)
 QBindingStoragePrivate (QBindingStorageData *&_d)
QPropertyBindingDataget (const QUntypedPropertyData *data)
QPropertyBindingDataget (QUntypedPropertyData *data, bool create)
void destroy ()

Static Public Member Functions

static Pairpairs (QBindingStorageData *dd)
static Pairpairs (QBindingStorageData *dd)

Public Attributes

QBindingStorageData *& d

Detailed Description

Definition at line 2235 of file qproperty.cpp.

Constructor & Destructor Documentation

◆ QBindingStoragePrivate() [1/2]

QBindingStoragePrivate::QBindingStoragePrivate ( QBindingStorageData *& _d)
inline

Definition at line 2287 of file qproperty.cpp.

References d.

◆ QBindingStoragePrivate() [2/2]

QBindingStoragePrivate::QBindingStoragePrivate ( QBindingStorageData *& _d)
inline

Definition at line 2287 of file qproperty.cpp.

Member Function Documentation

◆ destroy() [1/2]

void QBindingStoragePrivate::destroy ( )
inline

Definition at line 2330 of file qproperty.cpp.

References d, and pairs().

Here is the call graph for this function:

◆ destroy() [2/2]

void QBindingStoragePrivate::destroy ( )
inline

Definition at line 2330 of file qproperty.cpp.

◆ get() [1/4]

QPropertyBindingData * QBindingStoragePrivate::get ( const QUntypedPropertyData * data)
inline

Definition at line 2289 of file qproperty.cpp.

References d, and pairs().

Here is the call graph for this function:

◆ get() [2/4]

QPropertyBindingData * QBindingStoragePrivate::get ( const QUntypedPropertyData * data)
inline

Definition at line 2289 of file qproperty.cpp.

◆ get() [3/4]

QPropertyBindingData * QBindingStoragePrivate::get ( QUntypedPropertyData * data,
bool create )
inline

Definition at line 2304 of file qproperty.cpp.

References d, and pairs().

Here is the call graph for this function:

◆ get() [4/4]

QPropertyBindingData * QBindingStoragePrivate::get ( QUntypedPropertyData * data,
bool create )
inline

Definition at line 2304 of file qproperty.cpp.

◆ pairs() [1/2]

Pair * QBindingStoragePrivate::pairs ( QBindingStorageData * dd)
inlinestatic

Definition at line 2250 of file qproperty.cpp.

Referenced by destroy(), get(), get(), and reallocate().

Here is the caller graph for this function:

◆ pairs() [2/2]

Pair * QBindingStoragePrivate::pairs ( QBindingStorageData * dd)
inlinestatic

Definition at line 2250 of file qproperty.cpp.

◆ reallocate() [1/2]

void QBindingStoragePrivate::reallocate ( size_t newSize)
inline

Definition at line 2255 of file qproperty.cpp.

References d, and pairs().

Here is the call graph for this function:

◆ reallocate() [2/2]

void QBindingStoragePrivate::reallocate ( size_t newSize)
inline

Definition at line 2255 of file qproperty.cpp.

Member Data Documentation

◆ d

QBindingStorageData *& QBindingStoragePrivate::d

Definition at line 2248 of file qproperty.cpp.

Referenced by QBindingStoragePrivate(), destroy(), get(), get(), and reallocate().


The documentation for this struct was generated from the following file: