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

#include <qplacecategory_p.h>

+ Inheritance diagram for QPlaceCategoryPrivate:
+ Collaboration diagram for QPlaceCategoryPrivate:

Public Member Functions

bool operator== (const QPlaceCategoryPrivate &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 categoryId
 
QString name
 
QLocation::Visibility visibility = QLocation::UnspecifiedVisibility
 
QPlaceIcon icon
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 27 of file qplacecategory_p.h.

Member Function Documentation

◆ isEmpty()

QT_BEGIN_NAMESPACE bool QPlaceCategoryPrivate::isEmpty ( ) const

Definition at line 12 of file qplacecategory.cpp.

◆ operator==()

bool QPlaceCategoryPrivate::operator== ( const QPlaceCategoryPrivate & other) const

Member Data Documentation

◆ categoryId

QString QPlaceCategoryPrivate::categoryId

Definition at line 33 of file qplacecategory_p.h.

◆ icon

QPlaceIcon QPlaceCategoryPrivate::icon

Definition at line 36 of file qplacecategory_p.h.

◆ name

QString QPlaceCategoryPrivate::name

◆ visibility

QLocation::Visibility QPlaceCategoryPrivate::visibility = QLocation::UnspecifiedVisibility

Definition at line 35 of file qplacecategory_p.h.


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