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

branch
eric7
changeset 10479
856476537696
parent 10428
a071d4065202
child 10684
58c7f23ae1cb
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Preferences.ConfigurationPages.DebuggerPython3Page</h1> 9 <h1>eric7.Preferences.ConfigurationPages.DebuggerPython3Page</h1>
10
11 <p> 10 <p>
12 Module implementing the Debugger Python3 configuration page. 11 Module implementing the Debugger Python3 configuration page.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#DebuggerPython3Page">DebuggerPython3Page</a></td> 22 <td><a href="#DebuggerPython3Page">DebuggerPython3Page</a></td>
25 <td>Class implementing the Debugger Python3 configuration page.</td> 23 <td>Class implementing the Debugger Python3 configuration page.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31
32 <tr> 29 <tr>
33 <td><a href="#create">create</a></td> 30 <td><a href="#create">create</a></td>
34 <td>Module function to create the configuration page.</td> 31 <td>Module function to create the configuration page.</td>
35 </tr> 32 </tr>
36 </table> 33 </table>
34
37 <hr /> 35 <hr />
38 <hr /> 36 <hr />
39 <a NAME="DebuggerPython3Page" ID="DebuggerPython3Page"></a> 37 <a NAME="DebuggerPython3Page" ID="DebuggerPython3Page"></a>
40 <h2>DebuggerPython3Page</h2> 38 <h2>DebuggerPython3Page</h2>
41
42 <p> 39 <p>
43 Class implementing the Debugger Python3 configuration page. 40 Class implementing the Debugger Python3 configuration page.
44 </p> 41 </p>
42
45 <h3>Derived from</h3> 43 <h3>Derived from</h3>
46 ConfigurationPageBase, Ui_DebuggerPython3Page 44 ConfigurationPageBase, Ui_DebuggerPython3Page
47 <h3>Class Attributes</h3> 45 <h3>Class Attributes</h3>
48
49 <table> 46 <table>
50 <tr><td>None</td></tr> 47 <tr><td>None</td></tr>
51 </table> 48 </table>
49
52 <h3>Class Methods</h3> 50 <h3>Class Methods</h3>
53
54 <table> 51 <table>
55 <tr><td>None</td></tr> 52 <tr><td>None</td></tr>
56 </table> 53 </table>
54
57 <h3>Methods</h3> 55 <h3>Methods</h3>
58
59 <table> 56 <table>
60
61 <tr> 57 <tr>
62 <td><a href="#DebuggerPython3Page.__init__">DebuggerPython3Page</a></td> 58 <td><a href="#DebuggerPython3Page.__init__">DebuggerPython3Page</a></td>
63 <td>Constructor</td> 59 <td>Constructor</td>
64 </tr> 60 </tr>
65 <tr> 61 <tr>
81 <tr> 77 <tr>
82 <td><a href="#DebuggerPython3Page.save">save</a></td> 78 <td><a href="#DebuggerPython3Page.save">save</a></td>
83 <td>Public slot to save the Debugger Python configuration.</td> 79 <td>Public slot to save the Debugger Python configuration.</td>
84 </tr> 80 </tr>
85 </table> 81 </table>
82
86 <h3>Static Methods</h3> 83 <h3>Static Methods</h3>
87
88 <table> 84 <table>
89 <tr><td>None</td></tr> 85 <tr><td>None</td></tr>
90 </table> 86 </table>
91 87
88
92 <a NAME="DebuggerPython3Page.__init__" ID="DebuggerPython3Page.__init__"></a> 89 <a NAME="DebuggerPython3Page.__init__" ID="DebuggerPython3Page.__init__"></a>
93 <h4>DebuggerPython3Page (Constructor)</h4> 90 <h4>DebuggerPython3Page (Constructor)</h4>
94 <b>DebuggerPython3Page</b>(<i></i>) 91 <b>DebuggerPython3Page</b>(<i></i>)
95
96 <p> 92 <p>
97 Constructor 93 Constructor
98 </p> 94 </p>
95
99 <a NAME="DebuggerPython3Page.__populateAndSetVenvComboBox" ID="DebuggerPython3Page.__populateAndSetVenvComboBox"></a> 96 <a NAME="DebuggerPython3Page.__populateAndSetVenvComboBox" ID="DebuggerPython3Page.__populateAndSetVenvComboBox"></a>
100 <h4>DebuggerPython3Page.__populateAndSetVenvComboBox</h4> 97 <h4>DebuggerPython3Page.__populateAndSetVenvComboBox</h4>
101 <b>__populateAndSetVenvComboBox</b>(<i></i>) 98 <b>__populateAndSetVenvComboBox</b>(<i></i>)
102
103 <p> 99 <p>
104 Private method to populate and set the virtual environment combo box. 100 Private method to populate and set the virtual environment combo box.
105 </p> 101 </p>
102
106 <a NAME="DebuggerPython3Page.on_refreshButton_clicked" ID="DebuggerPython3Page.on_refreshButton_clicked"></a> 103 <a NAME="DebuggerPython3Page.on_refreshButton_clicked" ID="DebuggerPython3Page.on_refreshButton_clicked"></a>
107 <h4>DebuggerPython3Page.on_refreshButton_clicked</h4> 104 <h4>DebuggerPython3Page.on_refreshButton_clicked</h4>
108 <b>on_refreshButton_clicked</b>(<i></i>) 105 <b>on_refreshButton_clicked</b>(<i></i>)
109
110 <p> 106 <p>
111 Private slot handling a click of the refresh button. 107 Private slot handling a click of the refresh button.
112 </p> 108 </p>
109
113 <a NAME="DebuggerPython3Page.on_venvDlgButton_clicked" ID="DebuggerPython3Page.on_venvDlgButton_clicked"></a> 110 <a NAME="DebuggerPython3Page.on_venvDlgButton_clicked" ID="DebuggerPython3Page.on_venvDlgButton_clicked"></a>
114 <h4>DebuggerPython3Page.on_venvDlgButton_clicked</h4> 111 <h4>DebuggerPython3Page.on_venvDlgButton_clicked</h4>
115 <b>on_venvDlgButton_clicked</b>(<i></i>) 112 <b>on_venvDlgButton_clicked</b>(<i></i>)
116
117 <p> 113 <p>
118 Private slot to show the virtual environment manager dialog. 114 Private slot to show the virtual environment manager dialog.
119 </p> 115 </p>
116
120 <a NAME="DebuggerPython3Page.on_venvRefreshButton_clicked" ID="DebuggerPython3Page.on_venvRefreshButton_clicked"></a> 117 <a NAME="DebuggerPython3Page.on_venvRefreshButton_clicked" ID="DebuggerPython3Page.on_venvRefreshButton_clicked"></a>
121 <h4>DebuggerPython3Page.on_venvRefreshButton_clicked</h4> 118 <h4>DebuggerPython3Page.on_venvRefreshButton_clicked</h4>
122 <b>on_venvRefreshButton_clicked</b>(<i></i>) 119 <b>on_venvRefreshButton_clicked</b>(<i></i>)
123
124 <p> 120 <p>
125 Private slot to reload the list of virtual environments. 121 Private slot to reload the list of virtual environments.
126 </p> 122 </p>
123
127 <a NAME="DebuggerPython3Page.save" ID="DebuggerPython3Page.save"></a> 124 <a NAME="DebuggerPython3Page.save" ID="DebuggerPython3Page.save"></a>
128 <h4>DebuggerPython3Page.save</h4> 125 <h4>DebuggerPython3Page.save</h4>
129 <b>save</b>(<i></i>) 126 <b>save</b>(<i></i>)
130
131 <p> 127 <p>
132 Public slot to save the Debugger Python configuration. 128 Public slot to save the Debugger Python configuration.
133 </p> 129 </p>
130
134 <div align="right"><a href="#top">Up</a></div> 131 <div align="right"><a href="#top">Up</a></div>
135 <hr /> 132 <hr />
136 <hr /> 133 <hr />
137 <a NAME="create" ID="create"></a> 134 <a NAME="create" ID="create"></a>
138 <h2>create</h2> 135 <h2>create</h2>
139 <b>create</b>(<i>dlg</i>) 136 <b>create</b>(<i>dlg</i>)
140
141 <p> 137 <p>
142 Module function to create the configuration page. 138 Module function to create the configuration page.
143 </p> 139 </p>
140
144 <dl> 141 <dl>
145 142
146 <dt><i>dlg</i> (ConfigurationDialog)</dt> 143 <dt><i>dlg</i> (ConfigurationDialog)</dt>
147 <dd> 144 <dd>
148 reference to the configuration dialog 145 reference to the configuration dialog

eric ide

mercurial