Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacecontentrequest.cpp43 QPlaceContentRequestPrivate::QPlaceContentRequestPrivate() in QPlaceContentRequestPrivate() function in QPlaceContentRequestPrivate
48 QPlaceContentRequestPrivate::QPlaceContentRequestPrivate(const QPlaceContentRequestPrivate &other) in QPlaceContentRequestPrivate() function in QPlaceContentRequestPrivate
54 QPlaceContentRequestPrivate::~QPlaceContentRequestPrivate() in ~QPlaceContentRequestPrivate()
58 bool QPlaceContentRequestPrivate::operator==(const QPlaceContentRequestPrivate &other) const in operator ==()
64 void QPlaceContentRequestPrivate::clear() in clear()
95 : d_ptr(new QPlaceContentRequestPrivate()) in QPlaceContentRequest()
246 inline QPlaceContentRequestPrivate *QPlaceContentRequest::d_func() in d_func()
248 return static_cast<QPlaceContentRequestPrivate *>(d_ptr.data()); in d_func()
251 inline const QPlaceContentRequestPrivate *QPlaceContentRequest::d_func() const in d_func()
253 return static_cast<const QPlaceContentRequestPrivate *>(d_ptr.constData()); in d_func()
H A Dqplacecontentrequest_p.h57 class QPlaceContentRequestPrivate : public QSharedData
60 QPlaceContentRequestPrivate();
61 QPlaceContentRequestPrivate(const QPlaceContentRequestPrivate &other);
62 ~QPlaceContentRequestPrivate();
64 QPlaceContentRequestPrivate &operator=(const QPlaceContentRequestPrivate &other);
65 bool operator==(const QPlaceContentRequestPrivate &other) const;
H A Dqplacecontentrequest.h46 class QPlaceContentRequestPrivate; variable
75 QSharedDataPointer<QPlaceContentRequestPrivate> d_ptr;
76 inline QPlaceContentRequestPrivate *d_func();
77 inline const QPlaceContentRequestPrivate *d_func() const;