QPlaceSearchSuggestionReply Class

The QPlaceSearchSuggestionReply class manages a search suggestion operation started by an instance of QPlaceManager . 更多...

頭: #include <QPlaceSearchSuggestionReply>
qmake: QT += location
繼承: QPlaceReply

公共函數

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 .

成員函數文檔編製

[explicit] QPlaceSearchSuggestionReply:: QPlaceSearchSuggestionReply ( QObject * parent = nullptr)

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 ().

QStringList QPlaceSearchSuggestionReply:: suggestions () const

Returns the search term suggestions.

另請參閱 setSuggestions ().

[override virtual] QPlaceReply::Type QPlaceSearchSuggestionReply:: type () const

重實現: QPlaceReply::type() const .

Returns type of reply.