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
QPlaceUserPrivate Class Reference

#include <qplaceuser_p.h>

+ Inheritance diagram for QPlaceUserPrivate:
+ Collaboration diagram for QPlaceUserPrivate:

Public Member Functions

bool operator== (const QPlaceUserPrivate &other) 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 userId
 
QString name
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 24 of file qplaceuser_p.h.

Member Function Documentation

◆ operator==()

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

Definition at line 11 of file qplaceuser.cpp.

References other().

+ Here is the call graph for this function:

Member Data Documentation

◆ name

QString QPlaceUserPrivate::name

Definition at line 30 of file qplaceuser_p.h.

Referenced by QPlaceUser::name(), and QPlaceUser::setName().

◆ userId

QString QPlaceUserPrivate::userId

Definition at line 29 of file qplaceuser_p.h.

Referenced by QPlaceUser::setUserId(), and QPlaceUser::userId().


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