src/eric7/Documentation/Source/eric7.UI.PythonDisViewer.html

branch
eric7
changeset 10692
9becf9ca115c
parent 10684
58c7f23ae1cb
equal deleted inserted replaced
10691:d1a603a70f83 10692:9becf9ca115c
424 position of the mouse pointer 424 position of the mouse pointer
425 </dd> 425 </dd>
426 </dl> 426 </dl>
427 <a NAME="PythonDisViewer.__disItemClicked" ID="PythonDisViewer.__disItemClicked"></a> 427 <a NAME="PythonDisViewer.__disItemClicked" ID="PythonDisViewer.__disItemClicked"></a>
428 <h4>PythonDisViewer.__disItemClicked</h4> 428 <h4>PythonDisViewer.__disItemClicked</h4>
429 <b>__disItemClicked</b>(<i>itm, column</i>) 429 <b>__disItemClicked</b>(<i>itm, _column</i>)
430 <p> 430 <p>
431 Private slot handling a user click on a Disassembly node item. 431 Private slot handling a user click on a Disassembly node item.
432 </p> 432 </p>
433 433
434 <dl> 434 <dl>
435 435
436 <dt><i>itm</i> (QTreeWidgetItem)</dt> 436 <dt><i>itm</i> (QTreeWidgetItem)</dt>
437 <dd> 437 <dd>
438 reference to the clicked item 438 reference to the clicked item
439 </dd> 439 </dd>
440 <dt><i>column</i> (int)</dt> 440 <dt><i>_column</i> (int)</dt>
441 <dd> 441 <dd>
442 column number of the click 442 column number of the click (unused)
443 </dd> 443 </dd>
444 </dl> 444 </dl>
445 <a NAME="PythonDisViewer.__disViewerStateChanged" ID="PythonDisViewer.__disViewerStateChanged"></a> 445 <a NAME="PythonDisViewer.__disViewerStateChanged" ID="PythonDisViewer.__disViewerStateChanged"></a>
446 <h4>PythonDisViewer.__disViewerStateChanged</h4> 446 <h4>PythonDisViewer.__disViewerStateChanged</h4>
447 <b>__disViewerStateChanged</b>(<i>on</i>) 447 <b>__disViewerStateChanged</b>(<i>on</i>)
697 Public slot handling changes of the Disassembly viewer settings. 697 Public slot handling changes of the Disassembly viewer settings.
698 </p> 698 </p>
699 699
700 <a NAME="PythonDisViewer.resizeEvent" ID="PythonDisViewer.resizeEvent"></a> 700 <a NAME="PythonDisViewer.resizeEvent" ID="PythonDisViewer.resizeEvent"></a>
701 <h4>PythonDisViewer.resizeEvent</h4> 701 <h4>PythonDisViewer.resizeEvent</h4>
702 <b>resizeEvent</b>(<i>evt</i>) 702 <b>resizeEvent</b>(<i>_evt</i>)
703 <p> 703 <p>
704 Protected method to handle resize events. 704 Protected method to handle resize events.
705 </p> 705 </p>
706 706
707 <dl> 707 <dl>
708 708
709 <dt><i>evt</i> (QResizeEvent)</dt> 709 <dt><i>_evt</i> (QResizeEvent)</dt>
710 <dd> 710 <dd>
711 resize event 711 resize event (unused)
712 </dd> 712 </dd>
713 </dl> 713 </dl>
714 <a NAME="PythonDisViewer.show" ID="PythonDisViewer.show"></a> 714 <a NAME="PythonDisViewer.show" ID="PythonDisViewer.show"></a>
715 <h4>PythonDisViewer.show</h4> 715 <h4>PythonDisViewer.show</h4>
716 <b>show</b>(<i></i>) 716 <b>show</b>(<i></i>)

eric ide

mercurial