Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html

branch
maintenance
changeset 5730
6422afc7adc4
parent 5722
433187e73c0f
child 5745
4f4316e83318
--- a/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html	Sun Apr 09 16:52:55 2017 +0200
+++ b/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html	Sat May 06 13:43:21 2017 +0200
@@ -238,6 +238,9 @@
 <td><a href="#WebBrowserWindow.__forward">__forward</a></td>
 <td>Private slot called to handle the forward action.</td>
 </tr><tr>
+<td><a href="#WebBrowserWindow.__hideNavigation">__hideNavigation</a></td>
+<td>Private slot to hide full screen navigation by timer.</td>
+</tr><tr>
 <td><a href="#WebBrowserWindow.__home">__home</a></td>
 <td>Private slot called to handle the home action.</td>
 </tr><tr>
@@ -274,9 +277,6 @@
 <td><a href="#WebBrowserWindow.__manageQtHelpFilters">__manageQtHelpFilters</a></td>
 <td>Private slot to manage the QtHelp filters.</td>
 </tr><tr>
-<td><a href="#WebBrowserWindow.__navigationMenuActionTriggered">__navigationMenuActionTriggered</a></td>
-<td>Private slot to go to the selected page.</td>
-</tr><tr>
 <td><a href="#WebBrowserWindow.__nextTab">__nextTab</a></td>
 <td>Private slot used to show the next tab.</td>
 </tr><tr>
@@ -334,9 +334,6 @@
 <td><a href="#WebBrowserWindow.__showAdBlockDialog">__showAdBlockDialog</a></td>
 <td>Private slot to show the AdBlock configuration dialog.</td>
 </tr><tr>
-<td><a href="#WebBrowserWindow.__showBackMenu">__showBackMenu</a></td>
-<td>Private slot showing the backwards navigation menu.</td>
-</tr><tr>
 <td><a href="#WebBrowserWindow.__showBookmarksDialog">__showBookmarksDialog</a></td>
 <td>Private slot to show the bookmarks dialog.</td>
 </tr><tr>
@@ -361,9 +358,6 @@
 <td><a href="#WebBrowserWindow.__showFlashCookiesManagement">__showFlashCookiesManagement</a></td>
 <td>Private slot to show the flash cookies management dialog.</td>
 </tr><tr>
-<td><a href="#WebBrowserWindow.__showForwardMenu">__showForwardMenu</a></td>
-<td>Private slot showing the forwards navigation menu.</td>
-</tr><tr>
 <td><a href="#WebBrowserWindow.__showGreaseMonkeyConfigDialog">__showGreaseMonkeyConfigDialog</a></td>
 <td>Private slot to show the GreaseMonkey scripts configuration dialog.</td>
 </tr><tr>
@@ -433,9 +427,6 @@
 <td><a href="#WebBrowserWindow.__unselect">__unselect</a></td>
 <td>Private slot to clear the selection of the current browser.</td>
 </tr><tr>
-<td><a href="#WebBrowserWindow.__viewFullScreen">__viewFullScreen</a></td>
-<td>Private slot called to toggle fullscreen mode.</td>
-</tr><tr>
 <td><a href="#WebBrowserWindow.__virusTotalDomainReport">__virusTotalDomainReport</a></td>
 <td>Private slot to retrieve a domain report.</td>
 </tr><tr>
@@ -514,6 +505,12 @@
 <td><a href="#WebBrowserWindow.getWindow">getWindow</a></td>
 <td>Public method to get a reference to the most recent active web browser window.</td>
 </tr><tr>
+<td><a href="#WebBrowserWindow.hideFullScreenNavigation">hideFullScreenNavigation</a></td>
+<td>Public slot to hide full screen navigation.</td>
+</tr><tr>
+<td><a href="#WebBrowserWindow.isFullScreenNavigationVisible">isFullScreenNavigationVisible</a></td>
+<td>Public method to check, if full screen navigation is active.</td>
+</tr><tr>
 <td><a href="#WebBrowserWindow.javascriptConsole">javascriptConsole</a></td>
 <td>Public method to get a reference to the JavaScript console widget.</td>
 </tr><tr>
@@ -583,11 +580,17 @@
 <td><a href="#WebBrowserWindow.setLoadingActions">setLoadingActions</a></td>
 <td>Public slot to set the loading dependent actions.</td>
 </tr><tr>
+<td><a href="#WebBrowserWindow.showFullScreenNavigation">showFullScreenNavigation</a></td>
+<td>Public slot to show full screen navigation.</td>
+</tr><tr>
 <td><a href="#WebBrowserWindow.shutdown">shutdown</a></td>
 <td>Public method to shut down the web browser.</td>
 </tr><tr>
 <td><a href="#WebBrowserWindow.tabWidget">tabWidget</a></td>
 <td>Public method to get a reference to the tab widget.</td>
+</tr><tr>
+<td><a href="#WebBrowserWindow.toggleFullScreen">toggleFullScreen</a></td>
+<td>Public slot called to toggle the full screen mode.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -1161,6 +1164,11 @@
 <b>__forward</b>(<i></i>)
 <p>
         Private slot called to handle the forward action.
+</p><a NAME="WebBrowserWindow.__hideNavigation" ID="WebBrowserWindow.__hideNavigation"></a>
+<h4>WebBrowserWindow.__hideNavigation</h4>
+<b>__hideNavigation</b>(<i></i>)
+<p>
+        Private slot to hide full screen navigation by timer.
 </p><a NAME="WebBrowserWindow.__home" ID="WebBrowserWindow.__home"></a>
 <h4>WebBrowserWindow.__home</h4>
 <b>__home</b>(<i></i>)
@@ -1227,18 +1235,7 @@
 <b>__manageQtHelpFilters</b>(<i></i>)
 <p>
         Private slot to manage the QtHelp filters.
-</p><a NAME="WebBrowserWindow.__navigationMenuActionTriggered" ID="WebBrowserWindow.__navigationMenuActionTriggered"></a>
-<h4>WebBrowserWindow.__navigationMenuActionTriggered</h4>
-<b>__navigationMenuActionTriggered</b>(<i>act</i>)
-<p>
-        Private slot to go to the selected page.
-</p><dl>
-<dt><i>act</i></dt>
-<dd>
-reference to the action selected in the navigation menu
-            (QAction)
-</dd>
-</dl><a NAME="WebBrowserWindow.__nextTab" ID="WebBrowserWindow.__nextTab"></a>
+</p><a NAME="WebBrowserWindow.__nextTab" ID="WebBrowserWindow.__nextTab"></a>
 <h4>WebBrowserWindow.__nextTab</h4>
 <b>__nextTab</b>(<i></i>)
 <p>
@@ -1356,11 +1353,6 @@
 <b>__showAdBlockDialog</b>(<i></i>)
 <p>
         Private slot to show the AdBlock configuration dialog.
-</p><a NAME="WebBrowserWindow.__showBackMenu" ID="WebBrowserWindow.__showBackMenu"></a>
-<h4>WebBrowserWindow.__showBackMenu</h4>
-<b>__showBackMenu</b>(<i></i>)
-<p>
-        Private slot showing the backwards navigation menu.
 </p><a NAME="WebBrowserWindow.__showBookmarksDialog" ID="WebBrowserWindow.__showBookmarksDialog"></a>
 <h4>WebBrowserWindow.__showBookmarksDialog</h4>
 <b>__showBookmarksDialog</b>(<i></i>)
@@ -1401,11 +1393,6 @@
 <b>__showFlashCookiesManagement</b>(<i></i>)
 <p>
         Private slot to show the flash cookies management dialog.
-</p><a NAME="WebBrowserWindow.__showForwardMenu" ID="WebBrowserWindow.__showForwardMenu"></a>
-<h4>WebBrowserWindow.__showForwardMenu</h4>
-<b>__showForwardMenu</b>(<i></i>)
-<p>
-        Private slot showing the forwards navigation menu.
 </p><a NAME="WebBrowserWindow.__showGreaseMonkeyConfigDialog" ID="WebBrowserWindow.__showGreaseMonkeyConfigDialog"></a>
 <h4>WebBrowserWindow.__showGreaseMonkeyConfigDialog</h4>
 <b>__showGreaseMonkeyConfigDialog</b>(<i></i>)
@@ -1540,11 +1527,6 @@
 <b>__unselect</b>(<i></i>)
 <p>
         Private slot to clear the selection of the current browser.
-</p><a NAME="WebBrowserWindow.__viewFullScreen" ID="WebBrowserWindow.__viewFullScreen"></a>
-<h4>WebBrowserWindow.__viewFullScreen</h4>
-<b>__viewFullScreen</b>(<i></i>)
-<p>
-        Private slot called to toggle fullscreen mode.
 </p><a NAME="WebBrowserWindow.__virusTotalDomainReport" ID="WebBrowserWindow.__virusTotalDomainReport"></a>
 <h4>WebBrowserWindow.__virusTotalDomainReport</h4>
 <b>__virusTotalDomainReport</b>(<i></i>)
@@ -1792,6 +1774,27 @@
 <dd>
 WebBrowserWindow
 </dd>
+</dl><a NAME="WebBrowserWindow.hideFullScreenNavigation" ID="WebBrowserWindow.hideFullScreenNavigation"></a>
+<h4>WebBrowserWindow.hideFullScreenNavigation</h4>
+<b>hideFullScreenNavigation</b>(<i></i>)
+<p>
+        Public slot to hide full screen navigation.
+</p><a NAME="WebBrowserWindow.isFullScreenNavigationVisible" ID="WebBrowserWindow.isFullScreenNavigationVisible"></a>
+<h4>WebBrowserWindow.isFullScreenNavigationVisible</h4>
+<b>isFullScreenNavigationVisible</b>(<i></i>)
+<p>
+        Public method to check, if full screen navigation is active.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating visibility of the navigation container in full
+            screen mode
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
 </dl><a NAME="WebBrowserWindow.javascriptConsole" ID="WebBrowserWindow.javascriptConsole"></a>
 <h4>WebBrowserWindow.javascriptConsole</h4>
 <b>javascriptConsole</b>(<i></i>)
@@ -2065,7 +2068,12 @@
 <dd>
 flag indicating the loading state to consider (boolean)
 </dd>
-</dl><a NAME="WebBrowserWindow.shutdown" ID="WebBrowserWindow.shutdown"></a>
+</dl><a NAME="WebBrowserWindow.showFullScreenNavigation" ID="WebBrowserWindow.showFullScreenNavigation"></a>
+<h4>WebBrowserWindow.showFullScreenNavigation</h4>
+<b>showFullScreenNavigation</b>(<i></i>)
+<p>
+        Public slot to show full screen navigation.
+</p><a NAME="WebBrowserWindow.shutdown" ID="WebBrowserWindow.shutdown"></a>
 <h4>WebBrowserWindow.shutdown</h4>
 <b>shutdown</b>(<i></i>)
 <p>
@@ -2090,7 +2098,12 @@
 <dd>
 WebBrowserTabWidget
 </dd>
-</dl>
+</dl><a NAME="WebBrowserWindow.toggleFullScreen" ID="WebBrowserWindow.toggleFullScreen"></a>
+<h4>WebBrowserWindow.toggleFullScreen</h4>
+<b>toggleFullScreen</b>(<i></i>)
+<p>
+        Public slot called to toggle the full screen mode.
+</p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial