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
qplaceidreply.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 QPLACEIDREPLY_H
5#define QPLACEIDREPLY_H
6
7#include <QtLocation/QPlaceReply>
8
10
12class Q_LOCATION_EXPORT QPlaceIdReply : public QPlaceReply
13{
15public:
23
24 explicit QPlaceIdReply(OperationType operationType, QObject *parent = nullptr);
25 virtual ~QPlaceIdReply();
26
27 QPlaceReply::Type type() const override;
28 OperationType operationType() const;
29
30 QString id() const;
31
32protected:
33 void setId(const QString &identifier);
34private:
35 Q_DISABLE_COPY(QPlaceIdReply)
36 Q_DECLARE_PRIVATE(QPlaceIdReply)
37};
38
40
41#endif
\inmodule QtCore
Definition qobject.h:103
\inmodule QtLocation
OperationType
Defines the type of operation that was used to generate this reply.
\inmodule QtLocation
Definition qplacereply.h:15
Type
Describes the reply's type.
Definition qplacereply.h:31
\macro QT_RESTRICTED_CAST_FROM_ASCII
Definition qstring.h:129
employee setId(37)
Combined button and popup list for selecting options.
GLenum GLuint id
[7]
GLenum type
#define Q_OBJECT