Documentation/Source/eric6.UI.UserInterface.html

branch
maintenance
changeset 5948
6f958d5765f4
parent 5842
c3f41b959a65
child 6039
d52e90757805
equal deleted inserted replaced
5937:cc296ba99a3f 5948:6f958d5765f4
673 <td>Private slot to write the session data to an XML file (.e5s).</td> 673 <td>Private slot to write the session data to an XML file (.e5s).</td>
674 </tr><tr> 674 </tr><tr>
675 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td> 675 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td>
676 <td>Private slot to write the tasks data to an XML file (.e6t).</td> 676 <td>Private slot to write the tasks data to an XML file (.e6t).</td>
677 </tr><tr> 677 </tr><tr>
678 <td><a href="#UserInterface.activateCodeDocumentationViewer">activateCodeDocumentationViewer</a></td>
679 <td>Public slot to handle the activation of the Code Documentation Viewer.</td>
680 </tr><tr>
678 <td><a href="#UserInterface.activateCooperationViewer">activateCooperationViewer</a></td> 681 <td><a href="#UserInterface.activateCooperationViewer">activateCooperationViewer</a></td>
679 <td>Public slot to handle the activation of the cooperation window.</td> 682 <td>Public slot to handle the activation of the cooperation window.</td>
680 </tr><tr> 683 </tr><tr>
681 <td><a href="#UserInterface.addE5Actions">addE5Actions</a></td> 684 <td><a href="#UserInterface.addE5Actions">addE5Actions</a></td>
682 <td>Public method to add actions to the list of actions.</td> 685 <td>Public method to add actions to the list of actions.</td>
708 <td><a href="#UserInterface.closeEvent">closeEvent</a></td> 711 <td><a href="#UserInterface.closeEvent">closeEvent</a></td>
709 <td>Protected event handler for the close event.</td> 712 <td>Protected event handler for the close event.</td>
710 </tr><tr> 713 </tr><tr>
711 <td><a href="#UserInterface.createPopupMenu">createPopupMenu</a></td> 714 <td><a href="#UserInterface.createPopupMenu">createPopupMenu</a></td>
712 <td>Public method to create the toolbars menu for Qt.</td> 715 <td>Public method to create the toolbars menu for Qt.</td>
716 </tr><tr>
717 <td><a href="#UserInterface.documentationViewer">documentationViewer</a></td>
718 <td>Public method to provide a reference to the code documentation viewer.</td>
713 </tr><tr> 719 </tr><tr>
714 <td><a href="#UserInterface.dragEnterEvent">dragEnterEvent</a></td> 720 <td><a href="#UserInterface.dragEnterEvent">dragEnterEvent</a></td>
715 <td>Protected method to handle the drag enter event.</td> 721 <td>Protected method to handle the drag enter event.</td>
716 </tr><tr> 722 </tr><tr>
717 <td><a href="#UserInterface.dragLeaveEvent">dragLeaveEvent</a></td> 723 <td><a href="#UserInterface.dragLeaveEvent">dragLeaveEvent</a></td>
2058 </dl><a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a> 2064 </dl><a NAME="UserInterface.__writeTasks" ID="UserInterface.__writeTasks"></a>
2059 <h4>UserInterface.__writeTasks</h4> 2065 <h4>UserInterface.__writeTasks</h4>
2060 <b>__writeTasks</b>(<i></i>) 2066 <b>__writeTasks</b>(<i></i>)
2061 <p> 2067 <p>
2062 Private slot to write the tasks data to an XML file (.e6t). 2068 Private slot to write the tasks data to an XML file (.e6t).
2063 </p><a NAME="UserInterface.activateCooperationViewer" ID="UserInterface.activateCooperationViewer"></a> 2069 </p><a NAME="UserInterface.activateCodeDocumentationViewer" ID="UserInterface.activateCodeDocumentationViewer"></a>
2070 <h4>UserInterface.activateCodeDocumentationViewer</h4>
2071 <b>activateCodeDocumentationViewer</b>(<i>switchFocus=True</i>)
2072 <p>
2073 Public slot to handle the activation of the Code Documentation Viewer.
2074 </p><dl>
2075 <dt><i>switchFocus</i> (bool)</dt>
2076 <dd>
2077 flag indicating to transfer the input focus
2078 </dd>
2079 </dl><a NAME="UserInterface.activateCooperationViewer" ID="UserInterface.activateCooperationViewer"></a>
2064 <h4>UserInterface.activateCooperationViewer</h4> 2080 <h4>UserInterface.activateCooperationViewer</h4>
2065 <b>activateCooperationViewer</b>(<i></i>) 2081 <b>activateCooperationViewer</b>(<i></i>)
2066 <p> 2082 <p>
2067 Public slot to handle the activation of the cooperation window. 2083 Public slot to handle the activation of the cooperation window.
2068 </p><a NAME="UserInterface.addE5Actions" ID="UserInterface.addE5Actions"></a> 2084 </p><a NAME="UserInterface.addE5Actions" ID="UserInterface.addE5Actions"></a>
2166 Public method to create the toolbars menu for Qt. 2182 Public method to create the toolbars menu for Qt.
2167 </p><dl> 2183 </p><dl>
2168 <dt>Returns:</dt> 2184 <dt>Returns:</dt>
2169 <dd> 2185 <dd>
2170 toolbars menu (QMenu) 2186 toolbars menu (QMenu)
2187 </dd>
2188 </dl><a NAME="UserInterface.documentationViewer" ID="UserInterface.documentationViewer"></a>
2189 <h4>UserInterface.documentationViewer</h4>
2190 <b>documentationViewer</b>(<i></i>)
2191 <p>
2192 Public method to provide a reference to the code documentation viewer.
2193 </p><dl>
2194 <dt>Returns:</dt>
2195 <dd>
2196 reference to the code documentation viewer
2197 </dd>
2198 </dl><dl>
2199 <dt>Return Type:</dt>
2200 <dd>
2201 CodeDocumentationViewer
2171 </dd> 2202 </dd>
2172 </dl><a NAME="UserInterface.dragEnterEvent" ID="UserInterface.dragEnterEvent"></a> 2203 </dl><a NAME="UserInterface.dragEnterEvent" ID="UserInterface.dragEnterEvent"></a>
2173 <h4>UserInterface.dragEnterEvent</h4> 2204 <h4>UserInterface.dragEnterEvent</h4>
2174 <b>dragEnterEvent</b>(<i>event</i>) 2205 <b>dragEnterEvent</b>(<i>event</i>)
2175 <p> 2206 <p>

eric ide

mercurial