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