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

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.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>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Preferences.ConfigurationPages.DebuggerPython3Page</h1>
24
25 <p>
26 Module implementing the Debugger Python3 configuration page.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#DebuggerPython3Page">DebuggerPython3Page</a></td>
39 <td>Class implementing the Debugger Python3 configuration page.</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45
46 <tr>
47 <td><a href="#create">create</a></td>
48 <td>Module function to create the configuration page.</td>
49 </tr>
50 </table>
51 <hr />
52 <hr />
53 <a NAME="DebuggerPython3Page" ID="DebuggerPython3Page"></a>
54 <h2>DebuggerPython3Page</h2>
55
56 <p>
57 Class implementing the Debugger Python3 configuration page.
58 </p>
59 <h3>Derived from</h3>
60 ConfigurationPageBase, Ui_DebuggerPython3Page
61 <h3>Class Attributes</h3>
62
63 <table>
64 <tr><td>None</td></tr>
65 </table>
66 <h3>Class Methods</h3>
67
68 <table>
69 <tr><td>None</td></tr>
70 </table>
71 <h3>Methods</h3>
72
73 <table>
74
75 <tr>
76 <td><a href="#DebuggerPython3Page.__init__">DebuggerPython3Page</a></td>
77 <td>Constructor</td>
78 </tr>
79 <tr>
80 <td><a href="#DebuggerPython3Page.__populateAndSetVenvComboBox">__populateAndSetVenvComboBox</a></td>
81 <td>Private method to populate and set the virtual environment combo box.</td>
82 </tr>
83 <tr>
84 <td><a href="#DebuggerPython3Page.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
85 <td>Private slot handling a click of the refresh button.</td>
86 </tr>
87 <tr>
88 <td><a href="#DebuggerPython3Page.on_venvDlgButton_clicked">on_venvDlgButton_clicked</a></td>
89 <td>Private slot to show the virtual environment manager dialog.</td>
90 </tr>
91 <tr>
92 <td><a href="#DebuggerPython3Page.save">save</a></td>
93 <td>Public slot to save the Debugger Python configuration.</td>
94 </tr>
95 </table>
96 <h3>Static Methods</h3>
97
98 <table>
99 <tr><td>None</td></tr>
100 </table>
101
102 <a NAME="DebuggerPython3Page.__init__" ID="DebuggerPython3Page.__init__"></a>
103 <h4>DebuggerPython3Page (Constructor)</h4>
104 <b>DebuggerPython3Page</b>(<i></i>)
105
106 <p>
107 Constructor
108 </p>
109 <a NAME="DebuggerPython3Page.__populateAndSetVenvComboBox" ID="DebuggerPython3Page.__populateAndSetVenvComboBox"></a>
110 <h4>DebuggerPython3Page.__populateAndSetVenvComboBox</h4>
111 <b>__populateAndSetVenvComboBox</b>(<i></i>)
112
113 <p>
114 Private method to populate and set the virtual environment combo box.
115 </p>
116 <a NAME="DebuggerPython3Page.on_refreshButton_clicked" ID="DebuggerPython3Page.on_refreshButton_clicked"></a>
117 <h4>DebuggerPython3Page.on_refreshButton_clicked</h4>
118 <b>on_refreshButton_clicked</b>(<i></i>)
119
120 <p>
121 Private slot handling a click of the refresh button.
122 </p>
123 <a NAME="DebuggerPython3Page.on_venvDlgButton_clicked" ID="DebuggerPython3Page.on_venvDlgButton_clicked"></a>
124 <h4>DebuggerPython3Page.on_venvDlgButton_clicked</h4>
125 <b>on_venvDlgButton_clicked</b>(<i></i>)
126
127 <p>
128 Private slot to show the virtual environment manager dialog.
129 </p>
130 <a NAME="DebuggerPython3Page.save" ID="DebuggerPython3Page.save"></a>
131 <h4>DebuggerPython3Page.save</h4>
132 <b>save</b>(<i></i>)
133
134 <p>
135 Public slot to save the Debugger Python configuration.
136 </p>
137 <div align="right"><a href="#top">Up</a></div>
138 <hr />
139 <hr />
140 <a NAME="create" ID="create"></a>
141 <h2>create</h2>
142 <b>create</b>(<i>dlg</i>)
143
144 <p>
145 Module function to create the configuration page.
146 </p>
147 <dl>
148
149 <dt><i>dlg</i></dt>
150 <dd>
151 reference to the configuration dialog
152 </dd>
153 </dl>
154 <dl>
155 <dt>Return:</dt>
156 <dd>
157 reference to the instantiated page (ConfigurationPageBase)
158 </dd>
159 </dl>
160 <div align="right"><a href="#top">Up</a></div>
161 <hr />
162 </body></html>

eric ide

mercurial