Sat, 26 Apr 2025 11:58:29 +0200
Regenerated the source code documentation.
9800 | 1 | <!DOCTYPE html> |
2 | <html><head> | |
3 | <title>eric7.MicroPython.WifiDialogs.WifiApConfigDialog</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.WifiApConfigDialog</h1> | |
10 | <p> | |
11 | Module implementing a dialog to configure the Access Point interface. | |
12 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9871
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:
9871
diff
changeset
|
18 | |
9800 | 19 | <h3>Classes</h3> |
20 | <table> | |
21 | <tr> | |
22 | <td><a href="#WifiApConfigDialog">WifiApConfigDialog</a></td> | |
23 | <td>Class implementing a dialog to configure the Access Point interface.</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:
9871
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:
9871
diff
changeset
|
31 | |
9800 | 32 | <hr /> |
33 | <hr /> | |
34 | <a NAME="WifiApConfigDialog" ID="WifiApConfigDialog"></a> | |
35 | <h2>WifiApConfigDialog</h2> | |
36 | <p> | |
37 | Class implementing a dialog to configure the Access Point interface. | |
38 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9871
diff
changeset
|
39 | |
9800 | 40 | <h3>Derived from</h3> |
41 | QDialog, Ui_WifiApConfigDialog | |
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:
9871
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:
9871
diff
changeset
|
51 | |
9800 | 52 | <h3>Methods</h3> |
53 | <table> | |
54 | <tr> | |
55 | <td><a href="#WifiApConfigDialog.__init__">WifiApConfigDialog</a></td> | |
56 | <td>Constructor</td> | |
57 | </tr> | |
58 | <tr> | |
59 | <td><a href="#WifiApConfigDialog.__updateOk">__updateOk</a></td> | |
60 | <td>Private method to update the enabled state of the OK button.</td> | |
61 | </tr> | |
62 | <tr> | |
9871
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
63 | <td><a href="#WifiApConfigDialog.accept">accept</a></td> |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
64 | <td>Public slot accepting the dialog.</td> |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
65 | </tr> |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
66 | <tr> |
9800 | 67 | <td><a href="#WifiApConfigDialog.getApConfig">getApConfig</a></td> |
68 | <td>Public method to get the entered access point configuration data.</td> | |
69 | </tr> | |
70 | <tr> | |
71 | <td><a href="#WifiApConfigDialog.on_apShowPasswordButton_clicked">on_apShowPasswordButton_clicked</a></td> | |
72 | <td>Private slot to show or hide the WiFi Access Point password.</td> | |
73 | </tr> | |
74 | </table> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9871
diff
changeset
|
75 | |
9800 | 76 | <h3>Static Methods</h3> |
77 | <table> | |
78 | <tr><td>None</td></tr> | |
79 | </table> | |
80 | ||
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9871
diff
changeset
|
81 | |
9800 | 82 | <a NAME="WifiApConfigDialog.__init__" ID="WifiApConfigDialog.__init__"></a> |
83 | <h4>WifiApConfigDialog (Constructor)</h4> | |
11238
ddb3c3b4d679
Regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
84 | <b>WifiApConfigDialog</b>(<i>withIP, securityModes, parent=None</i>) |
9800 | 85 | <p> |
86 | Constructor | |
87 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9871
diff
changeset
|
88 | |
9800 | 89 | <dl> |
90 | ||
91 | <dt><i>withIP</i> (bool)</dt> | |
92 | <dd> | |
93 | flag indicating to ask the user for an IP configuration | |
94 | </dd> | |
11238
ddb3c3b4d679
Regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
95 | <dt><i>securityModes</i> (list of str)</dt> |
ddb3c3b4d679
Regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
96 | <dd> |
ddb3c3b4d679
Regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
97 | list of supported security modes |
ddb3c3b4d679
Regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
10479
diff
changeset
|
98 | </dd> |
9800 | 99 | <dt><i>parent</i> (QWidget (optional))</dt> |
100 | <dd> | |
101 | reference to the parent widget (defaults to None) | |
102 | </dd> | |
103 | </dl> | |
104 | <a NAME="WifiApConfigDialog.__updateOk" ID="WifiApConfigDialog.__updateOk"></a> | |
105 | <h4>WifiApConfigDialog.__updateOk</h4> | |
106 | <b>__updateOk</b>(<i></i>) | |
107 | <p> | |
108 | Private method to update the enabled state of the OK button. | |
109 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9871
diff
changeset
|
110 | |
9871
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
111 | <a NAME="WifiApConfigDialog.accept" ID="WifiApConfigDialog.accept"></a> |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
112 | <h4>WifiApConfigDialog.accept</h4> |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
113 | <b>accept</b>(<i></i>) |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
114 | <p> |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
115 | Public slot accepting the dialog. |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
116 | </p> |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9871
diff
changeset
|
117 | |
9800 | 118 | <a NAME="WifiApConfigDialog.getApConfig" ID="WifiApConfigDialog.getApConfig"></a> |
119 | <h4>WifiApConfigDialog.getApConfig</h4> | |
120 | <b>getApConfig</b>(<i></i>) | |
121 | <p> | |
122 | Public method to get the entered access point configuration data. | |
123 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9871
diff
changeset
|
124 | |
9800 | 125 | <dl> |
126 | <dt>Return:</dt> | |
127 | <dd> | |
128 | tuple containing the SSID, the password, the selected security mode | |
9871
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
129 | and a tuple with the IPv4 address, the netmask, the gateway address and |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
130 | the resolver address |
9800 | 131 | </dd> |
132 | </dl> | |
133 | <dl> | |
134 | <dt>Return Type:</dt> | |
135 | <dd> | |
9871
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
136 | tuple of (str, str, int, (str, str, str, str)) |
9800 | 137 | </dd> |
138 | </dl> | |
139 | <a NAME="WifiApConfigDialog.on_apShowPasswordButton_clicked" ID="WifiApConfigDialog.on_apShowPasswordButton_clicked"></a> | |
140 | <h4>WifiApConfigDialog.on_apShowPasswordButton_clicked</h4> | |
141 | <b>on_apShowPasswordButton_clicked</b>(<i>checked</i>) | |
142 | <p> | |
143 | Private slot to show or hide the WiFi Access Point password. | |
144 | </p> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9871
diff
changeset
|
145 | |
9800 | 146 | <dl> |
147 | ||
148 | <dt><i>checked</i> (bool)</dt> | |
149 | <dd> | |
150 | state of the button | |
151 | </dd> | |
152 | </dl> | |
153 | <div align="right"><a href="#top">Up</a></div> | |
154 | <hr /> | |
10479
856476537696
Fine tuned the source code documentation template and regenerated the source code documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9871
diff
changeset
|
155 | </body></html> |