|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Preferences.ConfigurationPages.DebuggerGeneralPage</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Preferences.ConfigurationPages.DebuggerGeneralPage</h1> |
|
12 <p> |
|
13 Module implementing the Debugger General configuration page. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#DebuggerGeneralPage">DebuggerGeneralPage</a></td> |
|
23 <td>Class implementing the Debugger General configuration page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr> |
|
29 <td><a href="#create">create</a></td> |
|
30 <td>Module function to create the configuration page.</td> |
|
31 </tr> |
|
32 </table> |
|
33 <hr /><hr /> |
|
34 <a NAME="DebuggerGeneralPage" ID="DebuggerGeneralPage"></a> |
|
35 <h2>DebuggerGeneralPage</h2> |
|
36 <p> |
|
37 Class implementing the Debugger General configuration page. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 ConfigurationPageBase, Ui_DebuggerGeneralPage |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#DebuggerGeneralPage.__init__">DebuggerGeneralPage</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#DebuggerGeneralPage.on_addAllowedHostButton_clicked">on_addAllowedHostButton_clicked</a></td> |
|
52 <td>Private slot called to add a new allowed host.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#DebuggerGeneralPage.on_allowedHostsList_currentItemChanged">on_allowedHostsList_currentItemChanged</a></td> |
|
55 <td>Private method set the state of the edit and delete button.</td> |
|
56 </tr><tr> |
|
57 <td><a href="#DebuggerGeneralPage.on_deleteAllowedHostButton_clicked">on_deleteAllowedHostButton_clicked</a></td> |
|
58 <td>Private slot called to delete an allowed host.</td> |
|
59 </tr><tr> |
|
60 <td><a href="#DebuggerGeneralPage.on_editAllowedHostButton_clicked">on_editAllowedHostButton_clicked</a></td> |
|
61 <td>Private slot called to edit an allowed host.</td> |
|
62 </tr><tr> |
|
63 <td><a href="#DebuggerGeneralPage.save">save</a></td> |
|
64 <td>Public slot to save the Debugger General (1) configuration.</td> |
|
65 </tr> |
|
66 </table> |
|
67 <a NAME="DebuggerGeneralPage.__init__" ID="DebuggerGeneralPage.__init__"></a> |
|
68 <h4>DebuggerGeneralPage (Constructor)</h4> |
|
69 <b>DebuggerGeneralPage</b>(<i></i>) |
|
70 <p> |
|
71 Constructor |
|
72 </p><a NAME="DebuggerGeneralPage.on_addAllowedHostButton_clicked" ID="DebuggerGeneralPage.on_addAllowedHostButton_clicked"></a> |
|
73 <h4>DebuggerGeneralPage.on_addAllowedHostButton_clicked</h4> |
|
74 <b>on_addAllowedHostButton_clicked</b>(<i></i>) |
|
75 <p> |
|
76 Private slot called to add a new allowed host. |
|
77 </p><a NAME="DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" ID="DebuggerGeneralPage.on_allowedHostsList_currentItemChanged"></a> |
|
78 <h4>DebuggerGeneralPage.on_allowedHostsList_currentItemChanged</h4> |
|
79 <b>on_allowedHostsList_currentItemChanged</b>(<i>current, previous</i>) |
|
80 <p> |
|
81 Private method set the state of the edit and delete button. |
|
82 </p><dl> |
|
83 <dt><i>current</i></dt> |
|
84 <dd> |
|
85 new current item (QListWidgetItem) |
|
86 </dd><dt><i>previous</i></dt> |
|
87 <dd> |
|
88 previous current item (QListWidgetItem) |
|
89 </dd> |
|
90 </dl><a NAME="DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" ID="DebuggerGeneralPage.on_deleteAllowedHostButton_clicked"></a> |
|
91 <h4>DebuggerGeneralPage.on_deleteAllowedHostButton_clicked</h4> |
|
92 <b>on_deleteAllowedHostButton_clicked</b>(<i></i>) |
|
93 <p> |
|
94 Private slot called to delete an allowed host. |
|
95 </p><a NAME="DebuggerGeneralPage.on_editAllowedHostButton_clicked" ID="DebuggerGeneralPage.on_editAllowedHostButton_clicked"></a> |
|
96 <h4>DebuggerGeneralPage.on_editAllowedHostButton_clicked</h4> |
|
97 <b>on_editAllowedHostButton_clicked</b>(<i></i>) |
|
98 <p> |
|
99 Private slot called to edit an allowed host. |
|
100 </p><a NAME="DebuggerGeneralPage.save" ID="DebuggerGeneralPage.save"></a> |
|
101 <h4>DebuggerGeneralPage.save</h4> |
|
102 <b>save</b>(<i></i>) |
|
103 <p> |
|
104 Public slot to save the Debugger General (1) configuration. |
|
105 </p> |
|
106 <div align="right"><a href="#top">Up</a></div> |
|
107 <hr /><hr /> |
|
108 <a NAME="create" ID="create"></a> |
|
109 <h2>create</h2> |
|
110 <b>create</b>(<i>dlg</i>) |
|
111 <p> |
|
112 Module function to create the configuration page. |
|
113 </p><dl> |
|
114 <dt><i>dlg</i></dt> |
|
115 <dd> |
|
116 reference to the configuration dialog |
|
117 </dd> |
|
118 </dl> |
|
119 <div align="right"><a href="#top">Up</a></div> |
|
120 <hr /> |
|
121 </body></html> |