Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qplacedetailsreply.h
Go to the documentation of this file.
1// Copyright (C) 2015 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QPLACEDETAILSREPLY_H
5#define QPLACEDETAILSREPLY_H
6
7#include <QtLocation/QPlaceReply>
8
10
11class QPlace;
13class Q_LOCATION_EXPORT QPlaceDetailsReply : public QPlaceReply
14{
16public:
17 explicit QPlaceDetailsReply(QObject *parent = nullptr);
18 virtual ~QPlaceDetailsReply();
19
20 QPlaceReply::Type type() const override;
21
22 QPlace place() const;
23
24protected:
25 void setPlace(const QPlace &place);
26
27private:
28 Q_DISABLE_COPY(QPlaceDetailsReply)
29 Q_DECLARE_PRIVATE(QPlaceDetailsReply)
30};
31
33
34#endif // QPLACEDETAILSREPLY_H
\inmodule QtCore
Definition qobject.h:103
\inmodule QtLocation
\inmodule QtLocation
Definition qplacereply.h:15
Type
Describes the reply's type.
Definition qplacereply.h:31
\inmodule QtLocation
Definition qplace.h:25
Combined button and popup list for selecting options.
GLenum type
#define Q_OBJECT