src/eric7/Documentation/Source/eric7.Project.DebuggerPropertiesDialog.html

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

eric ide

mercurial