![]() |
Qt 6.x
The Qt SDK
|
#include <qplace_p.h>
Public Attributes | |
QMap< QPlaceContent::Type, QPlaceContent::Collection > | m_contentCollections |
QMap< QPlaceContent::Type, int > | m_contentCounts |
![]() | |
QAtomicInt | ref |
Definition at line 36 of file qplace_p.h.
QPlacePrivate::QPlacePrivate | ( | ) |
Definition at line 556 of file qplace.cpp.
QPlacePrivate::QPlacePrivate | ( | const QPlacePrivate & | other | ) |
Definition at line 561 of file qplace.cpp.
|
virtual |
Definition at line 568 of file qplace.cpp.
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by QPlace::attribution(), isEmpty(), and operator==().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by QPlace::categories(), isEmpty(), and operator==().
|
pure virtual |
Implemented in QPlacePrivateDefault.
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by QPlace::appendContactDetail(), QPlace::contactDetails(), QPlace::contactTypes(), isEmpty(), operator==(), QPlace::primaryEmail(), QPlace::primaryFax(), QPlace::primaryPhone(), QPlace::primaryWebsite(), QPlace::removeContactDetails(), and QPlace::setContactDetails().
|
pure virtual |
Implemented in QPlacePrivateDefault.
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by QPlace::detailsFetched().
|
virtual |
Definition at line 607 of file qplace.cpp.
References extendedAttributes(), and QMap< Key, T >::value().
Referenced by QPlace::extendedAttribute().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by extendedAttribute(), QPlace::extendedAttributeTypes(), isEmpty(), operator==(), and QPlace::setExtendedAttribute().
|
pure virtual |
Implemented in QPlacePrivateDefault.
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by QPlace::icon(), isEmpty(), and operator==().
|
virtual |
Definition at line 589 of file qplace.cpp.
References attribution(), categories(), contacts(), extendedAttributes(), icon(), QMap< Key, T >::isEmpty(), isEmpty(), location(), m_contentCollections, m_contentCounts, placeId(), ratings(), supplier(), QLocation::UnspecifiedVisibility, and visibility().
Referenced by QPlace::isEmpty(), and isEmpty().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by isEmpty(), and QPlace::location().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by QPlace::name().
bool QPlacePrivate::operator== | ( | const QPlacePrivate & | other | ) | const |
Definition at line 570 of file qplace.cpp.
References attribution(), categories(), contacts(), extendedAttributes(), icon(), m_contentCollections, m_contentCounts, other(), placeId(), ratings(), supplier(), and visibility().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by isEmpty(), operator==(), and QPlace::placeId().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by isEmpty(), operator==(), and QPlace::ratings().
Implemented in QPlacePrivateDefault.
Referenced by QPlace::setAttribution().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by QPlace::setCategories(), and QPlace::setCategory().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by QPlace::setDetailsFetched().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by QPlace::setIcon().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by QPlace::setLocation().
Implemented in QPlacePrivateDefault.
Referenced by QPlace::setName().
Implemented in QPlacePrivateDefault.
Referenced by QPlace::setPlaceId().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by QPlace::setRatings().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by QPlace::setSupplier().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by QPlace::setVisibility().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by isEmpty(), operator==(), and QPlace::supplier().
|
pure virtual |
Implemented in QPlacePrivateDefault.
Referenced by isEmpty(), operator==(), and QPlace::visibility().
QMap<QPlaceContent::Type, QPlaceContent::Collection> QPlacePrivate::m_contentCollections |
Definition at line 81 of file qplace_p.h.
Referenced by QPlace::content(), QPlace::insertContent(), isEmpty(), operator==(), and QPlace::setContent().
QMap<QPlaceContent::Type, int> QPlacePrivate::m_contentCounts |
Definition at line 82 of file qplace_p.h.
Referenced by isEmpty(), operator==(), QPlace::setTotalContentCount(), and QPlace::totalContentCount().