![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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.
QT_USE_NAMESPACE bool QPlaceSupplierPrivate::operator== | ( | const QPlaceSupplierPrivate & | other | ) | const |
Definition at line 11 of file qplacesupplier.cpp.
QPlaceIcon QPlaceSupplierPrivate::icon |
Definition at line 36 of file qplacesupplier_p.h.
QString QPlaceSupplierPrivate::name |
Definition at line 33 of file qplacesupplier_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QString QPlaceSupplierPrivate::supplierId |
Definition at line 34 of file qplacesupplier_p.h.
QUrl QPlaceSupplierPrivate::url |
Definition at line 35 of file qplacesupplier_p.h.