Documentation/Source/eric6.UI.UserInterface.html

changeset 5926
69482290dbdd
parent 5842
c3f41b959a65
child 6039
d52e90757805
--- a/Documentation/Source/eric6.UI.UserInterface.html	Mon Oct 23 19:41:35 2017 +0200
+++ b/Documentation/Source/eric6.UI.UserInterface.html	Mon Oct 23 19:42:17 2017 +0200
@@ -675,6 +675,9 @@
 <td><a href="#UserInterface.__writeTasks">__writeTasks</a></td>
 <td>Private slot to write the tasks data to an XML file (.e6t).</td>
 </tr><tr>
+<td><a href="#UserInterface.activateCodeDocumentationViewer">activateCodeDocumentationViewer</a></td>
+<td>Public slot to handle the activation of the Code Documentation Viewer.</td>
+</tr><tr>
 <td><a href="#UserInterface.activateCooperationViewer">activateCooperationViewer</a></td>
 <td>Public slot to handle the activation of the cooperation window.</td>
 </tr><tr>
@@ -711,6 +714,9 @@
 <td><a href="#UserInterface.createPopupMenu">createPopupMenu</a></td>
 <td>Public method to create the toolbars menu for Qt.</td>
 </tr><tr>
+<td><a href="#UserInterface.documentationViewer">documentationViewer</a></td>
+<td>Public method to provide a reference to the code documentation viewer.</td>
+</tr><tr>
 <td><a href="#UserInterface.dragEnterEvent">dragEnterEvent</a></td>
 <td>Protected method to handle the drag enter event.</td>
 </tr><tr>
@@ -2060,7 +2066,17 @@
 <b>__writeTasks</b>(<i></i>)
 <p>
         Private slot to write the tasks data to an XML file (.e6t).
-</p><a NAME="UserInterface.activateCooperationViewer" ID="UserInterface.activateCooperationViewer"></a>
+</p><a NAME="UserInterface.activateCodeDocumentationViewer" ID="UserInterface.activateCodeDocumentationViewer"></a>
+<h4>UserInterface.activateCodeDocumentationViewer</h4>
+<b>activateCodeDocumentationViewer</b>(<i>switchFocus=True</i>)
+<p>
+        Public slot to handle the activation of the Code Documentation Viewer.
+</p><dl>
+<dt><i>switchFocus</i> (bool)</dt>
+<dd>
+flag indicating to transfer the input focus
+</dd>
+</dl><a NAME="UserInterface.activateCooperationViewer" ID="UserInterface.activateCooperationViewer"></a>
 <h4>UserInterface.activateCooperationViewer</h4>
 <b>activateCooperationViewer</b>(<i></i>)
 <p>
@@ -2169,6 +2185,21 @@
 <dd>
 toolbars menu (QMenu)
 </dd>
+</dl><a NAME="UserInterface.documentationViewer" ID="UserInterface.documentationViewer"></a>
+<h4>UserInterface.documentationViewer</h4>
+<b>documentationViewer</b>(<i></i>)
+<p>
+        Public method to provide a reference to the code documentation viewer.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+reference to the code documentation viewer
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+CodeDocumentationViewer
+</dd>
 </dl><a NAME="UserInterface.dragEnterEvent" ID="UserInterface.dragEnterEvent"></a>
 <h4>UserInterface.dragEnterEvent</h4>
 <b>dragEnterEvent</b>(<i>event</i>)

eric ide

mercurial