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