Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplaceeditorial.cpp42 QPlaceEditorialPrivate::QPlaceEditorialPrivate() in QPlaceEditorialPrivate() function in QPlaceEditorialPrivate
47 QPlaceEditorialPrivate::QPlaceEditorialPrivate(const QPlaceEditorialPrivate &other) in QPlaceEditorialPrivate() function in QPlaceEditorialPrivate
53 QPlaceEditorialPrivate::~QPlaceEditorialPrivate() in ~QPlaceEditorialPrivate()
57 bool QPlaceEditorialPrivate::compare(const QPlaceContentPrivate *other) const in compare()
59 const QPlaceEditorialPrivate *od = static_cast<const QPlaceEditorialPrivate *>(other); in compare()
88 : QPlaceContent(new QPlaceEditorialPrivate) in QPlaceEditorial()
H A Dqplaceeditorial_p.h58 class QPlaceEditorialPrivate : public QPlaceContentPrivate
61 QPlaceEditorialPrivate();
62 QPlaceEditorialPrivate(const QPlaceEditorialPrivate &other);
64 ~QPlaceEditorialPrivate();
H A Dqplaceeditorial.h44 class QPlaceEditorialPrivate; variable