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

#include <qplacesupplier_p.h>

+ Inheritance diagram for QPlaceSupplierPrivate:
+ Collaboration diagram for QPlaceSupplierPrivate:

Public Member Functions

bool operator== (const QPlaceSupplierPrivate &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 name
 
QString supplierId
 
QUrl url
 
QPlaceIcon icon
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 26 of file qplacesupplier_p.h.

Member Function Documentation

◆ isEmpty()

bool QPlaceSupplierPrivate::isEmpty ( ) const

Definition at line 21 of file qplacesupplier.cpp.

References icon, QUrl::isEmpty(), QPlaceIcon::isEmpty(), QString::isEmpty(), supplierId, and url.

Referenced by QPlaceSupplier::isEmpty().

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

◆ operator==()

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

Definition at line 11 of file qplacesupplier.cpp.

References other(), and this.

+ Here is the call graph for this function:

Member Data Documentation

◆ icon

QPlaceIcon QPlaceSupplierPrivate::icon

Definition at line 36 of file qplacesupplier_p.h.

Referenced by QPlaceSupplier::icon(), isEmpty(), and QPlaceSupplier::setIcon().

◆ name

QString QPlaceSupplierPrivate::name

Definition at line 33 of file qplacesupplier_p.h.

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

◆ supplierId

QString QPlaceSupplierPrivate::supplierId

◆ url

QUrl QPlaceSupplierPrivate::url

Definition at line 35 of file qplacesupplier_p.h.

Referenced by isEmpty(), QPlaceSupplier::setUrl(), and QPlaceSupplier::url().


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