Home
last modified time | relevance | path

Searched refs:QPlaceCategoryPrivate (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacecategory.cpp42 QPlaceCategoryPrivate::QPlaceCategoryPrivate() in QPlaceCategoryPrivate() function in QPlaceCategoryPrivate
47 QPlaceCategoryPrivate::QPlaceCategoryPrivate(const QPlaceCategoryPrivate &other) in QPlaceCategoryPrivate() function in QPlaceCategoryPrivate
53 QPlaceCategoryPrivate::~QPlaceCategoryPrivate() in ~QPlaceCategoryPrivate()
57 QPlaceCategoryPrivate &QPlaceCategoryPrivate::operator=(const QPlaceCategoryPrivate &other) in operator =()
68 bool QPlaceCategoryPrivate::isEmpty() const in isEmpty()
104 : d(new QPlaceCategoryPrivate) in QPlaceCategory()
H A Dqplacecategory_p.h59 class QPlaceCategoryPrivate : public QSharedData
62 QPlaceCategoryPrivate();
63 QPlaceCategoryPrivate(const QPlaceCategoryPrivate &other);
65 ~QPlaceCategoryPrivate();
66 QPlaceCategoryPrivate &operator= (const QPlaceCategoryPrivate &other);
67 bool operator==(const QPlaceCategoryPrivate &other) const;
H A Dqplacecategory.h51 class QPlaceCategoryPrivate; variable
82 QSharedDataPointer<QPlaceCategoryPrivate> d;