Documentation/Source/eric6.Debugger.CallTraceViewer.html

changeset 5150
72a053e1c440
parent 3673
e26d7d0c1088
equal deleted inserted replaced
5149:baba4308c043 5150:72a053e1c440
68 <td>Constructor</td> 68 <td>Constructor</td>
69 </tr><tr> 69 </tr><tr>
70 <td><a href="#CallTraceViewer.__addCallTraceInfo">__addCallTraceInfo</a></td> 70 <td><a href="#CallTraceViewer.__addCallTraceInfo">__addCallTraceInfo</a></td>
71 <td>Private method to add an entry to the call trace viewer.</td> 71 <td>Private method to add an entry to the call trace viewer.</td>
72 </tr><tr> 72 </tr><tr>
73 <td><a href="#CallTraceViewer.__clientExit">__clientExit</a></td>
74 <td>Private slot handling a client exiting.</td>
75 </tr><tr>
73 <td><a href="#CallTraceViewer.__setCallTraceEnabled">__setCallTraceEnabled</a></td> 76 <td><a href="#CallTraceViewer.__setCallTraceEnabled">__setCallTraceEnabled</a></td>
74 <td>Private slot to set the call trace enabled status.</td> 77 <td>Private slot to set the call trace enabled status.</td>
75 </tr><tr> 78 </tr><tr>
76 <td><a href="#CallTraceViewer.clear">clear</a></td> 79 <td><a href="#CallTraceViewer.clear">clear</a></td>
77 <td>Public slot to clear the call trace info.</td> 80 <td>Public slot to clear the call trace info.</td>
91 <td><a href="#CallTraceViewer.on_saveButton_clicked">on_saveButton_clicked</a></td> 94 <td><a href="#CallTraceViewer.on_saveButton_clicked">on_saveButton_clicked</a></td>
92 <td>Private slot to save the call trace info to a file.</td> 95 <td>Private slot to save the call trace info to a file.</td>
93 </tr><tr> 96 </tr><tr>
94 <td><a href="#CallTraceViewer.on_startTraceButton_clicked">on_startTraceButton_clicked</a></td> 97 <td><a href="#CallTraceViewer.on_startTraceButton_clicked">on_startTraceButton_clicked</a></td>
95 <td>Private slot to start call tracing.</td> 98 <td>Private slot to start call tracing.</td>
99 </tr><tr>
100 <td><a href="#CallTraceViewer.on_stopCheckBox_clicked">on_stopCheckBox_clicked</a></td>
101 <td>Private slot to handle a click on the stop check box.</td>
96 </tr><tr> 102 </tr><tr>
97 <td><a href="#CallTraceViewer.on_stopTraceButton_clicked">on_stopTraceButton_clicked</a></td> 103 <td><a href="#CallTraceViewer.on_stopTraceButton_clicked">on_stopTraceButton_clicked</a></td>
98 <td>Private slot to start call tracing.</td> 104 <td>Private slot to start call tracing.</td>
99 </tr><tr> 105 </tr><tr>
100 <td><a href="#CallTraceViewer.setProjectMode">setProjectMode</a></td> 106 <td><a href="#CallTraceViewer.setProjectMode">setProjectMode</a></td>
144 line number in the target file (string) 150 line number in the target file (string)
145 </dd><dt><i>toFunction</i></dt> 151 </dd><dt><i>toFunction</i></dt>
146 <dd> 152 <dd>
147 name of the target function (string) 153 name of the target function (string)
148 </dd> 154 </dd>
149 </dl><a NAME="CallTraceViewer.__setCallTraceEnabled" ID="CallTraceViewer.__setCallTraceEnabled"></a> 155 </dl><a NAME="CallTraceViewer.__clientExit" ID="CallTraceViewer.__clientExit"></a>
156 <h4>CallTraceViewer.__clientExit</h4>
157 <b>__clientExit</b>(<i></i>)
158 <p>
159 Private slot handling a client exiting.
160 </p><a NAME="CallTraceViewer.__setCallTraceEnabled" ID="CallTraceViewer.__setCallTraceEnabled"></a>
150 <h4>CallTraceViewer.__setCallTraceEnabled</h4> 161 <h4>CallTraceViewer.__setCallTraceEnabled</h4>
151 <b>__setCallTraceEnabled</b>(<i>enabled</i>) 162 <b>__setCallTraceEnabled</b>(<i>enabled</i>)
152 <p> 163 <p>
153 Private slot to set the call trace enabled status. 164 Private slot to set the call trace enabled status.
154 </p><dl> 165 </p><dl>
202 </p><a NAME="CallTraceViewer.on_startTraceButton_clicked" ID="CallTraceViewer.on_startTraceButton_clicked"></a> 213 </p><a NAME="CallTraceViewer.on_startTraceButton_clicked" ID="CallTraceViewer.on_startTraceButton_clicked"></a>
203 <h4>CallTraceViewer.on_startTraceButton_clicked</h4> 214 <h4>CallTraceViewer.on_startTraceButton_clicked</h4>
204 <b>on_startTraceButton_clicked</b>(<i></i>) 215 <b>on_startTraceButton_clicked</b>(<i></i>)
205 <p> 216 <p>
206 Private slot to start call tracing. 217 Private slot to start call tracing.
207 </p><a NAME="CallTraceViewer.on_stopTraceButton_clicked" ID="CallTraceViewer.on_stopTraceButton_clicked"></a> 218 </p><a NAME="CallTraceViewer.on_stopCheckBox_clicked" ID="CallTraceViewer.on_stopCheckBox_clicked"></a>
219 <h4>CallTraceViewer.on_stopCheckBox_clicked</h4>
220 <b>on_stopCheckBox_clicked</b>(<i>checked</i>)
221 <p>
222 Private slot to handle a click on the stop check box.
223 </p><dl>
224 <dt><i>checked</i> (bool)</dt>
225 <dd>
226 state of the check box
227 </dd>
228 </dl><a NAME="CallTraceViewer.on_stopTraceButton_clicked" ID="CallTraceViewer.on_stopTraceButton_clicked"></a>
208 <h4>CallTraceViewer.on_stopTraceButton_clicked</h4> 229 <h4>CallTraceViewer.on_stopTraceButton_clicked</h4>
209 <b>on_stopTraceButton_clicked</b>(<i></i>) 230 <b>on_stopTraceButton_clicked</b>(<i></i>)
210 <p> 231 <p>
211 Private slot to start call tracing. 232 Private slot to start call tracing.
212 </p><a NAME="CallTraceViewer.setProjectMode" ID="CallTraceViewer.setProjectMode"></a> 233 </p><a NAME="CallTraceViewer.setProjectMode" ID="CallTraceViewer.setProjectMode"></a>

eric ide

mercurial