QPlaceSearchSuggestionReply Class

QPlaceSearchSuggestionReply 클래스는 QPlaceManager 의 인스턴스에 의해 시작된 검색 제안 작업을 관리합니다.. ..

Header: #include <QPlaceSearchSuggestionReply>
qmake: QT += location
Inherits: QPlaceReply

공용 함수

QPlaceSearchSuggestionReply(QObject *parent = nullptr)
virtual ~QPlaceSearchSuggestionReply()
QStringList suggestions() const

재구현된 공용 함수

virtual QPlaceReply::Type type() const override

보호된 함수

void setSuggestions(const QStringList &suggestions)

상세 설명

작업이 성공적으로 완료되면 답글에 검색어 추천 목록이 포함됩니다. 검색 추천 답글을 사용하는 방법에 대한 예는 검색 추천을 참조하세요.

QPlaceManager도 참조하세요 .

멤버 함수 문서

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

주어진 parent 으로 검색 제안 답장을 작성합니다.

[virtual noexcept] QPlaceSearchSuggestionReply::~QPlaceSearchSuggestionReply()

답글을 삭제합니다.

[protected] void QPlaceSearchSuggestionReply::setSuggestions(const QStringList &suggestions)

검색어를 설정합니다 suggestions.

suggestions()도 참조하세요 .

QStringList QPlaceSearchSuggestionReply::suggestions() const

검색어 제안을 반환합니다.

setSuggestions()도 참조하세요 .

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

재구현합니다: QPlaceReply::type() const.

회신 유형을 반환합니다.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.