![]() |
Qt 6.x
The Qt SDK
|
#include <qplaceattribute_p.h>
Public Member Functions | |
bool | operator== (const QPlaceAttributePrivate &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 | label |
QString | text |
![]() | |
QAtomicInt | ref |
Definition at line 25 of file qplaceattribute_p.h.
bool QPlaceAttributePrivate::isEmpty | ( | ) | const |
Definition at line 17 of file qplaceattribute.cpp.
References QString::isEmpty(), and text.
Referenced by QPlaceAttribute::isEmpty().
QT_USE_NAMESPACE bool QPlaceAttributePrivate::operator== | ( | const QPlaceAttributePrivate & | other | ) | const |
QString QPlaceAttributePrivate::label |
Definition at line 32 of file qplaceattribute_p.h.
Referenced by QPlaceAttribute::label(), and QPlaceAttribute::setLabel().
QString QPlaceAttributePrivate::text |
Definition at line 33 of file qplaceattribute_p.h.
Referenced by isEmpty(), QPlaceAttribute::setText(), and QPlaceAttribute::text().