![]() |
Qt 6.x
The Qt SDK
|
#include <qplacesupplier_p.h>
Inheritance diagram for QPlaceSupplierPrivate:
Collaboration diagram for QPlaceSupplierPrivate:Public Member Functions | |
| bool | operator== (const QPlaceSupplierPrivate &other) const |
| bool | isEmpty () 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 | |
| QString | name |
| QString | supplierId |
| QUrl | url |
| QPlaceIcon | icon |
Public Attributes inherited from QSharedData | |
| QAtomicInt | ref |
Definition at line 26 of file qplacesupplier_p.h.
| bool QPlaceSupplierPrivate::isEmpty | ( | ) | const |
Definition at line 21 of file qplacesupplier.cpp.
References icon, QUrl::isEmpty(), QString::isEmpty(), QPlaceIcon::isEmpty(), supplierId, and url.
Referenced by QPlaceSupplier::isEmpty().
Here is the call graph for this function:
Here is the caller graph for this function:| QT_USE_NAMESPACE bool QPlaceSupplierPrivate::operator== | ( | const QPlaceSupplierPrivate & | other | ) | const |
| QPlaceIcon QPlaceSupplierPrivate::icon |
Definition at line 36 of file qplacesupplier_p.h.
Referenced by QPlaceSupplier::icon(), isEmpty(), and QPlaceSupplier::setIcon().
| QString QPlaceSupplierPrivate::name |
Definition at line 33 of file qplacesupplier_p.h.
Referenced by QPlaceSupplier::name(), and QPlaceSupplier::setName().
| QString QPlaceSupplierPrivate::supplierId |
Definition at line 34 of file qplacesupplier_p.h.
Referenced by isEmpty(), QPlaceSupplier::setSupplierId(), and QPlaceSupplier::supplierId().
| QUrl QPlaceSupplierPrivate::url |
Definition at line 35 of file qplacesupplier_p.h.
Referenced by isEmpty(), QPlaceSupplier::setUrl(), and QPlaceSupplier::url().