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::RefCounted Struct Reference

#include <qpropertyprivate.h>

+ Inheritance diagram for QtPrivate::RefCounted:
+ Collaboration diagram for QtPrivate::RefCounted:

Public Member Functions

int refCount () const
 
void addRef ()
 
bool deref ()
 

Detailed Description

Definition at line 38 of file qpropertyprivate.h.

Member Function Documentation

◆ addRef()

void QtPrivate::RefCounted::addRef ( )
inline

Definition at line 41 of file qpropertyprivate.h.

Referenced by QPropertyBindingPrivatePtr::QPropertyBindingPrivatePtr(), QPropertyBindingPrivatePtr::QPropertyBindingPrivatePtr(), and QtPrivate::QPropertyBindingData::setBinding().

+ Here is the caller graph for this function:

◆ deref()

bool QtPrivate::RefCounted::deref ( )
inline

Definition at line 42 of file qpropertyprivate.h.

Referenced by QPropertyBindingPrivatePtr::~QPropertyBindingPrivatePtr(), and QPropertyBindingPrivate::unlinkAndDeref().

+ Here is the caller graph for this function:

◆ refCount()

int QtPrivate::RefCounted::refCount ( ) const
inline

Definition at line 40 of file qpropertyprivate.h.


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