src/eric7/Documentation/Source/eric7.Plugins.ViewManagerPlugins.Listspace.Listspace.html

branch
eric7
changeset 10212
68b6b5127363
parent 10070
9f5758c0fec1
child 10259
b51dfacef37f
equal deleted inserted replaced
10211:7caa05cd6168 10212:68b6b5127363
238 <tr> 238 <tr>
239 <td><a href="#Listspace.__initMenu">__initMenu</a></td> 239 <td><a href="#Listspace.__initMenu">__initMenu</a></td>
240 <td>Private method to initialize the viewlist context menu.</td> 240 <td>Private method to initialize the viewlist context menu.</td>
241 </tr> 241 </tr>
242 <tr> 242 <tr>
243 <td><a href="#Listspace.__setIcon">__setIcon</a></td>
244 <td>Private method to set the icon for the given editor.</td>
245 </tr>
246 <tr>
243 <td><a href="#Listspace.__showMenu">__showMenu</a></td> 247 <td><a href="#Listspace.__showMenu">__showMenu</a></td>
244 <td>Private slot to handle the customContextMenuRequested signal of the viewlist.</td> 248 <td>Private slot to handle the customContextMenuRequested signal of the viewlist.</td>
245 </tr> 249 </tr>
246 <tr> 250 <tr>
247 <td><a href="#Listspace.__showSelectedView">__showSelectedView</a></td> 251 <td><a href="#Listspace.__showSelectedView">__showSelectedView</a></td>
513 <b>__initMenu</b>(<i></i>) 517 <b>__initMenu</b>(<i></i>)
514 518
515 <p> 519 <p>
516 Private method to initialize the viewlist context menu. 520 Private method to initialize the viewlist context menu.
517 </p> 521 </p>
522 <a NAME="Listspace.__setIcon" ID="Listspace.__setIcon"></a>
523 <h4>Listspace.__setIcon</h4>
524 <b>__setIcon</b>(<i>editor, modified</i>)
525
526 <p>
527 Private method to set the icon for the given editor.
528 </p>
529 <dl>
530
531 <dt><i>editor</i> (Editor)</dt>
532 <dd>
533 reference to the editor to set the icon for
534 </dd>
535 <dt><i>modified</i> (bool)</dt>
536 <dd>
537 flag indicating the modification status
538 </dd>
539 </dl>
518 <a NAME="Listspace.__showMenu" ID="Listspace.__showMenu"></a> 540 <a NAME="Listspace.__showMenu" ID="Listspace.__showMenu"></a>
519 <h4>Listspace.__showMenu</h4> 541 <h4>Listspace.__showMenu</h4>
520 <b>__showMenu</b>(<i>point</i>) 542 <b>__showMenu</b>(<i>point</i>)
521 543
522 <p> 544 <p>
584 Protected method to define the user interface actions for window 606 Protected method to define the user interface actions for window
585 handling. 607 handling.
586 </p> 608 </p>
587 <a NAME="Listspace._modificationStatusChanged" ID="Listspace._modificationStatusChanged"></a> 609 <a NAME="Listspace._modificationStatusChanged" ID="Listspace._modificationStatusChanged"></a>
588 <h4>Listspace._modificationStatusChanged</h4> 610 <h4>Listspace._modificationStatusChanged</h4>
589 <b>_modificationStatusChanged</b>(<i>m, editor</i>) 611 <b>_modificationStatusChanged</b>(<i>modified, editor</i>)
590 612
591 <p> 613 <p>
592 Protected slot to handle the modificationStatusChanged signal. 614 Protected slot to handle the modificationStatusChanged signal.
593 </p> 615 </p>
594 <dl> 616 <dl>
595 617
596 <dt><i>m</i> (bool)</dt> 618 <dt><i>modified</i> (bool)</dt>
597 <dd> 619 <dd>
598 flag indicating the modification status 620 flag indicating the modification status
599 </dd> 621 </dd>
600 <dt><i>editor</i> (Editor)</dt> 622 <dt><i>editor</i> (Editor)</dt>
601 <dd> 623 <dd>
602 editor window changed 624 editor that sent the signal
603 </dd> 625 </dd>
604 </dl> 626 </dl>
605 <a NAME="Listspace._removeAllViews" ID="Listspace._removeAllViews"></a> 627 <a NAME="Listspace._removeAllViews" ID="Listspace._removeAllViews"></a>
606 <h4>Listspace._removeAllViews</h4> 628 <h4>Listspace._removeAllViews</h4>
607 <b>_removeAllViews</b>(<i></i>) 629 <b>_removeAllViews</b>(<i></i>)

eric ide

mercurial