![]() |
Qt 6.x
The Qt SDK
|
#include <qplacesupplier_p.h>
Public Member Functions | |
bool | operator== (const QPlaceSupplierPrivate &other) const |
bool | isEmpty () const |
![]() | |
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 |
![]() | |
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().
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().