|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Preferences.ConfigurationPages.DebuggerPython2Page</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.DebuggerPython2Page</h1> |
|
23 <p> |
|
24 Module implementing the Debugger Python2 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="#DebuggerPython2Page">DebuggerPython2Page</a></td> |
|
34 <td>Class implementing the Debugger Python2 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="DebuggerPython2Page" ID="DebuggerPython2Page"></a> |
|
46 <h2>DebuggerPython2Page</h2> |
|
47 <p> |
|
48 Class implementing the Debugger Python2 configuration page. |
|
49 </p> |
|
50 <h3>Derived from</h3> |
|
51 ConfigurationPageBase, Ui_DebuggerPython2Page |
|
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="#DebuggerPython2Page.__init__">DebuggerPython2Page</a></td> |
|
64 <td>Constructor</td> |
|
65 </tr><tr> |
|
66 <td><a href="#DebuggerPython2Page.__populateAndSetVenvComboBox">__populateAndSetVenvComboBox</a></td> |
|
67 <td>Private method to populate and set the virtual environment combo box.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#DebuggerPython2Page.on_refreshButton_clicked">on_refreshButton_clicked</a></td> |
|
70 <td>Private slot handling a click of the refresh button.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#DebuggerPython2Page.on_venvDlgButton_clicked">on_venvDlgButton_clicked</a></td> |
|
73 <td>Slot documentation goes here.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#DebuggerPython2Page.save">save</a></td> |
|
76 <td>Public slot to save the Debugger Python configuration.</td> |
|
77 </tr> |
|
78 </table> |
|
79 <h3>Static Methods</h3> |
|
80 <table> |
|
81 <tr><td>None</td></tr> |
|
82 </table> |
|
83 <a NAME="DebuggerPython2Page.__init__" ID="DebuggerPython2Page.__init__"></a> |
|
84 <h4>DebuggerPython2Page (Constructor)</h4> |
|
85 <b>DebuggerPython2Page</b>(<i></i>) |
|
86 <p> |
|
87 Constructor |
|
88 </p><a NAME="DebuggerPython2Page.__populateAndSetVenvComboBox" ID="DebuggerPython2Page.__populateAndSetVenvComboBox"></a> |
|
89 <h4>DebuggerPython2Page.__populateAndSetVenvComboBox</h4> |
|
90 <b>__populateAndSetVenvComboBox</b>(<i></i>) |
|
91 <p> |
|
92 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> |
|
94 <h4>DebuggerPython2Page.on_refreshButton_clicked</h4> |
|
95 <b>on_refreshButton_clicked</b>(<i></i>) |
|
96 <p> |
|
97 Private slot handling a click of the refresh button. |
|
98 </p><a NAME="DebuggerPython2Page.on_venvDlgButton_clicked" ID="DebuggerPython2Page.on_venvDlgButton_clicked"></a> |
|
99 <h4>DebuggerPython2Page.on_venvDlgButton_clicked</h4> |
|
100 <b>on_venvDlgButton_clicked</b>(<i></i>) |
|
101 <p> |
|
102 Slot documentation goes here. |
|
103 </p><a NAME="DebuggerPython2Page.save" ID="DebuggerPython2Page.save"></a> |
|
104 <h4>DebuggerPython2Page.save</h4> |
|
105 <b>save</b>(<i></i>) |
|
106 <p> |
|
107 Public slot to save the Debugger Python configuration. |
|
108 </p> |
|
109 <div align="right"><a href="#top">Up</a></div> |
|
110 <hr /><hr /> |
|
111 <a NAME="create" ID="create"></a> |
|
112 <h2>create</h2> |
|
113 <b>create</b>(<i>dlg</i>) |
|
114 <p> |
|
115 Module function to create the configuration page. |
|
116 </p><dl> |
|
117 <dt><i>dlg</i></dt> |
|
118 <dd> |
|
119 reference to the configuration dialog |
|
120 </dd> |
|
121 </dl><dl> |
|
122 <dt>Returns:</dt> |
|
123 <dd> |
|
124 reference to the instantiated page (ConfigurationPageBase) |
|
125 </dd> |
|
126 </dl> |
|
127 <div align="right"><a href="#top">Up</a></div> |
|
128 <hr /> |
|
129 </body></html> |