Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QPlaceAttributePrivate Class Reference

#include <qplaceattribute_p.h>

+ Inheritance diagram for QPlaceAttributePrivate:
+ Collaboration diagram for QPlaceAttributePrivate:

Public Member Functions

bool operator== (const QPlaceAttributePrivate &other) const
 
bool isEmpty () const
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

QString label
 
QString text
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 25 of file qplaceattribute_p.h.

Member Function Documentation

◆ isEmpty()

bool QPlaceAttributePrivate::isEmpty ( ) const

Definition at line 17 of file qplaceattribute.cpp.

References QString::isEmpty(), and text.

Referenced by QPlaceAttribute::isEmpty().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator==()

QT_USE_NAMESPACE bool QPlaceAttributePrivate::operator== ( const QPlaceAttributePrivate & other) const

Definition at line 11 of file qplaceattribute.cpp.

References other(), and text.

+ Here is the call graph for this function:

Member Data Documentation

◆ label

QString QPlaceAttributePrivate::label

Definition at line 32 of file qplaceattribute_p.h.

Referenced by QPlaceAttribute::label(), and QPlaceAttribute::setLabel().

◆ text

QString QPlaceAttributePrivate::text

Definition at line 33 of file qplaceattribute_p.h.

Referenced by isEmpty(), QPlaceAttribute::setText(), and QPlaceAttribute::text().


The documentation for this class was generated from the following files: