Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ operator==()

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

Definition at line 11 of file qplacesupplier.cpp.

Member Data Documentation

◆ icon

QPlaceIcon QPlaceSupplierPrivate::icon

Definition at line 36 of file qplacesupplier_p.h.

◆ name

QString QPlaceSupplierPrivate::name

◆ supplierId

QString QPlaceSupplierPrivate::supplierId

Definition at line 34 of file qplacesupplier_p.h.

◆ url

QUrl QPlaceSupplierPrivate::url

Definition at line 35 of file qplacesupplier_p.h.


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