QPlaceSearchSuggestionReply Class▲
-
Header: QPlaceSearchSuggestionReply
-
qmake: QT += location
-
Inherits: QPlaceReply
-
Inherited By:
-
Group: QPlaceSearchSuggestionReply is part of QtLocation-places, QtLocation-places-replies
I. Detailed Description▲
On successful completion of the operation, the reply will contain a list of search term suggestions. See Search Suggestions for an example on how to use a search suggestion reply.
I-1. See Also▲
See also QPlaceManager
II. Member Function Documentation▲
II-1. [explicit] QPlaceSearchSuggestionReply::QPlaceSearchSuggestionReply(QObject *parent = nullptr)▲
Constructs a search suggestion reply with a given parent.
II-2. [virtual] QPlaceSearchSuggestionReply::~QPlaceSearchSuggestionReply()▲
Destroys the reply.
II-3. [protected] void QPlaceSearchSuggestionReply::setSuggestions(const QStringList &suggestions)▲
II-4. QStringList QPlaceSearchSuggestionReply::suggestions() const▲
II-5. [override virtual] QPlaceReply::Type QPlaceSearchSuggestionReply::type() const▲
Reimplements: QPlaceReply::type() const.
Returns type of reply.