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.