Searched refs:QPlaceContentRequestPrivate (Results 1 – 3 of 3) sorted by relevance
43 QPlaceContentRequestPrivate::QPlaceContentRequestPrivate() in QPlaceContentRequestPrivate() function in QPlaceContentRequestPrivate48 QPlaceContentRequestPrivate::QPlaceContentRequestPrivate(const QPlaceContentRequestPrivate &other) in QPlaceContentRequestPrivate() function in QPlaceContentRequestPrivate54 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()
57 class QPlaceContentRequestPrivate : public QSharedData60 QPlaceContentRequestPrivate();61 QPlaceContentRequestPrivate(const QPlaceContentRequestPrivate &other);62 ~QPlaceContentRequestPrivate();64 QPlaceContentRequestPrivate &operator=(const QPlaceContentRequestPrivate &other);65 bool operator==(const QPlaceContentRequestPrivate &other) const;
46 class QPlaceContentRequestPrivate; variable75 QSharedDataPointer<QPlaceContentRequestPrivate> d_ptr;76 inline QPlaceContentRequestPrivate *d_func();77 inline const QPlaceContentRequestPrivate *d_func() const;