The QPlaceSearchSuggestionReply class manages a search suggestion operation started by an instance of QPlaceManager . 更多...
| 头: | #include <QPlaceSearchSuggestionReply> | 
| qmake: | QT += location | 
| Since: | Qt 5.6 | 
| 继承: | QPlaceReply | 
| QPlaceSearchSuggestionReply (QObject * parent = nullptr) | |
| virtual | ~QPlaceSearchSuggestionReply () | 
| QStringList | suggestions () const | 
| virtual QPlaceReply::Type | type () const | 
| const QMetaObject | staticMetaObject | 
| void | setSuggestions (const QStringList & suggestions ) | 
The QPlaceSearchSuggestionReply class manages a search suggestion operation started by an instance of QPlaceManager .
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 ().
[虚拟]
						
						
							
								QPlaceReply::Type
							
						
						QPlaceSearchSuggestionReply::
						
							type
						
						() const
						
					重实现自 QPlaceReply::type ().
Returns type of reply.