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
QQmlAbstractBinding::RefCount Struct Reference

#include <qqmlabstractbinding_p.h>

+ Collaboration diagram for QQmlAbstractBinding::RefCount:

Public Member Functions

 RefCount ()
 
void ref ()
 
int deref ()
 
 operator int () const
 

Public Attributes

int refCount = 0
 

Detailed Description

Definition at line 75 of file qqmlabstractbinding_p.h.

Constructor & Destructor Documentation

◆ RefCount()

QQmlAbstractBinding::RefCount::RefCount ( )
inline

Definition at line 76 of file qqmlabstractbinding_p.h.

Member Function Documentation

◆ deref()

int QQmlAbstractBinding::RefCount::deref ( )
inline

Definition at line 79 of file qqmlabstractbinding_p.h.

Referenced by QQmlAbstractBinding::~QQmlAbstractBinding(), QQmlData::destroyed(), and QQmlAbstractBinding::setNextBinding().

+ Here is the caller graph for this function:

◆ operator int()

QQmlAbstractBinding::RefCount::operator int ( ) const
inline

Definition at line 80 of file qqmlabstractbinding_p.h.

◆ ref()

void QQmlAbstractBinding::RefCount::ref ( )
inline

Definition at line 78 of file qqmlabstractbinding_p.h.

Referenced by QQmlAnyBinding::operator=(), QQmlAnyBinding::operator=(), and QQmlAbstractBinding::setNextBinding().

+ Here is the caller graph for this function:

Member Data Documentation

◆ refCount

int QQmlAbstractBinding::RefCount::refCount = 0

Definition at line 77 of file qqmlabstractbinding_p.h.


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