|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Project.DebuggerPropertiesDialog</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> |
|
22 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.Project.DebuggerPropertiesDialog</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing a dialog for entering project specific debugger settings. |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <h3>Classes</h3> |
|
34 |
|
35 <table> |
|
36 |
|
37 <tr> |
|
38 <td><a href="#DebuggerPropertiesDialog">DebuggerPropertiesDialog</a></td> |
|
39 <td>Class implementing a dialog for entering project specific debugger settings.</td> |
|
40 </tr> |
|
41 </table> |
|
42 <h3>Functions</h3> |
|
43 |
|
44 <table> |
|
45 <tr><td>None</td></tr> |
|
46 </table> |
|
47 <hr /> |
|
48 <hr /> |
|
49 <a NAME="DebuggerPropertiesDialog" ID="DebuggerPropertiesDialog"></a> |
|
50 <h2>DebuggerPropertiesDialog</h2> |
|
51 |
|
52 <p> |
|
53 Class implementing a dialog for entering project specific debugger |
|
54 settings. |
|
55 </p> |
|
56 <h3>Derived from</h3> |
|
57 QDialog, Ui_DebuggerPropertiesDialog |
|
58 <h3>Class Attributes</h3> |
|
59 |
|
60 <table> |
|
61 <tr><td>None</td></tr> |
|
62 </table> |
|
63 <h3>Class Methods</h3> |
|
64 |
|
65 <table> |
|
66 <tr><td>None</td></tr> |
|
67 </table> |
|
68 <h3>Methods</h3> |
|
69 |
|
70 <table> |
|
71 |
|
72 <tr> |
|
73 <td><a href="#DebuggerPropertiesDialog.__init__">DebuggerPropertiesDialog</a></td> |
|
74 <td>Constructor</td> |
|
75 </tr> |
|
76 <tr> |
|
77 <td><a href="#DebuggerPropertiesDialog.__clearHistory">__clearHistory</a></td> |
|
78 <td>Private method to clear a path picker history.</td> |
|
79 </tr> |
|
80 <tr> |
|
81 <td><a href="#DebuggerPropertiesDialog.__saveHistories">__saveHistories</a></td> |
|
82 <td>Private method to save the path picker histories.</td> |
|
83 </tr> |
|
84 <tr> |
|
85 <td><a href="#DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked">on_debugClientClearHistoryButton_clicked</a></td> |
|
86 <td>Private slot to clear the debug clients history.</td> |
|
87 </tr> |
|
88 <tr> |
|
89 <td><a href="#DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog">on_debugClientPicker_aboutToShowPathPickerDialog</a></td> |
|
90 <td>Private slot to perform actions before the debug client selection dialog is shown.</td> |
|
91 </tr> |
|
92 <tr> |
|
93 <td><a href="#DebuggerPropertiesDialog.storeData">storeData</a></td> |
|
94 <td>Public method to store the entered/modified data.</td> |
|
95 </tr> |
|
96 </table> |
|
97 <h3>Static Methods</h3> |
|
98 |
|
99 <table> |
|
100 <tr><td>None</td></tr> |
|
101 </table> |
|
102 |
|
103 <a NAME="DebuggerPropertiesDialog.__init__" ID="DebuggerPropertiesDialog.__init__"></a> |
|
104 <h4>DebuggerPropertiesDialog (Constructor)</h4> |
|
105 <b>DebuggerPropertiesDialog</b>(<i>project, parent=None, name=None</i>) |
|
106 |
|
107 <p> |
|
108 Constructor |
|
109 </p> |
|
110 <dl> |
|
111 |
|
112 <dt><i>project</i></dt> |
|
113 <dd> |
|
114 reference to the project object |
|
115 </dd> |
|
116 <dt><i>parent</i></dt> |
|
117 <dd> |
|
118 parent widget of this dialog (QWidget) |
|
119 </dd> |
|
120 <dt><i>name</i></dt> |
|
121 <dd> |
|
122 name of this dialog (string) |
|
123 </dd> |
|
124 </dl> |
|
125 <a NAME="DebuggerPropertiesDialog.__clearHistory" ID="DebuggerPropertiesDialog.__clearHistory"></a> |
|
126 <h4>DebuggerPropertiesDialog.__clearHistory</h4> |
|
127 <b>__clearHistory</b>(<i>picker</i>) |
|
128 |
|
129 <p> |
|
130 Private method to clear a path picker history. |
|
131 </p> |
|
132 <dl> |
|
133 |
|
134 <dt><i>picker</i> (EricComboPathPicker)</dt> |
|
135 <dd> |
|
136 reference to the path picker |
|
137 </dd> |
|
138 </dl> |
|
139 <a NAME="DebuggerPropertiesDialog.__saveHistories" ID="DebuggerPropertiesDialog.__saveHistories"></a> |
|
140 <h4>DebuggerPropertiesDialog.__saveHistories</h4> |
|
141 <b>__saveHistories</b>(<i></i>) |
|
142 |
|
143 <p> |
|
144 Private method to save the path picker histories. |
|
145 </p> |
|
146 <a NAME="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked" ID="DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked"></a> |
|
147 <h4>DebuggerPropertiesDialog.on_debugClientClearHistoryButton_clicked</h4> |
|
148 <b>on_debugClientClearHistoryButton_clicked</b>(<i></i>) |
|
149 |
|
150 <p> |
|
151 Private slot to clear the debug clients history. |
|
152 </p> |
|
153 <a NAME="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog" ID="DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog"></a> |
|
154 <h4>DebuggerPropertiesDialog.on_debugClientPicker_aboutToShowPathPickerDialog</h4> |
|
155 <b>on_debugClientPicker_aboutToShowPathPickerDialog</b>(<i></i>) |
|
156 |
|
157 <p> |
|
158 Private slot to perform actions before the debug client selection |
|
159 dialog is shown. |
|
160 </p> |
|
161 <a NAME="DebuggerPropertiesDialog.storeData" ID="DebuggerPropertiesDialog.storeData"></a> |
|
162 <h4>DebuggerPropertiesDialog.storeData</h4> |
|
163 <b>storeData</b>(<i></i>) |
|
164 |
|
165 <p> |
|
166 Public method to store the entered/modified data. |
|
167 </p> |
|
168 <div align="right"><a href="#top">Up</a></div> |
|
169 <hr /> |
|
170 </body></html> |