The QPlaceSearchSuggestionReply class manages a search suggestion operation started by an instance of QPlaceManager . 更多...
头: | #include <QPlaceSearchSuggestionReply> |
qmake: | QT += location |
Since: | Qt 5.6 |
继承: | QPlaceReply |
该类在 Qt 5.6 引入。
QPlaceSearchSuggestionReply (QObject * parent = nullptr) | |
virtual | ~QPlaceSearchSuggestionReply () |
QStringList | suggestions () const |
virtual QPlaceReply::Type | type () const override |
void | setSuggestions (const QStringList & suggestions ) |
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.
另请参阅 QPlaceManager .
Constructs a search suggestion reply with a given parent .
[虚拟]
QPlaceSearchSuggestionReply::
~QPlaceSearchSuggestionReply
()
Destroys the reply.
[protected]
void
QPlaceSearchSuggestionReply::
setSuggestions
(const
QStringList
&
suggestions
)
Sets the search term suggestions .
另请参阅 suggestions ().
Returns the search term suggestions.
另请参阅 setSuggestions ().
[override virtual]
QPlaceReply::Type
QPlaceSearchSuggestionReply::
type
() const
重实现: QPlaceReply::type () const.
Returns type of reply.