/usr/share/qt5/doc/qtbluetooth/qbluetoothhostinfo.html is in qtconnectivity5-doc-html 5.7.1~20161021-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qbluetoothhostinfo.cpp -->
<title>QBluetoothHostInfo Class | Qt Bluetooth 5.7</title>
<link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
<script type="text/javascript">
window.onload = function(){document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");};
</script>
</head>
<body>
<div class="header" id="qtdocheader">
<div class="main">
<div class="main-rounded">
<div class="navigationbar">
<table><tr>
<td >Qt 5.7</td><td ><a href="qtbluetooth-index.html">Qt Bluetooth</a></td><td ><a href="qtbluetooth-module.html">C++ Classes</a></td><td >QBluetoothHostInfo</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.7.1 Reference Documentation</td>
</tr></table>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">QBluetoothHostInfo Class</h1>
<!-- $$$QBluetoothHostInfo-brief -->
<p>The <a href="qbluetoothhostinfo.html">QBluetoothHostInfo</a> class encapsulates the details of a local <a href="qbluetooth.html">QBluetooth</a> device. <a href="#details">More...</a></p>
<!-- @@@QBluetoothHostInfo -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <QBluetoothHostInfo></span>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> qmake:</td><td class="memItemRight bottomAlign"> QT += bluetooth</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign"> Qt 5.2</td></tr></table></div><ul>
<li><a href="qbluetoothhostinfo-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2 id="public-functions">Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothhostinfo.html#QBluetoothHostInfo">QBluetoothHostInfo</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothhostinfo.html#QBluetoothHostInfo-1">QBluetoothHostInfo</a></b>(const QBluetoothHostInfo &<i>other</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothhostinfo.html#dtor.QBluetoothHostInfo">~QBluetoothHostInfo</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QBluetoothAddress </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothhostinfo.html#address">address</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothhostinfo.html#name">name</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothhostinfo.html#setAddress">setAddress</a></b>(const QBluetoothAddress &<i>address</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothhostinfo.html#setName">setName</a></b>(const QString &<i>name</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothhostinfo.html#operator-not-eq">operator!=</a></b>(const QBluetoothHostInfo &<i>other</i>) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QBluetoothHostInfo &</td><td class="memItemRight bottomAlign"><b><a href="qbluetoothhostinfo.html#operator-eq">operator=</a></b>(const QBluetoothHostInfo &<i>other</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothhostinfo.html#operator-eq-eq">operator==</a></b>(const QBluetoothHostInfo &<i>other</i>) const</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$QBluetoothHostInfo-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qbluetoothhostinfo.html">QBluetoothHostInfo</a> class encapsulates the details of a local <a href="qbluetooth.html">QBluetooth</a> device.</p>
<p>This class holds the name and address of a local Bluetooth device.</p>
</div>
<!-- @@@QBluetoothHostInfo -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QBluetoothHostInfo[overload1]$$$QBluetoothHostInfo -->
<h3 class="fn" id="QBluetoothHostInfo"><a name="QBluetoothHostInfo"></a>QBluetoothHostInfo::<span class="name">QBluetoothHostInfo</span>()</h3>
<p>Constructs a null <a href="qbluetoothhostinfo.html">QBluetoothHostInfo</a> object.</p>
<!-- @@@QBluetoothHostInfo -->
<!-- $$$QBluetoothHostInfo$$$QBluetoothHostInfoconstQBluetoothHostInfo& -->
<h3 class="fn" id="QBluetoothHostInfo-1"><a name="QBluetoothHostInfo-1"></a>QBluetoothHostInfo::<span class="name">QBluetoothHostInfo</span>(const <span class="type"><a href="qbluetoothhostinfo.html#QBluetoothHostInfo">QBluetoothHostInfo</a></span> &<i>other</i>)</h3>
<p>Constructs a new <a href="qbluetoothhostinfo.html">QBluetoothHostInfo</a> which is a copy of <i>other</i>.</p>
<!-- @@@QBluetoothHostInfo -->
<!-- $$$~QBluetoothHostInfo[overload1]$$$~QBluetoothHostInfo -->
<h3 class="fn" id="dtor.QBluetoothHostInfo"><a name="dtor.QBluetoothHostInfo"></a>QBluetoothHostInfo::<span class="name">~QBluetoothHostInfo</span>()</h3>
<p>Destroys the <a href="qbluetoothhostinfo.html">QBluetoothHostInfo</a>.</p>
<!-- @@@~QBluetoothHostInfo -->
<!-- $$$address[overload1]$$$address -->
<h3 class="fn" id="address"><a name="address"></a><span class="type"><a href="qbluetoothaddress.html">QBluetoothAddress</a></span> QBluetoothHostInfo::<span class="name">address</span>() const</h3>
<p>Returns the Bluetooth address as a <a href="qbluetoothaddress.html">QBluetoothAddress</a>.</p>
<p><b>See also </b><a href="qbluetoothhostinfo.html#setAddress">setAddress</a>().</p>
<!-- @@@address -->
<!-- $$$name[overload1]$$$name -->
<h3 class="fn" id="name"><a name="name"></a><span class="type"><a href="../qtcore/qstring.html">QString</a></span> QBluetoothHostInfo::<span class="name">name</span>() const</h3>
<p>Returns the user visible name of the host info object.</p>
<p><b>See also </b><a href="qbluetoothhostinfo.html#setName">setName</a>().</p>
<!-- @@@name -->
<!-- $$$setAddress[overload1]$$$setAddressconstQBluetoothAddress& -->
<h3 class="fn" id="setAddress"><a name="setAddress"></a><span class="type">void</span> QBluetoothHostInfo::<span class="name">setAddress</span>(const <span class="type"><a href="qbluetoothaddress.html">QBluetoothAddress</a></span> &<i>address</i>)</h3>
<p>Sets the Bluetooth <i>address</i> for this Bluetooth host info object.</p>
<p><b>See also </b><a href="qbluetoothhostinfo.html#address">address</a>().</p>
<!-- @@@setAddress -->
<!-- $$$setName[overload1]$$$setNameconstQString& -->
<h3 class="fn" id="setName"><a name="setName"></a><span class="type">void</span> QBluetoothHostInfo::<span class="name">setName</span>(const <span class="type"><a href="../qtcore/qstring.html">QString</a></span> &<i>name</i>)</h3>
<p>Sets the <i>name</i> of the host info object.</p>
<p><b>See also </b><a href="qbluetoothhostinfo.html#name">name</a>().</p>
<!-- @@@setName -->
<!-- $$$operator!=[overload1]$$$operator!=constQBluetoothHostInfo& -->
<h3 class="fn" id="operator-not-eq"><a name="operator-not-eq"></a><span class="type">bool</span> QBluetoothHostInfo::<span class="name">operator!=</span>(const <span class="type"><a href="qbluetoothhostinfo.html#QBluetoothHostInfo">QBluetoothHostInfo</a></span> &<i>other</i>) const</h3>
<p>Returns true if <i>other</i> is not equal to this <a href="qbluetoothhostinfo.html">QBluetoothHostInfo</a>, otherwise false.</p>
<p>This function was introduced in Qt 5.5.</p>
<!-- @@@operator!= -->
<!-- $$$operator=[overload1]$$$operator=constQBluetoothHostInfo& -->
<h3 class="fn" id="operator-eq"><a name="operator-eq"></a><span class="type"><a href="qbluetoothhostinfo.html#QBluetoothHostInfo">QBluetoothHostInfo</a></span> &QBluetoothHostInfo::<span class="name">operator=</span>(const <span class="type"><a href="qbluetoothhostinfo.html#QBluetoothHostInfo">QBluetoothHostInfo</a></span> &<i>other</i>)</h3>
<p>Assigns <i>other</i> to this <a href="qbluetoothhostinfo.html">QBluetoothHostInfo</a> instance.</p>
<!-- @@@operator= -->
<!-- $$$operator==[overload1]$$$operator==constQBluetoothHostInfo& -->
<h3 class="fn" id="operator-eq-eq"><a name="operator-eq-eq"></a><span class="type">bool</span> QBluetoothHostInfo::<span class="name">operator==</span>(const <span class="type"><a href="qbluetoothhostinfo.html#QBluetoothHostInfo">QBluetoothHostInfo</a></span> &<i>other</i>) const</h3>
<p>Returns true if <i>other</i> is equal to this <a href="qbluetoothhostinfo.html">QBluetoothHostInfo</a>, otherwise false.</p>
<p>This function was introduced in Qt 5.5.</p>
<!-- @@@operator== -->
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2016 The Qt Company Ltd.
Documentation contributions included herein are the copyrights of
their respective owners.<br> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br> 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. </p>
</div>
</body>
</html>
|