src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.DebuggerGeneralPage.html

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
child 10692
9becf9ca115c
equal deleted inserted replaced
10683:779cda568acb 10684:58c7f23ae1cb
241 241
242 <dl> 242 <dl>
243 243
244 <dt><i>parent</i> (QModelIndex)</dt> 244 <dt><i>parent</i> (QModelIndex)</dt>
245 <dd> 245 <dd>
246 the model parent 246 the model parent (unused)
247 </dd> 247 </dd>
248 </dl> 248 </dl>
249 <dl> 249 <dl>
250 <dt>Return:</dt> 250 <dt>Return:</dt>
251 <dd> 251 <dd>
288 str, QBrush or None 288 str, QBrush or None
289 </dd> 289 </dd>
290 </dl> 290 </dl>
291 <a NAME="PreviewModel.flags" ID="PreviewModel.flags"></a> 291 <a NAME="PreviewModel.flags" ID="PreviewModel.flags"></a>
292 <h4>PreviewModel.flags</h4> 292 <h4>PreviewModel.flags</h4>
293 <b>flags</b>(<i>index</i>) 293 <b>flags</b>(<i>_index</i>)
294 <p> 294 <p>
295 Public Qt slot to get the item flags. 295 Public Qt slot to get the item flags.
296 </p> 296 </p>
297 297
298 <dl> 298 <dl>
299 299
300 <dt><i>index</i> (QModelIndex)</dt> 300 <dt><i>_index</i> (QModelIndex)</dt>
301 <dd> 301 <dd>
302 of item 302 of item (unused)
303 </dd> 303 </dd>
304 </dl> 304 </dl>
305 <dl> 305 <dl>
306 <dt>Return:</dt> 306 <dt>Return:</dt>
307 <dd> 307 <dd>
348 QModelIndex 348 QModelIndex
349 </dd> 349 </dd>
350 </dl> 350 </dl>
351 <a NAME="PreviewModel.parent" ID="PreviewModel.parent"></a> 351 <a NAME="PreviewModel.parent" ID="PreviewModel.parent"></a>
352 <h4>PreviewModel.parent</h4> 352 <h4>PreviewModel.parent</h4>
353 <b>parent</b>(<i>child</i>) 353 <b>parent</b>(<i>_child</i>)
354 <p> 354 <p>
355 Public Qt slot to get the parent of the given child. 355 Public Qt slot to get the parent of the given child.
356 </p> 356 </p>
357 357
358 <dl> 358 <dl>
359 359
360 <dt><i>child</i> (QModelIndex)</dt> 360 <dt><i>_child</i> (QModelIndex)</dt>
361 <dd> 361 <dd>
362 the model child node 362 the model child node (unused)
363 </dd> 363 </dd>
364 </dl> 364 </dl>
365 <dl> 365 <dl>
366 <dt>Return:</dt> 366 <dt>Return:</dt>
367 <dd> 367 <dd>
383 383
384 <dl> 384 <dl>
385 385
386 <dt><i>parent</i> (QModelIndex)</dt> 386 <dt><i>parent</i> (QModelIndex)</dt>
387 <dd> 387 <dd>
388 the model parent 388 the model parent (unused)
389 </dd> 389 </dd>
390 </dl> 390 </dl>
391 <dl> 391 <dl>
392 <dt>Return:</dt> 392 <dt>Return:</dt>
393 <dd> 393 <dd>
421 <div align="right"><a href="#top">Up</a></div> 421 <div align="right"><a href="#top">Up</a></div>
422 <hr /> 422 <hr />
423 <hr /> 423 <hr />
424 <a NAME="create" ID="create"></a> 424 <a NAME="create" ID="create"></a>
425 <h2>create</h2> 425 <h2>create</h2>
426 <b>create</b>(<i>dlg</i>) 426 <b>create</b>(<i>_dlg</i>)
427 <p> 427 <p>
428 Module function to create the configuration page. 428 Module function to create the configuration page.
429 </p> 429 </p>
430 430
431 <dl> 431 <dl>
432 432
433 <dt><i>dlg</i> (ConfigurationDialog)</dt> 433 <dt><i>_dlg</i> (ConfigurationDialog)</dt>
434 <dd> 434 <dd>
435 reference to the configuration dialog 435 reference to the configuration dialog (unused)
436 </dd> 436 </dd>
437 </dl> 437 </dl>
438 <dl> 438 <dl>
439 <dt>Return:</dt> 439 <dt>Return:</dt>
440 <dd> 440 <dd>

eric ide

mercurial