QPlaceUser Class

QPlaceUserクラスは個々のユーザーを表します。詳細...

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

プロパティ

パブリック機能

QPlaceUser()
QPlaceUser(const QPlaceUser &other)
~QPlaceUser()
QString name() const
void setName(const QString &name)
void setUserId(const QString &identifier)
QString userId() const
QPlaceUser &operator=(const QPlaceUser &other)
bool operator!=(const QPlaceUser &lhs, const QPlaceUser &rhs)
bool operator==(const QPlaceUser &lhs, const QPlaceUser &rhs)

詳細説明

プロパティ・ドキュメンテーション

name : QString

このプロパティは、ユーザの名前を保持する。

アクセス関数です:

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

userId : QString

このプロパティは、ユーザの識別子を保持する。

関数にアクセスします:

QString userId() const
void setUserId(const QString &identifier)

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

QPlaceUser::QPlaceUser()

新しいユーザ・オブジェクトを構築します。

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

other のコピーを作成する。

[noexcept] QPlaceUser::~QPlaceUser()

ユーザー・オブジェクトを破棄する。

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

このユーザーにother を割り当て、このユーザーへの参照を返します。

関連する非会員

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

lhsrhs と等しくなければ真を返し、そうでなければ偽を返す。

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

lhsrhs と等しければ真を返し、そうでなければ偽を返す。

© 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.