|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Preferences.ConfigurationPages.DebuggerGeneralPage</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.DebuggerGeneralPage</h1> |
|
23 <p> |
|
24 Module implementing the Debugger General 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="#DebuggerGeneralPage">DebuggerGeneralPage</a></td> |
|
34 <td>Class implementing the Debugger General 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="DebuggerGeneralPage" ID="DebuggerGeneralPage"></a> |
|
46 <h2>DebuggerGeneralPage</h2> |
|
47 <p> |
|
48 Class implementing the Debugger General configuration page. |
|
49 </p> |
|
50 <h3>Derived from</h3> |
|
51 ConfigurationPageBase, Ui_DebuggerGeneralPage |
|
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="#DebuggerGeneralPage.__init__">DebuggerGeneralPage</a></td> |
|
64 <td>Constructor</td> |
|
65 </tr><tr> |
|
66 <td><a href="#DebuggerGeneralPage.on_addAllowedHostButton_clicked">on_addAllowedHostButton_clicked</a></td> |
|
67 <td>Private slot called to add a new allowed host.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#DebuggerGeneralPage.on_allowedHostsList_currentItemChanged">on_allowedHostsList_currentItemChanged</a></td> |
|
70 <td>Private method set the state of the edit and delete button.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#DebuggerGeneralPage.on_deleteAllowedHostButton_clicked">on_deleteAllowedHostButton_clicked</a></td> |
|
73 <td>Private slot called to delete an allowed host.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#DebuggerGeneralPage.on_editAllowedHostButton_clicked">on_editAllowedHostButton_clicked</a></td> |
|
76 <td>Private slot called to edit an allowed host.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#DebuggerGeneralPage.save">save</a></td> |
|
79 <td>Public slot to save the Debugger General (1) configuration.</td> |
|
80 </tr> |
|
81 </table> |
|
82 <h3>Static Methods</h3> |
|
83 <table> |
|
84 <tr><td>None</td></tr> |
|
85 </table> |
|
86 <a NAME="DebuggerGeneralPage.__init__" ID="DebuggerGeneralPage.__init__"></a> |
|
87 <h4>DebuggerGeneralPage (Constructor)</h4> |
|
88 <b>DebuggerGeneralPage</b>(<i></i>) |
|
89 <p> |
|
90 Constructor |
|
91 </p><a NAME="DebuggerGeneralPage.on_addAllowedHostButton_clicked" ID="DebuggerGeneralPage.on_addAllowedHostButton_clicked"></a> |
|
92 <h4>DebuggerGeneralPage.on_addAllowedHostButton_clicked</h4> |
|
93 <b>on_addAllowedHostButton_clicked</b>(<i></i>) |
|
94 <p> |
|
95 Private slot called to add a new allowed host. |
|
96 </p><a NAME="DebuggerGeneralPage.on_allowedHostsList_currentItemChanged" ID="DebuggerGeneralPage.on_allowedHostsList_currentItemChanged"></a> |
|
97 <h4>DebuggerGeneralPage.on_allowedHostsList_currentItemChanged</h4> |
|
98 <b>on_allowedHostsList_currentItemChanged</b>(<i>current, previous</i>) |
|
99 <p> |
|
100 Private method set the state of the edit and delete button. |
|
101 </p><dl> |
|
102 <dt><i>current</i></dt> |
|
103 <dd> |
|
104 new current item (QListWidgetItem) |
|
105 </dd><dt><i>previous</i></dt> |
|
106 <dd> |
|
107 previous current item (QListWidgetItem) |
|
108 </dd> |
|
109 </dl><a NAME="DebuggerGeneralPage.on_deleteAllowedHostButton_clicked" ID="DebuggerGeneralPage.on_deleteAllowedHostButton_clicked"></a> |
|
110 <h4>DebuggerGeneralPage.on_deleteAllowedHostButton_clicked</h4> |
|
111 <b>on_deleteAllowedHostButton_clicked</b>(<i></i>) |
|
112 <p> |
|
113 Private slot called to delete an allowed host. |
|
114 </p><a NAME="DebuggerGeneralPage.on_editAllowedHostButton_clicked" ID="DebuggerGeneralPage.on_editAllowedHostButton_clicked"></a> |
|
115 <h4>DebuggerGeneralPage.on_editAllowedHostButton_clicked</h4> |
|
116 <b>on_editAllowedHostButton_clicked</b>(<i></i>) |
|
117 <p> |
|
118 Private slot called to edit an allowed host. |
|
119 </p><a NAME="DebuggerGeneralPage.save" ID="DebuggerGeneralPage.save"></a> |
|
120 <h4>DebuggerGeneralPage.save</h4> |
|
121 <b>save</b>(<i></i>) |
|
122 <p> |
|
123 Public slot to save the Debugger General (1) configuration. |
|
124 </p> |
|
125 <div align="right"><a href="#top">Up</a></div> |
|
126 <hr /><hr /> |
|
127 <a NAME="create" ID="create"></a> |
|
128 <h2>create</h2> |
|
129 <b>create</b>(<i>dlg</i>) |
|
130 <p> |
|
131 Module function to create the configuration page. |
|
132 </p><dl> |
|
133 <dt><i>dlg</i></dt> |
|
134 <dd> |
|
135 reference to the configuration dialog |
|
136 </dd> |
|
137 </dl><dl> |
|
138 <dt>Returns:</dt> |
|
139 <dd> |
|
140 reference to the instantiated page (ConfigurationPageBase) |
|
141 </dd> |
|
142 </dl> |
|
143 <div align="right"><a href="#top">Up</a></div> |
|
144 <hr /> |
|
145 </body></html> |