QPlaceDetailsReply Class
QPlaceDetailsReply 클래스는 QPlaceManager 의 인스턴스에 의해 시작된 장소 세부 정보 가져오기 작업을 관리합니다.. ..
Header: | #include <QPlaceDetailsReply> |
qmake: | QT += location |
Inherits: | QPlaceReply |
공용 함수
QPlaceDetailsReply(QObject *parent = nullptr) | |
virtual | ~QPlaceDetailsReply() |
QPlace | place() const |
재구현된 공용 함수
virtual QPlaceReply::Type | type() const override |
보호된 함수
void | setPlace(const QPlace &place) |
상세 설명
상세 설명 답글을 사용하는 방법에 대한 예는 장소 상세 정보 가져오기를 참조하세요.
QPlaceManager도 참조하세요 .
멤버 함수 문서
[explicit]
QPlaceDetailsReply::QPlaceDetailsReply(QObject *parent = nullptr)
주어진 parent 으로 상세 답장을 작성합니다.
[virtual noexcept]
QPlaceDetailsReply::~QPlaceDetailsReply()
세부 정보 답글을 삭제합니다.
QPlace QPlaceDetailsReply::place() const
가져온 장소를 반환합니다.
setPlace()도 참조하세요 .
[protected]
void QPlaceDetailsReply::setPlace(const QPlace &place)
가져온 회신 place 을 설정합니다.
place()도 참조하세요 .
[override virtual]
QPlaceReply::Type QPlaceDetailsReply::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.