diff -r 829c1edbf253 -r d34667faa686 src/eric7/Documentation/Source/eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Documentation/Source/eric7.MicroPython.BluetoothDialogs.BluetoothScanWindow.html Wed Mar 08 19:28:56 2023 +0100 @@ -0,0 +1,121 @@ +<!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> \ No newline at end of file