![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qplacecategory_p.h>
Public Member Functions | |
bool | operator== (const QPlaceCategoryPrivate &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 | categoryId |
QString | name |
QLocation::Visibility | visibility = QLocation::UnspecifiedVisibility |
QPlaceIcon | icon |
![]() | |
QAtomicInt | ref |
Definition at line 27 of file qplacecategory_p.h.
QT_BEGIN_NAMESPACE bool QPlaceCategoryPrivate::isEmpty | ( | ) | const |
Definition at line 12 of file qplacecategory.cpp.
bool QPlaceCategoryPrivate::operator== | ( | const QPlaceCategoryPrivate & | other | ) | const |
QString QPlaceCategoryPrivate::categoryId |
Definition at line 33 of file qplacecategory_p.h.
QPlaceIcon QPlaceCategoryPrivate::icon |
Definition at line 36 of file qplacecategory_p.h.
QString QPlaceCategoryPrivate::name |
Definition at line 34 of file qplacecategory_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QLocation::Visibility QPlaceCategoryPrivate::visibility = QLocation::UnspecifiedVisibility |
Definition at line 35 of file qplacecategory_p.h.