|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Preferences.ConfigurationPages.DebuggerPython3Page</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Preferences.ConfigurationPages.DebuggerPython3Page</h1> |
|
12 <p> |
|
13 Module implementing the Debugger Python3 configuration page. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#DebuggerPython3Page">DebuggerPython3Page</a></td> |
|
23 <td>Class implementing the Debugger Python3 configuration page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr> |
|
29 <td><a href="#create">create</a></td> |
|
30 <td>Module function to create the configuration page.</td> |
|
31 </tr> |
|
32 </table> |
|
33 <hr /><hr /> |
|
34 <a NAME="DebuggerPython3Page" ID="DebuggerPython3Page"></a> |
|
35 <h2>DebuggerPython3Page</h2> |
|
36 <p> |
|
37 Class implementing the Debugger Python3 configuration page. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 ConfigurationPageBase, Ui_DebuggerPython3Page |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#DebuggerPython3Page.__init__">DebuggerPython3Page</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#DebuggerPython3Page.on_debugClientButton_clicked">on_debugClientButton_clicked</a></td> |
|
52 <td>Private slot to handle the Debug Client selection.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#DebuggerPython3Page.on_interpreterButton_clicked">on_interpreterButton_clicked</a></td> |
|
55 <td>Private slot to handle the Python interpreter selection.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#DebuggerPython3Page.save">save</a></td> |
|
58 <td>Public slot to save the Debugger Python configuration.</td> |
|
59 </tr> |
|
60 </table> |
|
61 <a NAME="DebuggerPython3Page.__init__" ID="DebuggerPython3Page.__init__"></a> |
|
62 <h4>DebuggerPython3Page (Constructor)</h4> |
|
63 <b>DebuggerPython3Page</b>(<i></i>) |
|
64 <p> |
|
65 Constructor |
|
66 </p><a NAME="DebuggerPython3Page.on_debugClientButton_clicked" ID="DebuggerPython3Page.on_debugClientButton_clicked"></a> |
|
67 <h4>DebuggerPython3Page.on_debugClientButton_clicked</h4> |
|
68 <b>on_debugClientButton_clicked</b>(<i></i>) |
|
69 <p> |
|
70 Private slot to handle the Debug Client selection. |
|
71 </p><a NAME="DebuggerPython3Page.on_interpreterButton_clicked" ID="DebuggerPython3Page.on_interpreterButton_clicked"></a> |
|
72 <h4>DebuggerPython3Page.on_interpreterButton_clicked</h4> |
|
73 <b>on_interpreterButton_clicked</b>(<i></i>) |
|
74 <p> |
|
75 Private slot to handle the Python interpreter selection. |
|
76 </p><a NAME="DebuggerPython3Page.save" ID="DebuggerPython3Page.save"></a> |
|
77 <h4>DebuggerPython3Page.save</h4> |
|
78 <b>save</b>(<i></i>) |
|
79 <p> |
|
80 Public slot to save the Debugger Python configuration. |
|
81 </p> |
|
82 <div align="right"><a href="#top">Up</a></div> |
|
83 <hr /><hr /> |
|
84 <a NAME="create" ID="create"></a> |
|
85 <h2>create</h2> |
|
86 <b>create</b>(<i>dlg</i>) |
|
87 <p> |
|
88 Module function to create the configuration page. |
|
89 </p><dl> |
|
90 <dt><i>dlg</i></dt> |
|
91 <dd> |
|
92 reference to the configuration dialog |
|
93 </dd> |
|
94 </dl> |
|
95 <div align="right"><a href="#top">Up</a></div> |
|
96 <hr /> |
|
97 </body></html> |