QPlaceContentReply Class

QPlaceContentReplyクラスは、QPlaceManager のインスタンスによって開始されるコンテンツ検索操作を管理します。 ... 詳細

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

パブリック関数

QPlaceContentReply(QObject *parent = nullptr)
virtual ~QPlaceContentReply()
QPlaceContent::Collection content() const
QPlaceContentRequest nextPageRequest() const
QPlaceContentRequest previousPageRequest() const
QPlaceContentRequest request() const
int totalCount() const

再実装パブリック関数

virtual QPlaceReply::Type type() const override

保護された関数

void setContent(const QPlaceContent::Collection &content)
void setNextPageRequest(const QPlaceContentRequest &next)
void setPreviousPageRequest(const QPlaceContentRequest &previous)
void setRequest(const QPlaceContentRequest &request)
void setTotalCount(int total)

詳細説明

コンテンツリプライの使用例については、リッチコンテンツの取得を参照してください。

QPlaceContentRequest およびQPlaceManagerも参照

メンバ関数ドキュメント

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

与えられたparent でコンテンツ応答を構築する。

[virtual noexcept] QPlaceContentReply::~QPlaceContentReply()

リプライを破棄します。

QPlaceContent::Collection QPlaceContentReply::content() const

取得したコンテンツのコレクションを返す。

setContent()も参照の こと。

QPlaceContentRequest QPlaceContentReply::nextPageRequest() const

場所コンテンツ要求を返します。これは、次の場所コンテンツ結果のバッチを要求するために使用できます。

setNextPageRequest() も参照

QPlaceContentRequest QPlaceContentReply::previousPageRequest() const

プレイスコンテンツリクエストを返します。このリクエストを使用して、 プレースコンテンツの結果の前のバッチをリクエストすることができます。

setPreviousPageRequest() も参照

QPlaceContentRequest QPlaceContentReply::request() const

この応答を生成するために使用されたコンテンツ要求を返す。

setRequest() も参照

[protected] void QPlaceContentReply::setContent(const QPlaceContent::Collection &content)

リプライのcontent を設定します。

content() も参照

[protected] void QPlaceContentReply::setNextPageRequest(const QPlaceContentRequest &next)

次のバッチのプレイスコンテンツ結果を要求するために使用できるプレイスコンテンツ要求をnext に設定します。

nextPageRequest() も参照

[protected] void QPlaceContentReply::setPreviousPageRequest(const QPlaceContentRequest &previous)

前のバッチのプレイスコンテンツ結果を要求するために使用できるプレイスコンテンツ要求をprevious に設定する。

previousPageRequest() も参照

[protected] void QPlaceContentReply::setRequest(const QPlaceContentRequest &request)

この応答を生成するために使用されるコンテンツrequest を設定する。

request() も参照

[protected] void QPlaceContentReply::setTotalCount(int total)

場所のコンテンツオブジェクトの数total を設定します。

totalCount() も参照

int QPlaceContentReply::totalCount() const

場所のコンテンツオブジェクトの総数を返します。コンテンツオブジェクトの総数が数えられない場合は、-1 が返される。このカウントは、単一のコンテンツタイプ、つまり、QPlaceManager でコンテンツが要求されたときに指定されたコンテンツタイプの合計カウントのみを参照する。

setTotalCount()も参照のこと

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

再インプリメント:QPlaceReply::type() const.

返信のタイプを返します。

本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します ここで提供されるドキュメントは、Free Software Foundationによって発行されたGNU Free Documentation License version 1.3の条項の下でライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。