Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceimage.cpp42 QPlaceImagePrivate::QPlaceImagePrivate() : QPlaceContentPrivate() in QPlaceImagePrivate() function in QPlaceImagePrivate
46 QPlaceImagePrivate::QPlaceImagePrivate(const QPlaceImagePrivate &other) in QPlaceImagePrivate() function in QPlaceImagePrivate
54 QPlaceImagePrivate::~QPlaceImagePrivate() in ~QPlaceImagePrivate()
58 bool QPlaceImagePrivate::compare(const QPlaceContentPrivate *other) const in compare()
60 const QPlaceImagePrivate *od = static_cast<const QPlaceImagePrivate *>(other); in compare()
87 : QPlaceContent(new QPlaceImagePrivate) in QPlaceImage()
H A Dqplaceimage_p.h59 class QPlaceImagePrivate : public QPlaceContentPrivate
62 QPlaceImagePrivate();
63 QPlaceImagePrivate(const QPlaceImagePrivate &other);
65 ~QPlaceImagePrivate();
H A Dqplaceimage.h47 class QPlaceImagePrivate; variable