992 <tr> |
992 <tr> |
993 <td><a href="#Editor.__uncommentSelection">__uncommentSelection</a></td> |
993 <td><a href="#Editor.__uncommentSelection">__uncommentSelection</a></td> |
994 <td>Private slot to uncomment the current selection.</td> |
994 <td>Private slot to uncomment the current selection.</td> |
995 </tr> |
995 </tr> |
996 <tr> |
996 <tr> |
997 <td><a href="#Editor.__updateReadOnly">__updateReadOnly</a></td> |
|
998 <td>Private method to update the readOnly information for this editor.</td> |
|
999 </tr> |
|
1000 <tr> |
|
1001 <td><a href="#Editor.addCallTipHook">addCallTipHook</a></td> |
997 <td><a href="#Editor.addCallTipHook">addCallTipHook</a></td> |
1002 <td>Public method to set a calltip provider.</td> |
998 <td>Public method to set a calltip provider.</td> |
1003 </tr> |
999 </tr> |
1004 <tr> |
1000 <tr> |
1005 <td><a href="#Editor.addClone">addClone</a></td> |
1001 <td><a href="#Editor.addClone">addClone</a></td> |
1862 <td>Public method to unregister a mouse hover help function.</td> |
1858 <td>Public method to unregister a mouse hover help function.</td> |
1863 </tr> |
1859 </tr> |
1864 <tr> |
1860 <tr> |
1865 <td><a href="#Editor.updateMarkerMap">updateMarkerMap</a></td> |
1861 <td><a href="#Editor.updateMarkerMap">updateMarkerMap</a></td> |
1866 <td>Public method to initiate an update of the marker map.</td> |
1862 <td>Public method to initiate an update of the marker map.</td> |
|
1863 </tr> |
|
1864 <tr> |
|
1865 <td><a href="#Editor.updateReadOnly">updateReadOnly</a></td> |
|
1866 <td>Public method to update the readOnly information for this editor.</td> |
1867 </tr> |
1867 </tr> |
1868 <tr> |
1868 <tr> |
1869 <td><a href="#Editor.viewportEvent">viewportEvent</a></td> |
1869 <td><a href="#Editor.viewportEvent">viewportEvent</a></td> |
1870 <td>Protected method handling event of the viewport.</td> |
1870 <td>Protected method handling event of the viewport.</td> |
1871 </tr> |
1871 </tr> |
4540 <b>__uncommentSelection</b>(<i></i>) |
4540 <b>__uncommentSelection</b>(<i></i>) |
4541 <p> |
4541 <p> |
4542 Private slot to uncomment the current selection. |
4542 Private slot to uncomment the current selection. |
4543 </p> |
4543 </p> |
4544 |
4544 |
4545 <a NAME="Editor.__updateReadOnly" ID="Editor.__updateReadOnly"></a> |
|
4546 <h4>Editor.__updateReadOnly</h4> |
|
4547 <b>__updateReadOnly</b>(<i>bForce=True</i>) |
|
4548 <p> |
|
4549 Private method to update the readOnly information for this editor. |
|
4550 </p> |
|
4551 <p> |
|
4552 If bForce is True, then updates everything regardless if |
|
4553 the attributes have actually changed, such as during |
|
4554 initialization time. A signal is emitted after the |
|
4555 caption change. |
|
4556 </p> |
|
4557 |
|
4558 <dl> |
|
4559 |
|
4560 <dt><i>bForce</i> (bool)</dt> |
|
4561 <dd> |
|
4562 True to force change, False to only update and emit |
|
4563 signal if there was an attribute change. |
|
4564 </dd> |
|
4565 </dl> |
|
4566 <a NAME="Editor.addCallTipHook" ID="Editor.addCallTipHook"></a> |
4545 <a NAME="Editor.addCallTipHook" ID="Editor.addCallTipHook"></a> |
4567 <h4>Editor.addCallTipHook</h4> |
4546 <h4>Editor.addCallTipHook</h4> |
4568 <b>addCallTipHook</b>(<i>key, func</i>) |
4547 <b>addCallTipHook</b>(<i>key, func</i>) |
4569 <p> |
4548 <p> |
4570 Public method to set a calltip provider. |
4549 Public method to set a calltip provider. |
7870 <b>updateMarkerMap</b>(<i></i>) |
7849 <b>updateMarkerMap</b>(<i></i>) |
7871 <p> |
7850 <p> |
7872 Public method to initiate an update of the marker map. |
7851 Public method to initiate an update of the marker map. |
7873 </p> |
7852 </p> |
7874 |
7853 |
|
7854 <a NAME="Editor.updateReadOnly" ID="Editor.updateReadOnly"></a> |
|
7855 <h4>Editor.updateReadOnly</h4> |
|
7856 <b>updateReadOnly</b>(<i>bForce=True</i>) |
|
7857 <p> |
|
7858 Public method to update the readOnly information for this editor. |
|
7859 </p> |
|
7860 <p> |
|
7861 If bForce is True, then updates everything regardless if |
|
7862 the attributes have actually changed, such as during |
|
7863 initialization time. A signal is emitted after the |
|
7864 caption change. |
|
7865 </p> |
|
7866 |
|
7867 <dl> |
|
7868 |
|
7869 <dt><i>bForce</i> (bool)</dt> |
|
7870 <dd> |
|
7871 True to force change, False to only update and emit |
|
7872 signal if there was an attribute change. |
|
7873 </dd> |
|
7874 </dl> |
7875 <a NAME="Editor.viewportEvent" ID="Editor.viewportEvent"></a> |
7875 <a NAME="Editor.viewportEvent" ID="Editor.viewportEvent"></a> |
7876 <h4>Editor.viewportEvent</h4> |
7876 <h4>Editor.viewportEvent</h4> |
7877 <b>viewportEvent</b>(<i>evt</i>) |
7877 <b>viewportEvent</b>(<i>evt</i>) |
7878 <p> |
7878 <p> |
7879 Protected method handling event of the viewport. |
7879 Protected method handling event of the viewport. |