Documentation/Source/eric5.Debugger.WatchPointViewer.html

changeset 3018
70924c0bdaf1
parent 2966
f85f686981ad
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
42 <a NAME="WatchPointViewer" ID="WatchPointViewer"></a> 42 <a NAME="WatchPointViewer" ID="WatchPointViewer"></a>
43 <h2>WatchPointViewer</h2> 43 <h2>WatchPointViewer</h2>
44 <p> 44 <p>
45 Class implementing the watch expression viewer widget. 45 Class implementing the watch expression viewer widget.
46 </p><p> 46 </p><p>
47 Watch expressions will be shown with all their details. They can be modified through 47 Watch expressions will be shown with all their details. They can be
48 the context menu of this widget. 48 modified through the context menu of this widget.
49 </p> 49 </p>
50 <h3>Derived from</h3> 50 <h3>Derived from</h3>
51 QTreeView 51 QTreeView
52 <h3>Class Attributes</h3> 52 <h3>Class Attributes</h3>
53 <table> 53 <table>
184 Private method to generate the popup menus. 184 Private method to generate the popup menus.
185 </p><a NAME="WatchPointViewer.__deleteAllWatchPoints" ID="WatchPointViewer.__deleteAllWatchPoints"></a> 185 </p><a NAME="WatchPointViewer.__deleteAllWatchPoints" ID="WatchPointViewer.__deleteAllWatchPoints"></a>
186 <h4>WatchPointViewer.__deleteAllWatchPoints</h4> 186 <h4>WatchPointViewer.__deleteAllWatchPoints</h4>
187 <b>__deleteAllWatchPoints</b>(<i></i>) 187 <b>__deleteAllWatchPoints</b>(<i></i>)
188 <p> 188 <p>
189 Private slot to handle the delete all watch expressions context menu entry. 189 Private slot to handle the delete all watch expressions context menu
190 entry.
190 </p><a NAME="WatchPointViewer.__deleteSelectedWatchPoints" ID="WatchPointViewer.__deleteSelectedWatchPoints"></a> 191 </p><a NAME="WatchPointViewer.__deleteSelectedWatchPoints" ID="WatchPointViewer.__deleteSelectedWatchPoints"></a>
191 <h4>WatchPointViewer.__deleteSelectedWatchPoints</h4> 192 <h4>WatchPointViewer.__deleteSelectedWatchPoints</h4>
192 <b>__deleteSelectedWatchPoints</b>(<i></i>) 193 <b>__deleteSelectedWatchPoints</b>(<i></i>)
193 <p> 194 <p>
194 Private slot to handle the delete selected watch expressions context menu entry. 195 Private slot to handle the delete selected watch expressions context
196 menu entry.
195 </p><a NAME="WatchPointViewer.__deleteWatchPoint" ID="WatchPointViewer.__deleteWatchPoint"></a> 197 </p><a NAME="WatchPointViewer.__deleteWatchPoint" ID="WatchPointViewer.__deleteWatchPoint"></a>
196 <h4>WatchPointViewer.__deleteWatchPoint</h4> 198 <h4>WatchPointViewer.__deleteWatchPoint</h4>
197 <b>__deleteWatchPoint</b>(<i></i>) 199 <b>__deleteWatchPoint</b>(<i></i>)
198 <p> 200 <p>
199 Private slot to handle the delete watch expression context menu entry. 201 Private slot to handle the delete watch expression context menu entry.
200 </p><a NAME="WatchPointViewer.__disableAllWatchPoints" ID="WatchPointViewer.__disableAllWatchPoints"></a> 202 </p><a NAME="WatchPointViewer.__disableAllWatchPoints" ID="WatchPointViewer.__disableAllWatchPoints"></a>
201 <h4>WatchPointViewer.__disableAllWatchPoints</h4> 203 <h4>WatchPointViewer.__disableAllWatchPoints</h4>
202 <b>__disableAllWatchPoints</b>(<i></i>) 204 <b>__disableAllWatchPoints</b>(<i></i>)
203 <p> 205 <p>
204 Private slot to handle the disable all watch expressions context menu entry. 206 Private slot to handle the disable all watch expressions context menu
207 entry.
205 </p><a NAME="WatchPointViewer.__disableSelectedWatchPoints" ID="WatchPointViewer.__disableSelectedWatchPoints"></a> 208 </p><a NAME="WatchPointViewer.__disableSelectedWatchPoints" ID="WatchPointViewer.__disableSelectedWatchPoints"></a>
206 <h4>WatchPointViewer.__disableSelectedWatchPoints</h4> 209 <h4>WatchPointViewer.__disableSelectedWatchPoints</h4>
207 <b>__disableSelectedWatchPoints</b>(<i></i>) 210 <b>__disableSelectedWatchPoints</b>(<i></i>)
208 <p> 211 <p>
209 Private slot to handle the disable selected watch expressions context menu entry. 212 Private slot to handle the disable selected watch expressions context
213 menu entry.
210 </p><a NAME="WatchPointViewer.__disableWatchPoint" ID="WatchPointViewer.__disableWatchPoint"></a> 214 </p><a NAME="WatchPointViewer.__disableWatchPoint" ID="WatchPointViewer.__disableWatchPoint"></a>
211 <h4>WatchPointViewer.__disableWatchPoint</h4> 215 <h4>WatchPointViewer.__disableWatchPoint</h4>
212 <b>__disableWatchPoint</b>(<i></i>) 216 <b>__disableWatchPoint</b>(<i></i>)
213 <p> 217 <p>
214 Private slot to handle the disable watch expression context menu entry. 218 Private slot to handle the disable watch expression context menu entry.
239 Private slot to handle the edit watch expression context menu entry. 243 Private slot to handle the edit watch expression context menu entry.
240 </p><a NAME="WatchPointViewer.__enableAllWatchPoints" ID="WatchPointViewer.__enableAllWatchPoints"></a> 244 </p><a NAME="WatchPointViewer.__enableAllWatchPoints" ID="WatchPointViewer.__enableAllWatchPoints"></a>
241 <h4>WatchPointViewer.__enableAllWatchPoints</h4> 245 <h4>WatchPointViewer.__enableAllWatchPoints</h4>
242 <b>__enableAllWatchPoints</b>(<i></i>) 246 <b>__enableAllWatchPoints</b>(<i></i>)
243 <p> 247 <p>
244 Private slot to handle the enable all watch expressions context menu entry. 248 Private slot to handle the enable all watch expressions context menu
249 entry.
245 </p><a NAME="WatchPointViewer.__enableSelectedWatchPoints" ID="WatchPointViewer.__enableSelectedWatchPoints"></a> 250 </p><a NAME="WatchPointViewer.__enableSelectedWatchPoints" ID="WatchPointViewer.__enableSelectedWatchPoints"></a>
246 <h4>WatchPointViewer.__enableSelectedWatchPoints</h4> 251 <h4>WatchPointViewer.__enableSelectedWatchPoints</h4>
247 <b>__enableSelectedWatchPoints</b>(<i></i>) 252 <b>__enableSelectedWatchPoints</b>(<i></i>)
248 <p> 253 <p>
249 Private slot to handle the enable selected watch expressions context menu entry. 254 Private slot to handle the enable selected watch expressions context
255 menu entry.
250 </p><a NAME="WatchPointViewer.__enableWatchPoint" ID="WatchPointViewer.__enableWatchPoint"></a> 256 </p><a NAME="WatchPointViewer.__enableWatchPoint" ID="WatchPointViewer.__enableWatchPoint"></a>
251 <h4>WatchPointViewer.__enableWatchPoint</h4> 257 <h4>WatchPointViewer.__enableWatchPoint</h4>
252 <b>__enableWatchPoint</b>(<i></i>) 258 <b>__enableWatchPoint</b>(<i></i>)
253 <p> 259 <p>
254 Private slot to handle the enable watch expression context menu entry. 260 Private slot to handle the enable watch expression context menu entry.
268 <dd> 274 <dd>
269 flag indicating a message should be shown, 275 flag indicating a message should be shown,
270 if a duplicate entry is found (boolean) 276 if a duplicate entry is found (boolean)
271 </dd><dt><i>index</i></dt> 277 </dd><dt><i>index</i></dt>
272 <dd> 278 <dd>
273 index that should not be considered duplicate (QModelIndex) 279 index that should not be considered duplicate
280 (QModelIndex)
274 </dd> 281 </dd>
275 </dl><dl> 282 </dl><dl>
276 <dt>Returns:</dt> 283 <dt>Returns:</dt>
277 <dd> 284 <dd>
278 flag indicating a duplicate entry (boolean) 285 flag indicating a duplicate entry (boolean)
309 Private slot to perform a layout operation. 316 Private slot to perform a layout operation.
310 </p><a NAME="WatchPointViewer.__resizeColumns" ID="WatchPointViewer.__resizeColumns"></a> 317 </p><a NAME="WatchPointViewer.__resizeColumns" ID="WatchPointViewer.__resizeColumns"></a>
311 <h4>WatchPointViewer.__resizeColumns</h4> 318 <h4>WatchPointViewer.__resizeColumns</h4>
312 <b>__resizeColumns</b>(<i></i>) 319 <b>__resizeColumns</b>(<i></i>)
313 <p> 320 <p>
314 Private slot to resize the view when items get added, edited or deleted. 321 Private slot to resize the view when items get added, edited or
322 deleted.
315 </p><a NAME="WatchPointViewer.__resort" ID="WatchPointViewer.__resort"></a> 323 </p><a NAME="WatchPointViewer.__resort" ID="WatchPointViewer.__resort"></a>
316 <h4>WatchPointViewer.__resort</h4> 324 <h4>WatchPointViewer.__resort</h4>
317 <b>__resort</b>(<i></i>) 325 <b>__resort</b>(<i></i>)
318 <p> 326 <p>
319 Private slot to resort the tree. 327 Private slot to resort the tree.
336 <p> 344 <p>
337 Private method to set the enabled status of a watch expression. 345 Private method to set the enabled status of a watch expression.
338 </p><dl> 346 </p><dl>
339 <dt><i>index</i></dt> 347 <dt><i>index</i></dt>
340 <dd> 348 <dd>
341 index of watch expression to be enabled/disabled (QModelIndex) 349 index of watch expression to be enabled/disabled
350 (QModelIndex)
342 </dd><dt><i>enabled</i></dt> 351 </dd><dt><i>enabled</i></dt>
343 <dd> 352 <dd>
344 flag indicating the enabled status to be set (boolean) 353 flag indicating the enabled status to be set (boolean)
345 </dd> 354 </dd>
346 </dl><a NAME="WatchPointViewer.__showBackMenu" ID="WatchPointViewer.__showBackMenu"></a> 355 </dl><a NAME="WatchPointViewer.__showBackMenu" ID="WatchPointViewer.__showBackMenu"></a>

eric ide

mercurial