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