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

◆ type()

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

Definition at line 35 of file qplacecontent_p.h.

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.


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