QPlaceSupplier Class

QPlaceSupplier クラスは、場所または場所に関連するコンテンツのサプライヤーを表します。詳細...

Header: #include <QPlaceSupplier>
qmake: QT += location

プロパティ

パブリック関数

QPlaceSupplier()
QPlaceSupplier(const QPlaceSupplier &other)
~QPlaceSupplier()
QPlaceIcon icon() const
bool isEmpty() const
QString name() const
void setIcon(const QPlaceIcon &icon)
void setName(const QString &name)
void setSupplierId(const QString &identifier)
void setUrl(const QUrl &url)
QString supplierId() const
QUrl url() const
QPlaceSupplier &operator=(const QPlaceSupplier &other)
bool operator!=(const QPlaceSupplier &lhs, const QPlaceSupplier &rhs)
bool operator==(const QPlaceSupplier &lhs, const QPlaceSupplier &rhs)

詳細説明

各インスタンスは、サプライヤーの名前、URL、アイコンを含む、サプライヤーに関するデータのセットを表します。サプライヤーは通常、企業または組織です。

注意: Places APIは、'retrieve-only'オブジェクトとしてのみサプライヤをサポートします。サプライヤをプロバイダに送信することは、サポートされていないユースケースです。

プロパティの説明

icon : QPlaceIcon

このプロパティは、サプライヤのアイコンを保持します。

アクセス関数:

QPlaceIcon icon() const
void setIcon(const QPlaceIcon &icon)

name : QString

このプロパティは、ユーザーに表示できるサプライヤーの名前を保持します。

この名前はローカライズされる可能性がある。QPlaceManager QPlaceManager::locales() フィールドは、使用される言語を定義します。

アクセス関数:

QString name() const
void setName(const QString &name)

supplierId : QString

このプロパティは、サプライヤーの識別子を保持する。

この識別子は、サプライヤを提供したマネージャ・バックエンドに固有であり、一般的にユーザに表示するのには適していません。

アクセス関数:

QString supplierId() const
void setSupplierId(const QString &identifier)

url : QUrl

このプロパティは、サプライヤーのウェブサイトの URL を保持します。

アクセス関数:

QUrl url() const
void setUrl(const QUrl &url)

メンバー関数ドキュメント

QPlaceSupplier::QPlaceSupplier()

新しいサプライヤー・オブジェクトを構築します。

[noexcept] QPlaceSupplier::QPlaceSupplier(const QPlaceSupplier &other)

other のコピーを構築します。

[noexcept] QPlaceSupplier::~QPlaceSupplier()

サプライヤー・オブジェクトを破棄します。

bool QPlaceSupplier::isEmpty() const

配置サプライヤーのすべてのフィールドが 0 の場合は true を返し、そうでない場合は false を返します。

void QPlaceSupplier::setIcon(const QPlaceIcon &icon)

サプライヤーのicon を設定します。

注釈: プロパティicon のセッター関数です。

icon()も参照してください

void QPlaceSupplier::setName(const QString &name)

供給者のname を設定する。

注釈: プロパティname のセッター関数。

name()も参照

void QPlaceSupplier::setSupplierId(const QString &identifier)

供給業者のidentifier を設定する。

注釈: プロパティsupplierId のセッター関数。

supplierId()も参照

void QPlaceSupplier::setUrl(const QUrl &url)

供給業者のウェブサイトのurl を設定する。

注釈: プロパティurl のセッター関数。

url()も参照して ください。

[noexcept] QPlaceSupplier &QPlaceSupplier::operator=(const QPlaceSupplier &other)

このサプライヤにother を割り当て、このサプライヤへの参照を返します。

関連する非会員

[noexcept] bool operator!=(const QPlaceSupplier &lhs, const QPlaceSupplier &rhs)

lhsrhs と等しくない場合は真を返し、そうでない場合は偽を返します。

[noexcept] bool operator==(const QPlaceSupplier &lhs, const QPlaceSupplier &rhs)

lhsrhs と等しい場合は true を返し、そうでない場合は false を返します。

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