![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qplaceratings_p.h>
Public Member Functions | |
bool | operator== (const QPlaceRatingsPrivate &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 | |
qreal | average = 0 |
qreal | maximum = 0 |
int | count = 0 |
![]() | |
QAtomicInt | ref |
Definition at line 23 of file qplaceratings_p.h.
bool QPlaceRatingsPrivate::isEmpty | ( | ) | const |
Definition at line 16 of file qplaceratings.cpp.
QT_USE_NAMESPACE bool QPlaceRatingsPrivate::operator== | ( | const QPlaceRatingsPrivate & | other | ) | const |
Definition at line 11 of file qplaceratings.cpp.
qreal QPlaceRatingsPrivate::average = 0 |
Definition at line 30 of file qplaceratings_p.h.
int QPlaceRatingsPrivate::count = 0 |
Definition at line 32 of file qplaceratings_p.h.
qreal QPlaceRatingsPrivate::maximum = 0 |
Definition at line 31 of file qplaceratings_p.h.