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
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.

References icon, isEmpty(), and QLocation::UnspecifiedVisibility.

Referenced by QPlaceCategory::isEmpty(), and isEmpty().

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

◆ operator==()

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

Member Data Documentation

◆ categoryId

QString QPlaceCategoryPrivate::categoryId

Definition at line 33 of file qplacecategory_p.h.

Referenced by QPlaceCategory::categoryId(), and QPlaceCategory::setCategoryId().

◆ icon

QPlaceIcon QPlaceCategoryPrivate::icon

Definition at line 36 of file qplacecategory_p.h.

Referenced by QPlaceCategory::icon(), and QPlaceCategory::setIcon().

◆ name

QString QPlaceCategoryPrivate::name

Definition at line 34 of file qplacecategory_p.h.

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

◆ visibility

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

Definition at line 35 of file qplacecategory_p.h.

Referenced by QPlaceCategory::setVisibility(), and QPlaceCategory::visibility().


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