![]() |
Qt 6.x
The Qt SDK
|
#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.
References icon, isEmpty(), and QLocation::UnspecifiedVisibility.
Referenced by QPlaceCategory::isEmpty(), and isEmpty().
bool QPlaceCategoryPrivate::operator== | ( | const QPlaceCategoryPrivate & | other | ) | const |
QString QPlaceCategoryPrivate::categoryId |
Definition at line 33 of file qplacecategory_p.h.
Referenced by QPlaceCategory::categoryId(), and QPlaceCategory::setCategoryId().
QPlaceIcon QPlaceCategoryPrivate::icon |
Definition at line 36 of file qplacecategory_p.h.
Referenced by QPlaceCategory::icon(), and QPlaceCategory::setIcon().
QString QPlaceCategoryPrivate::name |
Definition at line 34 of file qplacecategory_p.h.
Referenced by QPlaceCategory::name(), and QPlaceCategory::setName().
QLocation::Visibility QPlaceCategoryPrivate::visibility = QLocation::UnspecifiedVisibility |
Definition at line 35 of file qplacecategory_p.h.
Referenced by QPlaceCategory::setVisibility(), and QPlaceCategory::visibility().