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

#include <qplacecontent_p.h>

+ Inheritance diagram for QPlaceContentPrivate:
+ Collaboration diagram for QPlaceContentPrivate:

Public Member Functions

 QPlaceContentPrivate (QPlaceContent::Type type)
 
bool compare (const QPlaceContentPrivate *other) const
 
QPlaceContent::Type type () 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

QMap< QPlaceContent::DataTag, QVariantdata
 
const QPlaceContent::Type m_type = QPlaceContent::NoType
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 28 of file qplacecontent_p.h.

Constructor & Destructor Documentation

◆ QPlaceContentPrivate()

QPlaceContentPrivate::QPlaceContentPrivate ( QPlaceContent::Type type)
inline

Definition at line 31 of file qplacecontent_p.h.

Member Function Documentation

◆ compare()

bool QPlaceContentPrivate::compare ( const QPlaceContentPrivate * other) const

Definition at line 19 of file qplacecontent.cpp.

References other().

Referenced by QPlaceContent::operator==().

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

◆ type()

QPlaceContent::Type QPlaceContentPrivate::type ( ) const
inline

Definition at line 35 of file qplacecontent_p.h.

References m_type.

Referenced by QPlaceContent::type().

+ Here is the caller graph for this function:

Member Data Documentation

◆ data

QMap<QPlaceContent::DataTag, QVariant> QPlaceContentPrivate::data

Definition at line 37 of file qplacecontent_p.h.

◆ m_type

const QPlaceContent::Type QPlaceContentPrivate::m_type = QPlaceContent::NoType

Definition at line 38 of file qplacecontent_p.h.

Referenced by type().


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