src/eric7/Documentation/Source/eric7.EricWidgets.EricSpellCheckedTextEdit.html

branch
eric7
changeset 9643
10839ab864e0
parent 9209
b99e7fd55fd3
child 9721
9ce11596e2cd
equal deleted inserted replaced
9642:a0f7800fbfcb 9643:10839ab864e0
395 <tr> 395 <tr>
396 <td><a href="#SpellCheckMixin.__spellMenuTriggered">__spellMenuTriggered</a></td> 396 <td><a href="#SpellCheckMixin.__spellMenuTriggered">__spellMenuTriggered</a></td>
397 <td>Private slot to handle a selection of the spell menu.</td> 397 <td>Private slot to handle a selection of the spell menu.</td>
398 </tr> 398 </tr>
399 <tr> 399 <tr>
400 <td><a href="#SpellCheckMixin.contextMenuEvent">contextMenuEvent</a></td> 400 <td><a href="#SpellCheckMixin._showContextMenu">_showContextMenu</a></td>
401 <td>Protected method to handle context menu events to add a spelling suggestions submenu.</td> 401 <td>Protected slot to show a context menu.</td>
402 </tr> 402 </tr>
403 <tr> 403 <tr>
404 <td><a href="#SpellCheckMixin.dict">dict</a></td> 404 <td><a href="#SpellCheckMixin.dict">dict</a></td>
405 <td>Public method to get a reference to the dictionary in use.</td> 405 <td>Public method to get a reference to the dictionary in use.</td>
406 </tr> 406 </tr>
715 <dt><i>act</i> (QAction)</dt> 715 <dt><i>act</i> (QAction)</dt>
716 <dd> 716 <dd>
717 reference to the selected action 717 reference to the selected action
718 </dd> 718 </dd>
719 </dl> 719 </dl>
720 <a NAME="SpellCheckMixin.contextMenuEvent" ID="SpellCheckMixin.contextMenuEvent"></a> 720 <a NAME="SpellCheckMixin._showContextMenu" ID="SpellCheckMixin._showContextMenu"></a>
721 <h4>SpellCheckMixin.contextMenuEvent</h4> 721 <h4>SpellCheckMixin._showContextMenu</h4>
722 <b>contextMenuEvent</b>(<i>evt</i>) 722 <b>_showContextMenu</b>(<i>pos</i>)
723 723
724 <p> 724 <p>
725 Protected method to handle context menu events to add a spelling 725 Protected slot to show a context menu.
726 suggestions submenu. 726 </p>
727 </p> 727 <dl>
728 <dl> 728
729 729 <dt><i>pos</i> (QPoint)</dt>
730 <dt><i>evt</i> (QContextMenuEvent)</dt> 730 <dd>
731 <dd> 731 position for the context menu
732 reference to the context menu event
733 </dd> 732 </dd>
734 </dl> 733 </dl>
735 <a NAME="SpellCheckMixin.dict" ID="SpellCheckMixin.dict"></a> 734 <a NAME="SpellCheckMixin.dict" ID="SpellCheckMixin.dict"></a>
736 <h4>SpellCheckMixin.dict</h4> 735 <h4>SpellCheckMixin.dict</h4>
737 <b>dict</b>(<i></i>) 736 <b>dict</b>(<i></i>)
848 <tr> 847 <tr>
849 <td><a href="#SpellCheckMixin_1.__init__">SpellCheckMixin</a></td> 848 <td><a href="#SpellCheckMixin_1.__init__">SpellCheckMixin</a></td>
850 <td>Constructor</td> 849 <td>Constructor</td>
851 </tr> 850 </tr>
852 <tr> 851 <tr>
852 <td><a href="#SpellCheckMixin_1._showContextMenu">_showContextMenu</a></td>
853 <td>Protected slot to show a context menu.</td>
854 </tr>
855 <tr>
853 <td><a href="#SpellCheckMixin_1.dict">dict</a></td> 856 <td><a href="#SpellCheckMixin_1.dict">dict</a></td>
854 <td>Public method to get a reference to the dictionary in use.</td> 857 <td>Public method to get a reference to the dictionary in use.</td>
855 </tr> 858 </tr>
856 <tr> 859 <tr>
857 <td><a href="#SpellCheckMixin_1.setDict">setDict</a></td> 860 <td><a href="#SpellCheckMixin_1.setDict">setDict</a></td>
903 <b>SpellCheckMixin</b>(<i></i>) 906 <b>SpellCheckMixin</b>(<i></i>)
904 907
905 <p> 908 <p>
906 Constructor 909 Constructor
907 </p> 910 </p>
911 <a NAME="SpellCheckMixin_1._showContextMenu" ID="SpellCheckMixin_1._showContextMenu"></a>
912 <h4>SpellCheckMixin._showContextMenu</h4>
913 <b>_showContextMenu</b>(<i>pos</i>)
914
915 <p>
916 Protected slot to show a context menu.
917 </p>
918 <dl>
919
920 <dt><i>pos</i> (QPoint)</dt>
921 <dd>
922 position for the context menu
923 </dd>
924 </dl>
908 <a NAME="SpellCheckMixin_1.dict" ID="SpellCheckMixin_1.dict"></a> 925 <a NAME="SpellCheckMixin_1.dict" ID="SpellCheckMixin_1.dict"></a>
909 <h4>SpellCheckMixin.dict</h4> 926 <h4>SpellCheckMixin.dict</h4>
910 <b>dict</b>(<i></i>) 927 <b>dict</b>(<i></i>)
911 928
912 <p> 929 <p>

eric ide

mercurial