Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 50facae208d4a6f280e44a513b104320 > files > 608

qt-mobility-doc-1.2.0-13.mga5.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qbluetoothaddress.cpp -->
  <title>Qt Mobility 1.2: QBluetoothAddress Class Reference</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="content"> 
    <a href="index.html" class="qtref"><span>QtMobility Reference Documentation</span></a>
  </div>
  <div class="breadcrumb toolblock">
    <ul>
      <li class="first"><a href="index.html">Home</a></li>
      <!--  Breadcrumbs go here -->
<li><a href="modules.html">Modules</a></li>
<li><a href="qtconnectivity.html">QtConnectivity</a></li>
<li>QBluetoothAddress</li>
    </ul>
  </div>
</div>
<div class="content mainContent">
<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>
<h1 class="title">QBluetoothAddress Class Reference</h1>
<!-- $$$QBluetoothAddress-brief -->
<p>The QBluetoothAddress class provides a Bluetooth address. <a href="#details">More...</a></p>
<!-- @@@QBluetoothAddress -->
<pre class="cpp"> <span class="preprocessor">#include &lt;QBluetoothAddress&gt;</span></pre><p>This class was introduced in Qt Mobility 1.2.</p>
<ul>
<li><a href="qbluetoothaddress-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothaddress.html#QBluetoothAddress">QBluetoothAddress</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothaddress.html#QBluetoothAddress-2">QBluetoothAddress</a></b> ( quint64 <i>address</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothaddress.html#QBluetoothAddress-3">QBluetoothAddress</a></b> ( const QString &amp; <i>address</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothaddress.html#QBluetoothAddress-4">QBluetoothAddress</a></b> ( const QBluetoothAddress &amp; <i>other</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothaddress.html#dtor.QBluetoothAddress">~QBluetoothAddress</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothaddress.html#clear">clear</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothaddress.html#isNull">isNull</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothaddress.html#toString">toString</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> quint64 </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothaddress.html#toUInt64">toUInt64</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothaddress.html#operator-not-eq">operator!=</a></b> ( const QBluetoothAddress &amp; <i>other</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothaddress.html#operator-lt">operator&lt;</a></b> ( const QBluetoothAddress &amp; <i>other</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QBluetoothAddress &amp; </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothaddress.html#operator-eq">operator=</a></b> ( const QBluetoothAddress &amp; <i>other</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qbluetoothaddress.html#operator-eq-eq">operator==</a></b> ( const QBluetoothAddress &amp; <i>other</i> ) const</td></tr>
</table>
<a name="details"></a>
<!-- $$$QBluetoothAddress-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The QBluetoothAddress class provides a Bluetooth address.</p>
<p>This class holds a Bluetooth address in a platform- and protocol- independent manner.</p>
</div>
<!-- @@@QBluetoothAddress -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QBluetoothAddress[overload1]$$$QBluetoothAddress -->
<h3 class="fn"><a name="QBluetoothAddress"></a>QBluetoothAddress::<span class="name">QBluetoothAddress</span> ()</h3>
<p>Constructs an null Bluetooth address.</p>
<!-- @@@QBluetoothAddress -->
<!-- $$$QBluetoothAddress$$$QBluetoothAddressquint64 -->
<h3 class="fn"><a name="QBluetoothAddress-2"></a>QBluetoothAddress::<span class="name">QBluetoothAddress</span> ( <span class="type"><a href="http://qt.nokia.com/doc/4.7/qtglobal.html#quint64-typedef">quint64</a></span> <i>address</i> )</h3>
<p>Constructs a new Bluetooth address and assigns <i>address</i> to it.</p>
<!-- @@@QBluetoothAddress -->
<!-- $$$QBluetoothAddress$$$QBluetoothAddressconstQString& -->
<h3 class="fn"><a name="QBluetoothAddress-3"></a>QBluetoothAddress::<span class="name">QBluetoothAddress</span> ( const <span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> &amp; <i>address</i> )</h3>
<p>Constructs a new Bluetooth address and assigns <i>address</i> to it.</p>
<p>The format of <i>address</i> can be either XX:XX:XX:XX:XX:XX or XXXXXXXXXXXX, where X is a hexadecimal digit. Case is not important.</p>
<!-- @@@QBluetoothAddress -->
<!-- $$$QBluetoothAddress$$$QBluetoothAddressconstQBluetoothAddress& -->
<h3 class="fn"><a name="QBluetoothAddress-4"></a>QBluetoothAddress::<span class="name">QBluetoothAddress</span> ( const <span class="type">QBluetoothAddress</span> &amp; <i>other</i> )</h3>
<p>Constructs a new Bluetooth address which is a copy of <i>other</i>.</p>
<!-- @@@QBluetoothAddress -->
<!-- $$$~QBluetoothAddress[overload1]$$$~QBluetoothAddress -->
<h3 class="fn"><a name="dtor.QBluetoothAddress"></a>QBluetoothAddress::<span class="name">~QBluetoothAddress</span> ()</h3>
<!-- @@@~QBluetoothAddress -->
<!-- $$$clear[overload1]$$$clear -->
<h3 class="fn"><a name="clear"></a><span class="type">void</span> QBluetoothAddress::<span class="name">clear</span> ()</h3>
<p>Sets the Bluetooth address to 00:00:00:00:00:00.</p>
<!-- @@@clear -->
<!-- $$$isNull[overload1]$$$isNull -->
<h3 class="fn"><a name="isNull"></a><span class="type">bool</span> QBluetoothAddress::<span class="name">isNull</span> () const</h3>
<p>Returns true if the Bluetooth address is valid, otherwise returns false.</p>
<!-- @@@isNull -->
<!-- $$$toString[overload1]$$$toString -->
<h3 class="fn"><a name="toString"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qstring.html">QString</a></span> QBluetoothAddress::<span class="name">toString</span> () const</h3>
<p>Returns the Bluetooth address as a string of the form XX:XX:XX:XX:XX:XX.</p>
<!-- @@@toString -->
<!-- $$$toUInt64[overload1]$$$toUInt64 -->
<h3 class="fn"><a name="toUInt64"></a><span class="type"><a href="http://qt.nokia.com/doc/4.7/qtglobal.html#quint64-typedef">quint64</a></span> QBluetoothAddress::<span class="name">toUInt64</span> () const</h3>
<p>Returns this Bluetooth address as a quint64.</p>
<!-- @@@toUInt64 -->
<!-- $$$operator!=[overload1]$$$operator!=constQBluetoothAddress& -->
<h3 class="fn"><a name="operator-not-eq"></a><span class="type">bool</span> QBluetoothAddress::<span class="name">operator!=</span> ( const <span class="type">QBluetoothAddress</span> &amp; <i>other</i> ) const</h3>
<p>Compares this Bluetooth address with <i>other</i>.</p>
<p>Returns true if the Bluetooth addresses are not equal, otherwise returns false.</p>
<!-- @@@operator!= -->
<!-- $$$operator<[overload1]$$$operator<constQBluetoothAddress& -->
<h3 class="fn"><a name="operator-lt"></a><span class="type">bool</span> QBluetoothAddress::<span class="name">operator&lt;</span> ( const <span class="type">QBluetoothAddress</span> &amp; <i>other</i> ) const</h3>
<p>Returns true if the Bluetooth address is less than <i>other</i>; otherwise returns false.</p>
<!-- @@@operator< -->
<!-- $$$operator=[overload1]$$$operator=constQBluetoothAddress& -->
<h3 class="fn"><a name="operator-eq"></a><span class="type">QBluetoothAddress</span> &amp; QBluetoothAddress::<span class="name">operator=</span> ( const <span class="type">QBluetoothAddress</span> &amp; <i>other</i> )</h3>
<p>Assigns <i>other</i> to this Bluetooth address.</p>
<!-- @@@operator= -->
<!-- $$$operator==[overload1]$$$operator==constQBluetoothAddress& -->
<h3 class="fn"><a name="operator-eq-eq"></a><span class="type">bool</span> QBluetoothAddress::<span class="name">operator==</span> ( const <span class="type">QBluetoothAddress</span> &amp; <i>other</i> ) const</h3>
<p>Compares this Bluetooth address to <i>other</i>.</p>
<p>Returns true if the Bluetooth address are equal, otherwise returns false.</p>
<!-- @@@operator== -->
</div>
  <div class="ft">
    <span></span>
  </div>
</div> 
<div class="footer">
  <p>
     <acronym title="Copyright">&copy;</acronym> 2008-2011 Nokia Corporation and/or its
     subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation 
     in Finland and/or other countries worldwide.</p>
  <p>
     All other trademarks are property of their respective owners. <a title="Privacy Policy"
     href="http://qt.nokia.com/about/privacy-policy">Privacy Policy</a></p>
  <br />
  <p>
    Licensees holding valid Qt Commercial licenses may use this document in accordance with the    Qt Commercial License Agreement provided with the Software or, alternatively, in accordance    with the terms contained in a written agreement between you and Nokia.</p>
  <p>
    Alternatively, this document may be used 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.</p>
</div>
</body>
</html>