Documentation/Source/eric6.Preferences.ConfigurationPages.DebuggerPython3Page.html

changeset 3673
e26d7d0c1088
child 4575
464a6b049f89
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Preferences.ConfigurationPages.DebuggerPython3Page</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Preferences.ConfigurationPages.DebuggerPython3Page</h1>
23 <p>
24 Module implementing the Debugger Python3 configuration page.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#DebuggerPython3Page">DebuggerPython3Page</a></td>
34 <td>Class implementing the Debugger Python3 configuration page.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr>
40 <td><a href="#create">create</a></td>
41 <td>Module function to create the configuration page.</td>
42 </tr>
43 </table>
44 <hr /><hr />
45 <a NAME="DebuggerPython3Page" ID="DebuggerPython3Page"></a>
46 <h2>DebuggerPython3Page</h2>
47 <p>
48 Class implementing the Debugger Python3 configuration page.
49 </p>
50 <h3>Derived from</h3>
51 ConfigurationPageBase, Ui_DebuggerPython3Page
52 <h3>Class Attributes</h3>
53 <table>
54 <tr><td>None</td></tr>
55 </table>
56 <h3>Class Methods</h3>
57 <table>
58 <tr><td>None</td></tr>
59 </table>
60 <h3>Methods</h3>
61 <table>
62 <tr>
63 <td><a href="#DebuggerPython3Page.__init__">DebuggerPython3Page</a></td>
64 <td>Constructor</td>
65 </tr><tr>
66 <td><a href="#DebuggerPython3Page.on_debugClientButton_clicked">on_debugClientButton_clicked</a></td>
67 <td>Private slot to handle the Debug Client selection.</td>
68 </tr><tr>
69 <td><a href="#DebuggerPython3Page.on_interpreterButton_clicked">on_interpreterButton_clicked</a></td>
70 <td>Private slot to handle the Python interpreter selection.</td>
71 </tr><tr>
72 <td><a href="#DebuggerPython3Page.save">save</a></td>
73 <td>Public slot to save the Debugger Python configuration.</td>
74 </tr>
75 </table>
76 <h3>Static Methods</h3>
77 <table>
78 <tr><td>None</td></tr>
79 </table>
80 <a NAME="DebuggerPython3Page.__init__" ID="DebuggerPython3Page.__init__"></a>
81 <h4>DebuggerPython3Page (Constructor)</h4>
82 <b>DebuggerPython3Page</b>(<i></i>)
83 <p>
84 Constructor
85 </p><a NAME="DebuggerPython3Page.on_debugClientButton_clicked" ID="DebuggerPython3Page.on_debugClientButton_clicked"></a>
86 <h4>DebuggerPython3Page.on_debugClientButton_clicked</h4>
87 <b>on_debugClientButton_clicked</b>(<i></i>)
88 <p>
89 Private slot to handle the Debug Client selection.
90 </p><a NAME="DebuggerPython3Page.on_interpreterButton_clicked" ID="DebuggerPython3Page.on_interpreterButton_clicked"></a>
91 <h4>DebuggerPython3Page.on_interpreterButton_clicked</h4>
92 <b>on_interpreterButton_clicked</b>(<i></i>)
93 <p>
94 Private slot to handle the Python interpreter selection.
95 </p><a NAME="DebuggerPython3Page.save" ID="DebuggerPython3Page.save"></a>
96 <h4>DebuggerPython3Page.save</h4>
97 <b>save</b>(<i></i>)
98 <p>
99 Public slot to save the Debugger Python configuration.
100 </p>
101 <div align="right"><a href="#top">Up</a></div>
102 <hr /><hr />
103 <a NAME="create" ID="create"></a>
104 <h2>create</h2>
105 <b>create</b>(<i>dlg</i>)
106 <p>
107 Module function to create the configuration page.
108 </p><dl>
109 <dt><i>dlg</i></dt>
110 <dd>
111 reference to the configuration dialog
112 </dd>
113 </dl><dl>
114 <dt>Returns:</dt>
115 <dd>
116 reference to the instantiated page (ConfigurationPageBase)
117 </dd>
118 </dl>
119 <div align="right"><a href="#top">Up</a></div>
120 <hr />
121 </body></html>

eric ide

mercurial