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