src/eric7/Documentation/Source/eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow.html

Wed, 08 Mar 2023 19:28:56 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 08 Mar 2023 19:28:56 +0100
branch
mpy_network
changeset 9860
d34667faa686
child 10479
856476537696
permissions
-rw-r--r--

Regenerated source documentation.

<!DOCTYPE html>
<html><head>
<title>eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow</h1>

<p>
Module implementing a dialog to scan for Bluetooth devices.
</p>
<h3>Global Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>

<table>

<tr>
<td><a href="#BluetoothScanWindow">BluetoothScanWindow</a></td>
<td>Class implementing a dialog to scan for Bluetooth devices.</td>
</tr>
</table>
<h3>Functions</h3>

<table>
<tr><td>None</td></tr>
</table>
<hr />
<hr />
<a NAME="BluetoothScanWindow" ID="BluetoothScanWindow"></a>
<h2>BluetoothScanWindow</h2>

<p>
    Class implementing a dialog to scan for Bluetooth devices.
</p>
<h3>Derived from</h3>
QWidget, Ui_BluetoothScanWindow
<h3>Class Attributes</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Class Methods</h3>

<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>

<table>

<tr>
<td><a href="#BluetoothScanWindow.__init__">BluetoothScanWindow</a></td>
<td>Constructor</td>
</tr>
<tr>
<td><a href="#BluetoothScanWindow.__resizeColumns">__resizeColumns</a></td>
<td>Private method to resize the columns of the result list.</td>
</tr>
<tr>
<td><a href="#BluetoothScanWindow.__resort">__resort</a></td>
<td>Private method to resort the devices list.</td>
</tr>
<tr>
<td><a href="#BluetoothScanWindow.scanDevices">scanDevices</a></td>
<td>Public slot to ask the device for a Bluetooth scan and display the result.</td>
</tr>
</table>
<h3>Static Methods</h3>

<table>
<tr><td>None</td></tr>
</table>

<a NAME="BluetoothScanWindow.__init__" ID="BluetoothScanWindow.__init__"></a>
<h4>BluetoothScanWindow (Constructor)</h4>
<b>BluetoothScanWindow</b>(<i>device, parent=None</i>)

<p>
        Constructor
</p>
<dl>

<dt><i>device</i> (BaseDevice)</dt>
<dd>
reference to the connected device
</dd>
<dt><i>parent</i> (QWidget (optional))</dt>
<dd>
reference to the parent widget (defaults to None)
</dd>
</dl>
<a NAME="BluetoothScanWindow.__resizeColumns" ID="BluetoothScanWindow.__resizeColumns"></a>
<h4>BluetoothScanWindow.__resizeColumns</h4>
<b>__resizeColumns</b>(<i></i>)

<p>
        Private method to resize the columns of the result list.
</p>
<a NAME="BluetoothScanWindow.__resort" ID="BluetoothScanWindow.__resort"></a>
<h4>BluetoothScanWindow.__resort</h4>
<b>__resort</b>(<i></i>)

<p>
        Private method to resort the devices list.
</p>
<a NAME="BluetoothScanWindow.scanDevices" ID="BluetoothScanWindow.scanDevices"></a>
<h4>BluetoothScanWindow.scanDevices</h4>
<b>scanDevices</b>(<i></i>)

<p>
        Public slot to ask the device for a Bluetooth scan and display the result.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial