QBluetoothHostInfo Class
QBluetoothHostInfo クラスは、ローカルのQBluetooth デバイスの詳細をカプセル化します。詳細...
Header: | #include <QBluetoothHostInfo> |
qmake: | QT += bluetooth |
パブリック関数
QBluetoothHostInfo() | |
QBluetoothHostInfo(const QBluetoothHostInfo &other) | |
~QBluetoothHostInfo() | |
QBluetoothAddress | address() const |
QString | name() const |
void | setAddress(const QBluetoothAddress &address) |
void | setName(const QString &name) |
QBluetoothHostInfo & | operator=(const QBluetoothHostInfo &other) |
関連する非メンバー
bool | operator!=(const QBluetoothHostInfo &a, const QBluetoothHostInfo &b) |
bool | operator==(const QBluetoothHostInfo &a, const QBluetoothHostInfo &b) |
メンバ関数の説明
QBluetoothHostInfo::QBluetoothHostInfo()
NULL QBluetoothHostInfo オブジェクトを構築します。
QBluetoothHostInfo::QBluetoothHostInfo(const QBluetoothHostInfo &other)
other のコピーである新しい QBluetoothHostInfo を構築します。
[noexcept]
QBluetoothHostInfo::~QBluetoothHostInfo()
QBluetoothHostInfo を破棄します。
QBluetoothAddress QBluetoothHostInfo::address() const
Bluetooth アドレスをQBluetoothAddress として返します。
setAddress()も参照してください 。
QString QBluetoothHostInfo::name() const
ホスト情報オブジェクトのユーザー可視名を返します。
setName()も参照して ください。
void QBluetoothHostInfo::setAddress(const QBluetoothAddress &address)
この Bluetooth ホスト情報オブジェクトの Bluetoothaddress を設定します。
address() も参照して ください。
void QBluetoothHostInfo::setName(const QString &name)
ホスト情報オブジェクトのname を設定します。
name() も参照して ください。
QBluetoothHostInfo &QBluetoothHostInfo::operator=(const QBluetoothHostInfo &other)
このQBluetoothHostInfo インスタンスにother を割り当てます。
関連する非会員
bool operator!=(const QBluetoothHostInfo &a, const QBluetoothHostInfo &b)
a とb が等しくない場合はtrue
を返し、そうでない場合はfalse
を返します。
bool operator==(const QBluetoothHostInfo &a, const QBluetoothHostInfo &b)
a とb が等しい場合はtrue
を返し、そうでない場合はfalse
を返します。
本ドキュメントに含まれる文書の著作権は、それぞれの所有者に帰属します。 本書で提供されるドキュメントは、Free Software Foundation が発行したGNU Free Documentation License version 1.3に基づいてライセンスされています。 Qtおよびそれぞれのロゴは、フィンランドおよびその他の国におけるThe Qt Company Ltd.の 商標です。その他すべての商標は、それぞれの所有者に帰属します。