src/eric7/Documentation/Source/eric7.WebBrowser.Navigation.NavigationBar.html

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.WebBrowser.Navigation.NavigationBar.html
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Navigation.NavigationBar.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Navigation.NavigationBar.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.WebBrowser.Navigation.NavigationBar</h1>
-
 <p>
 Module implementing the navigation bar widget.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#NavigationBar">NavigationBar</a></td>
 <td>Class implementing the navigation bar.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="NavigationBar" ID="NavigationBar"></a>
 <h2>NavigationBar</h2>
-
 <p>
     Class implementing the navigation bar.
 </p>
+
 <h3>Derived from</h3>
 QWidget
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#NavigationBar.__init__">NavigationBar</a></td>
 <td>Constructor</td>
@@ -135,19 +132,20 @@
 <td>Public method to get a reference to the super menu button.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="NavigationBar.__init__" ID="NavigationBar.__init__"></a>
 <h4>NavigationBar (Constructor)</h4>
 <b>NavigationBar</b>(<i>mainWindow, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>mainWindow</i> (WebBrowserWindow)</dt>
@@ -162,17 +160,17 @@
 <a NAME="NavigationBar.__clearHistory" ID="NavigationBar.__clearHistory"></a>
 <h4>NavigationBar.__clearHistory</h4>
 <b>__clearHistory</b>(<i></i>)
-
 <p>
         Private slot to clear the history of the current web browser tab.
 </p>
+
 <a NAME="NavigationBar.__contextMenuRequested" ID="NavigationBar.__contextMenuRequested"></a>
 <h4>NavigationBar.__contextMenuRequested</h4>
 <b>__contextMenuRequested</b>(<i>pos</i>)
-
 <p>
         Private method to handle a context menu request.
 </p>
+
 <dl>
 
 <dt><i>pos</i> (QPoint)</dt>
@@ -183,55 +181,55 @@
 <a NAME="NavigationBar.__goBack" ID="NavigationBar.__goBack"></a>
 <h4>NavigationBar.__goBack</h4>
 <b>__goBack</b>(<i></i>)
-
 <p>
         Private slot called to handle the backward button.
 </p>
+
 <a NAME="NavigationBar.__goBackInNewTab" ID="NavigationBar.__goBackInNewTab"></a>
 <h4>NavigationBar.__goBackInNewTab</h4>
 <b>__goBackInNewTab</b>(<i></i>)
-
 <p>
         Private slot handling a middle click or Ctrl left click of the
         backward button.
 </p>
+
 <a NAME="NavigationBar.__goForward" ID="NavigationBar.__goForward"></a>
 <h4>NavigationBar.__goForward</h4>
 <b>__goForward</b>(<i></i>)
-
 <p>
         Private slot called to handle the forward button.
 </p>
+
 <a NAME="NavigationBar.__goForwardInNewTab" ID="NavigationBar.__goForwardInNewTab"></a>
 <h4>NavigationBar.__goForwardInNewTab</h4>
 <b>__goForwardInNewTab</b>(<i></i>)
-
 <p>
         Private slot handling a middle click or Ctrl left click of the
         forward button.
 </p>
+
 <a NAME="NavigationBar.__goHome" ID="NavigationBar.__goHome"></a>
 <h4>NavigationBar.__goHome</h4>
 <b>__goHome</b>(<i></i>)
-
 <p>
         Private slot called to handle the home button.
 </p>
+
 <a NAME="NavigationBar.__goHomeInNewTab" ID="NavigationBar.__goHomeInNewTab"></a>
 <h4>NavigationBar.__goHomeInNewTab</h4>
 <b>__goHomeInNewTab</b>(<i></i>)
-
 <p>
         Private slot handling a middle click or Ctrl left click of the
         home button.
 </p>
+
 <a NAME="NavigationBar.__navigationMenuActionTriggered" ID="NavigationBar.__navigationMenuActionTriggered"></a>
 <h4>NavigationBar.__navigationMenuActionTriggered</h4>
 <b>__navigationMenuActionTriggered</b>(<i>act</i>)
-
 <p>
         Private slot to go to the selected page.
 </p>
+
 <dl>
 
 <dt><i>act</i> (QAction)</dt>
@@ -242,38 +240,38 @@
 <a NAME="NavigationBar.__reload" ID="NavigationBar.__reload"></a>
 <h4>NavigationBar.__reload</h4>
 <b>__reload</b>(<i></i>)
-
 <p>
         Private slot called to handle the reload button.
 </p>
+
 <a NAME="NavigationBar.__showBackMenu" ID="NavigationBar.__showBackMenu"></a>
 <h4>NavigationBar.__showBackMenu</h4>
 <b>__showBackMenu</b>(<i></i>)
-
 <p>
         Private slot showing the backwards navigation menu.
 </p>
+
 <a NAME="NavigationBar.__showForwardMenu" ID="NavigationBar.__showForwardMenu"></a>
 <h4>NavigationBar.__showForwardMenu</h4>
 <b>__showForwardMenu</b>(<i></i>)
-
 <p>
         Private slot showing the forwards navigation menu.
 </p>
+
 <a NAME="NavigationBar.__stopLoad" ID="NavigationBar.__stopLoad"></a>
 <h4>NavigationBar.__stopLoad</h4>
 <b>__stopLoad</b>(<i></i>)
-
 <p>
         Private slot called to handle loading of the current page.
 </p>
+
 <a NAME="NavigationBar.backButton" ID="NavigationBar.backButton"></a>
 <h4>NavigationBar.backButton</h4>
 <b>backButton</b>(<i></i>)
-
 <p>
         Public method to get a reference to the back button.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -289,10 +287,10 @@
 <a NAME="NavigationBar.exitFullScreenButton" ID="NavigationBar.exitFullScreenButton"></a>
 <h4>NavigationBar.exitFullScreenButton</h4>
 <b>exitFullScreenButton</b>(<i></i>)
-
 <p>
         Public method to get a reference to the exit full screen button.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -308,10 +306,10 @@
 <a NAME="NavigationBar.forwardButton" ID="NavigationBar.forwardButton"></a>
 <h4>NavigationBar.forwardButton</h4>
 <b>forwardButton</b>(<i></i>)
-
 <p>
         Public method to get a reference to the forward button.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -327,10 +325,10 @@
 <a NAME="NavigationBar.reloadStopButton" ID="NavigationBar.reloadStopButton"></a>
 <h4>NavigationBar.reloadStopButton</h4>
 <b>reloadStopButton</b>(<i></i>)
-
 <p>
         Public method to get a reference to the reload/stop button.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -346,10 +344,10 @@
 <a NAME="NavigationBar.searchEdit" ID="NavigationBar.searchEdit"></a>
 <h4>NavigationBar.searchEdit</h4>
 <b>searchEdit</b>(<i></i>)
-
 <p>
         Public method to get a reference to the web search edit.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -365,10 +363,10 @@
 <a NAME="NavigationBar.superMenuButton" ID="NavigationBar.superMenuButton"></a>
 <h4>NavigationBar.superMenuButton</h4>
 <b>superMenuButton</b>(<i></i>)
-
 <p>
         Public method to get a reference to the super menu button.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -383,4 +381,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial