![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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.
QT_USE_NAMESPACE bool QPlaceAttributePrivate::operator== | ( | const QPlaceAttributePrivate & | other | ) | const |
Definition at line 11 of file qplaceattribute.cpp.
QString QPlaceAttributePrivate::label |
Definition at line 32 of file qplaceattribute_p.h.
QString QPlaceAttributePrivate::text |
Definition at line 33 of file qplaceattribute_p.h.