Mon, 22 Apr 2024 18:23:20 +0200
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
9800 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.MicroPython.WifiDialogs.WifiNetworksWindow</title> | |
4 | <meta charset="UTF-8"> | |
5 | <link rel="stylesheet" href="styles.css"> | |
6 | </head> | |
7 | <body> | |
8 | <a NAME="top" ID="top"></a> | |
9 | <h1>eric7.MicroPython.WifiDialogs.WifiNetworksWindow</h1> | |
10 | <p> | |
11 | Module implementing a dialog showing the available WiFi networks. | |
12 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
13 | |
9800 | 14 | <h3>Global Attributes</h3> |
15 | <table> | |
16 | <tr><td>None</td></tr> | |
17 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
18 | |
9800 | 19 | <h3>Classes</h3> |
20 | <table> | |
21 | <tr> | |
22 | <td><a href="#WifiNetworksWindow">WifiNetworksWindow</a></td> | |
23 | <td>Class implementing a dialog showing the available WiFi networks.</td> | |
24 | </tr> | |
25 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
26 | |
9800 | 27 | <h3>Functions</h3> |
28 | <table> | |
29 | <tr><td>None</td></tr> | |
30 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
31 | |
9800 | 32 | <hr /> |
33 | <hr /> | |
34 | <a NAME="WifiNetworksWindow" ID="WifiNetworksWindow"></a> | |
35 | <h2>WifiNetworksWindow</h2> | |
36 | <p> | |
37 | Class implementing a dialog showing the available WiFi networks. | |
38 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
39 | |
9800 | 40 | <h3>Derived from</h3> |
41 | QWidget, Ui_WifiNetworksWindow | |
42 | <h3>Class Attributes</h3> | |
43 | <table> | |
44 | <tr><td>None</td></tr> | |
45 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
46 | |
9800 | 47 | <h3>Class Methods</h3> |
48 | <table> | |
49 | <tr><td>None</td></tr> | |
50 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
51 | |
9800 | 52 | <h3>Methods</h3> |
53 | <table> | |
54 | <tr> | |
55 | <td><a href="#WifiNetworksWindow.__init__">WifiNetworksWindow</a></td> | |
56 | <td>Constructor</td> | |
57 | </tr> | |
58 | <tr> | |
59 | <td><a href="#WifiNetworksWindow.__resizeColumns">__resizeColumns</a></td> | |
60 | <td>Private method to resize the columns of the result list.</td> | |
61 | </tr> | |
62 | <tr> | |
63 | <td><a href="#WifiNetworksWindow.__resort">__resort</a></td> | |
64 | <td>Private method to resort the networks list.</td> | |
65 | </tr> | |
66 | <tr> | |
67 | <td><a href="#WifiNetworksWindow.closeEvent">closeEvent</a></td> | |
68 | <td>Protected method to handle a window close event.</td> | |
69 | </tr> | |
70 | <tr> | |
71 | <td><a href="#WifiNetworksWindow.on_intervalSpinBox_valueChanged">on_intervalSpinBox_valueChanged</a></td> | |
72 | <td>Private slot handling a change of the periodic scan interval.</td> | |
73 | </tr> | |
74 | <tr> | |
75 | <td><a href="#WifiNetworksWindow.on_periodicCheckBox_toggled">on_periodicCheckBox_toggled</a></td> | |
76 | <td>Private slot handling the selection of a periodic scan.</td> | |
77 | </tr> | |
78 | <tr> | |
79 | <td><a href="#WifiNetworksWindow.scanNetworks">scanNetworks</a></td> | |
9860
d34667faa686
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
80 | <td>Public slot to ask the device for a network scan and display the result.</td> |
9800 | 81 | </tr> |
82 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
83 | |
9800 | 84 | <h3>Static Methods</h3> |
85 | <table> | |
86 | <tr><td>None</td></tr> | |
87 | </table> | |
88 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
89 | |
9800 | 90 | <a NAME="WifiNetworksWindow.__init__" ID="WifiNetworksWindow.__init__"></a> |
91 | <h4>WifiNetworksWindow (Constructor)</h4> | |
92 | <b>WifiNetworksWindow</b>(<i>device, parent=None</i>) | |
93 | <p> | |
94 | Constructor | |
95 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
96 | |
9800 | 97 | <dl> |
98 | ||
99 | <dt><i>device</i> (BaseDevice)</dt> | |
100 | <dd> | |
101 | reference to the connected device | |
102 | </dd> | |
103 | <dt><i>parent</i> (QWidget (optional))</dt> | |
104 | <dd> | |
105 | reference to the parent widget (defaults to None) | |
106 | </dd> | |
107 | </dl> | |
108 | <a NAME="WifiNetworksWindow.__resizeColumns" ID="WifiNetworksWindow.__resizeColumns"></a> | |
109 | <h4>WifiNetworksWindow.__resizeColumns</h4> | |
110 | <b>__resizeColumns</b>(<i></i>) | |
111 | <p> | |
112 | Private method to resize the columns of the result list. | |
113 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
114 | |
9800 | 115 | <a NAME="WifiNetworksWindow.__resort" ID="WifiNetworksWindow.__resort"></a> |
116 | <h4>WifiNetworksWindow.__resort</h4> | |
117 | <b>__resort</b>(<i></i>) | |
118 | <p> | |
119 | Private method to resort the networks list. | |
120 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
121 | |
9800 | 122 | <a NAME="WifiNetworksWindow.closeEvent" ID="WifiNetworksWindow.closeEvent"></a> |
123 | <h4>WifiNetworksWindow.closeEvent</h4> | |
10690
fab36645aa7d
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
124 | <b>closeEvent</b>(<i>_evt</i>) |
9800 | 125 | <p> |
126 | Protected method to handle a window close event. | |
127 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
128 | |
9800 | 129 | <dl> |
130 | ||
10690
fab36645aa7d
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
131 | <dt><i>_evt</i> (QCloseEvent)</dt> |
9800 | 132 | <dd> |
10690
fab36645aa7d
Changed the source code and the source code documentation to improve the indication of unused method/function arguments.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
133 | reference to the close event (unused) |
9800 | 134 | </dd> |
135 | </dl> | |
136 | <a NAME="WifiNetworksWindow.on_intervalSpinBox_valueChanged" ID="WifiNetworksWindow.on_intervalSpinBox_valueChanged"></a> | |
137 | <h4>WifiNetworksWindow.on_intervalSpinBox_valueChanged</h4> | |
138 | <b>on_intervalSpinBox_valueChanged</b>(<i>interval</i>) | |
139 | <p> | |
140 | Private slot handling a change of the periodic scan interval. | |
141 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
142 | |
9800 | 143 | <dl> |
144 | ||
145 | <dt><i>interval</i> (int)</dt> | |
146 | <dd> | |
147 | periodic scan interval | |
148 | </dd> | |
149 | </dl> | |
150 | <a NAME="WifiNetworksWindow.on_periodicCheckBox_toggled" ID="WifiNetworksWindow.on_periodicCheckBox_toggled"></a> | |
151 | <h4>WifiNetworksWindow.on_periodicCheckBox_toggled</h4> | |
152 | <b>on_periodicCheckBox_toggled</b>(<i>checked</i>) | |
153 | <p> | |
154 | Private slot handling the selection of a periodic scan. | |
155 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
156 | |
9800 | 157 | <dl> |
158 | ||
159 | <dt><i>checked</i> (bool)</dt> | |
160 | <dd> | |
161 | flag indicating a periodic scan | |
162 | </dd> | |
163 | </dl> | |
164 | <a NAME="WifiNetworksWindow.scanNetworks" ID="WifiNetworksWindow.scanNetworks"></a> | |
165 | <h4>WifiNetworksWindow.scanNetworks</h4> | |
166 | <b>scanNetworks</b>(<i></i>) | |
167 | <p> | |
9860
d34667faa686
Regenerated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
168 | Public slot to ask the device for a network scan and display the result. |
9800 | 169 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
170 | |
9800 | 171 | <div align="right"><a href="#top">Up</a></div> |
172 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9860
diff
changeset
|
173 | </body></html> |