Thu, 04 Jan 2024 18:02:25 +0100
Fine tuned the source code documentation template and 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> | |
84 | <b>WifiApConfigDialog</b>(<i>withIP, parent=None</i>) | |
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> | |
95 | <dt><i>parent</i> (QWidget (optional))</dt> | |
96 | <dd> | |
97 | reference to the parent widget (defaults to None) | |
98 | </dd> | |
99 | </dl> | |
100 | <a NAME="WifiApConfigDialog.__updateOk" ID="WifiApConfigDialog.__updateOk"></a> | |
101 | <h4>WifiApConfigDialog.__updateOk</h4> | |
102 | <b>__updateOk</b>(<i></i>) | |
103 | <p> | |
104 | Private method to update the enabled state of the OK button. | |
105 | </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
|
106 | |
9871
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
107 | <a NAME="WifiApConfigDialog.accept" ID="WifiApConfigDialog.accept"></a> |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
108 | <h4>WifiApConfigDialog.accept</h4> |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
109 | <b>accept</b>(<i></i>) |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
110 | <p> |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
111 | Public slot accepting the dialog. |
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
112 | </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
|
113 | |
9800 | 114 | <a NAME="WifiApConfigDialog.getApConfig" ID="WifiApConfigDialog.getApConfig"></a> |
115 | <h4>WifiApConfigDialog.getApConfig</h4> | |
116 | <b>getApConfig</b>(<i></i>) | |
117 | <p> | |
118 | Public method to get the entered access point configuration data. | |
119 | </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
|
120 | |
9800 | 121 | <dl> |
122 | <dt>Return:</dt> | |
123 | <dd> | |
124 | 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
|
125 | 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
|
126 | the resolver address |
9800 | 127 | </dd> |
128 | </dl> | |
129 | <dl> | |
130 | <dt>Return Type:</dt> | |
131 | <dd> | |
9871
4a302b8c4d28
Updated source documentation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
9800
diff
changeset
|
132 | tuple of (str, str, int, (str, str, str, str)) |
9800 | 133 | </dd> |
134 | </dl> | |
135 | <a NAME="WifiApConfigDialog.on_apShowPasswordButton_clicked" ID="WifiApConfigDialog.on_apShowPasswordButton_clicked"></a> | |
136 | <h4>WifiApConfigDialog.on_apShowPasswordButton_clicked</h4> | |
137 | <b>on_apShowPasswordButton_clicked</b>(<i>checked</i>) | |
138 | <p> | |
139 | Private slot to show or hide the WiFi Access Point password. | |
140 | </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
|
141 | |
9800 | 142 | <dl> |
143 | ||
144 | <dt><i>checked</i> (bool)</dt> | |
145 | <dd> | |
146 | state of the button | |
147 | </dd> | |
148 | </dl> | |
149 | <div align="right"><a href="#top">Up</a></div> | |
150 | <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
|
151 | </body></html> |