Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QtPrivate::RefCounted Struct Reference

#include <qpropertyprivate.h>

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

Public Member Functions

void addRef ()
 
bool deref ()
 

Public Attributes

int ref = 0
 

Detailed Description

Definition at line 38 of file qpropertyprivate.h.

Member Function Documentation

◆ addRef()

void QtPrivate::RefCounted::addRef ( )
inline

Definition at line 40 of file qpropertyprivate.h.

References ref.

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 41 of file qpropertyprivate.h.

References ref.

Member Data Documentation

◆ ref

int QtPrivate::RefCounted::ref = 0

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