![]() |
Qt 6.x
The Qt SDK
|
#include <qplaceicon_p.h>
Inheritance diagram for QPlaceIconPrivate:
Collaboration diagram for QPlaceIconPrivate:Public Member Functions | |
| bool | operator== (const QPlaceIconPrivate &other) const |
Public Member Functions inherited from QSharedData | |
| QSharedData () noexcept | |
| Constructs a QSharedData object with a reference count of 0. | |
| QSharedData (const QSharedData &) noexcept | |
| Constructs a QSharedData object with reference count 0. | |
| QSharedData & | operator= (const QSharedData &)=delete |
| ~QSharedData ()=default | |
Public Attributes | |
| QPlaceManager * | manager = nullptr |
| QVariantMap | parameters |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 26 of file qplaceicon_p.h.
| QT_USE_NAMESPACE bool QPlaceIconPrivate::operator== | ( | const QPlaceIconPrivate & | other | ) | const |
Definition at line 16 of file qplaceicon.cpp.
References manager, and other().
Here is the call graph for this function:| QPlaceManager* QPlaceIconPrivate::manager = nullptr |
Definition at line 31 of file qplaceicon_p.h.
Referenced by QPlaceIcon::isEmpty(), QPlaceIcon::manager(), QPlaceIcon::setManager(), and QPlaceIcon::url().
| QVariantMap QPlaceIconPrivate::parameters |
Definition at line 32 of file qplaceicon_p.h.
Referenced by QPlaceIcon::isEmpty(), QPlaceIcon::parameters(), QPlaceIcon::setParameters(), and QPlaceIcon::url().