Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
qplacesearchsuggestionreply.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 QPLACESEARCHSUGGESTIONREPLY_H
5
#define QPLACESEARCHSUGGESTIONREPLY_H
6
7
#include <QtLocation/QPlaceReply>
8
9
#include <QtCore/QStringList>
10
11
QT_BEGIN_NAMESPACE
12
13
class
QPlaceSearchSuggestionReplyPrivate
;
14
15
class
Q_LOCATION_EXPORT
QPlaceSearchSuggestionReply
:
public
QPlaceReply
16
{
17
Q_OBJECT
18
public
:
19
explicit
QPlaceSearchSuggestionReply
(
QObject
*
parent
=
nullptr
);
20
~QPlaceSearchSuggestionReply
();
21
22
QStringList
suggestions()
const
;
23
Type
type
()
const override
;
24
25
protected
:
26
void
setSuggestions(
const
QStringList
&suggestions);
27
28
private
:
29
Q_DISABLE_COPY(
QPlaceSearchSuggestionReply
)
30
Q_DECLARE_PRIVATE(
QPlaceSearchSuggestionReply
)
31
};
32
33
QT_END_NAMESPACE
34
35
#endif
QObject
\inmodule QtCore
Definition
qobject.h:90
QPlaceReply
\inmodule QtLocation
Definition
qplacereply.h:15
QPlaceReply::type
virtual Type type() const
Returns the type of the reply.
Definition
qplacereply.cpp:119
QPlaceSearchSuggestionReplyPrivate
Definition
qplacesearchsuggestionreply.cpp:10
QPlaceSearchSuggestionReply
\inmodule QtLocation
Definition
qplacesearchsuggestionreply.h:16
QStringList
\inmodule QtCore
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qstandardpaths_haiku.cpp:21
QT_END_NAMESPACE
Definition
qsharedpointer.cpp:1545
Q_OBJECT
#define Q_OBJECT
Definition
qtmetamacros.h:117
Type
Definition
moc.h:24
parent
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent
Definition
uiaclientinterfaces_p.h:209
qtlocation
src
location
places
qplacesearchsuggestionreply.h
Generated by
1.9.7