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.cpp
Go to the documentation of this file.
1// Copyright (C) 2022 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
5#include "qplacereply_p.h"
6
7#include <QtLocation/QPlace>
8
15
17
19
41
48
56
61{
62 Q_D(const QPlaceDetailsReply);
63 return d->result;
64}
65
70{
72 d->result = place;
73}
\inmodule QtCore
Definition qobject.h:103
\inmodule QtLocation
QPlace place() const
Returns the place that was fetched.
void setPlace(const QPlace &place)
Sets the fetched place of the reply.
QPlaceDetailsReply(QObject *parent=nullptr)
Constructs a details reply with a given parent.
QPlaceReply::Type type() const override
Returns the type of reply.
virtual ~QPlaceDetailsReply()
Destroys the details reply.
\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.