Documentation/Source/eric6.WebBrowser.Navigation.NavigationBar.html

changeset 5745
4f4316e83318
parent 5734
d8b99b5fa673
equal deleted inserted replaced
5744:d53474dcb9e6 5745:4f4316e83318
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#NavigationBar.__clearHistory">__clearHistory</a></td> 63 <td><a href="#NavigationBar.__clearHistory">__clearHistory</a></td>
64 <td>Private slot to clear the history of the current web browser tab.</td> 64 <td>Private slot to clear the history of the current web browser tab.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#NavigationBar.__contextMenuRequested">__contextMenuRequested</a></td>
67 <td>Private method to handle a context menu request.</td>
68 </tr><tr>
66 <td><a href="#NavigationBar.__goBack">__goBack</a></td> 69 <td><a href="#NavigationBar.__goBack">__goBack</a></td>
67 <td>Private slot called to handle the backward button.</td> 70 <td>Private slot called to handle the backward button.</td>
68 </tr><tr> 71 </tr><tr>
72 <td><a href="#NavigationBar.__goBackInNewTab">__goBackInNewTab</a></td>
73 <td>Private slot handling a middle click or Ctrl left click of the backward button.</td>
74 </tr><tr>
69 <td><a href="#NavigationBar.__goForward">__goForward</a></td> 75 <td><a href="#NavigationBar.__goForward">__goForward</a></td>
70 <td>Private slot called to handle the forward button.</td> 76 <td>Private slot called to handle the forward button.</td>
71 </tr><tr> 77 </tr><tr>
78 <td><a href="#NavigationBar.__goForwardInNewTab">__goForwardInNewTab</a></td>
79 <td>Private slot handling a middle click or Ctrl left click of the forward button.</td>
80 </tr><tr>
72 <td><a href="#NavigationBar.__goHome">__goHome</a></td> 81 <td><a href="#NavigationBar.__goHome">__goHome</a></td>
73 <td>Private slot called to handle the home button.</td> 82 <td>Private slot called to handle the home button.</td>
74 </tr><tr> 83 </tr><tr>
84 <td><a href="#NavigationBar.__goHomeInNewTab">__goHomeInNewTab</a></td>
85 <td>Private slot handling a middle click or Ctrl left click of the home button.</td>
86 </tr><tr>
75 <td><a href="#NavigationBar.__navigationMenuActionTriggered">__navigationMenuActionTriggered</a></td> 87 <td><a href="#NavigationBar.__navigationMenuActionTriggered">__navigationMenuActionTriggered</a></td>
76 <td>Private slot to go to the selected page.</td> 88 <td>Private slot to go to the selected page.</td>
77 </tr><tr> 89 </tr><tr>
78 <td><a href="#NavigationBar.__reload">__reload</a></td> 90 <td><a href="#NavigationBar.__reload">__reload</a></td>
79 <td>Private slot called to handle the reload button.</td> 91 <td>Private slot called to handle the reload button.</td>
99 <td><a href="#NavigationBar.reloadStopButton">reloadStopButton</a></td> 111 <td><a href="#NavigationBar.reloadStopButton">reloadStopButton</a></td>
100 <td>Public method to get a reference to the reload/stop button.</td> 112 <td>Public method to get a reference to the reload/stop button.</td>
101 </tr><tr> 113 </tr><tr>
102 <td><a href="#NavigationBar.searchEdit">searchEdit</a></td> 114 <td><a href="#NavigationBar.searchEdit">searchEdit</a></td>
103 <td>Public method to get a reference to the web search edit.</td> 115 <td>Public method to get a reference to the web search edit.</td>
116 </tr><tr>
117 <td><a href="#NavigationBar.superMenuButton">superMenuButton</a></td>
118 <td>Public method to get a reference to the super menu button.</td>
104 </tr> 119 </tr>
105 </table> 120 </table>
106 <h3>Static Methods</h3> 121 <h3>Static Methods</h3>
107 <table> 122 <table>
108 <tr><td>None</td></tr> 123 <tr><td>None</td></tr>
123 </dl><a NAME="NavigationBar.__clearHistory" ID="NavigationBar.__clearHistory"></a> 138 </dl><a NAME="NavigationBar.__clearHistory" ID="NavigationBar.__clearHistory"></a>
124 <h4>NavigationBar.__clearHistory</h4> 139 <h4>NavigationBar.__clearHistory</h4>
125 <b>__clearHistory</b>(<i></i>) 140 <b>__clearHistory</b>(<i></i>)
126 <p> 141 <p>
127 Private slot to clear the history of the current web browser tab. 142 Private slot to clear the history of the current web browser tab.
128 </p><a NAME="NavigationBar.__goBack" ID="NavigationBar.__goBack"></a> 143 </p><a NAME="NavigationBar.__contextMenuRequested" ID="NavigationBar.__contextMenuRequested"></a>
144 <h4>NavigationBar.__contextMenuRequested</h4>
145 <b>__contextMenuRequested</b>(<i>pos</i>)
146 <p>
147 Private method to handle a context menu request.
148 </p><dl>
149 <dt><i>pos</i> (QPoint)</dt>
150 <dd>
151 position of the request
152 </dd>
153 </dl><a NAME="NavigationBar.__goBack" ID="NavigationBar.__goBack"></a>
129 <h4>NavigationBar.__goBack</h4> 154 <h4>NavigationBar.__goBack</h4>
130 <b>__goBack</b>(<i></i>) 155 <b>__goBack</b>(<i></i>)
131 <p> 156 <p>
132 Private slot called to handle the backward button. 157 Private slot called to handle the backward button.
158 </p><a NAME="NavigationBar.__goBackInNewTab" ID="NavigationBar.__goBackInNewTab"></a>
159 <h4>NavigationBar.__goBackInNewTab</h4>
160 <b>__goBackInNewTab</b>(<i></i>)
161 <p>
162 Private slot handling a middle click or Ctrl left click of the
163 backward button.
133 </p><a NAME="NavigationBar.__goForward" ID="NavigationBar.__goForward"></a> 164 </p><a NAME="NavigationBar.__goForward" ID="NavigationBar.__goForward"></a>
134 <h4>NavigationBar.__goForward</h4> 165 <h4>NavigationBar.__goForward</h4>
135 <b>__goForward</b>(<i></i>) 166 <b>__goForward</b>(<i></i>)
136 <p> 167 <p>
137 Private slot called to handle the forward button. 168 Private slot called to handle the forward button.
169 </p><a NAME="NavigationBar.__goForwardInNewTab" ID="NavigationBar.__goForwardInNewTab"></a>
170 <h4>NavigationBar.__goForwardInNewTab</h4>
171 <b>__goForwardInNewTab</b>(<i></i>)
172 <p>
173 Private slot handling a middle click or Ctrl left click of the
174 forward button.
138 </p><a NAME="NavigationBar.__goHome" ID="NavigationBar.__goHome"></a> 175 </p><a NAME="NavigationBar.__goHome" ID="NavigationBar.__goHome"></a>
139 <h4>NavigationBar.__goHome</h4> 176 <h4>NavigationBar.__goHome</h4>
140 <b>__goHome</b>(<i></i>) 177 <b>__goHome</b>(<i></i>)
141 <p> 178 <p>
142 Private slot called to handle the home button. 179 Private slot called to handle the home button.
180 </p><a NAME="NavigationBar.__goHomeInNewTab" ID="NavigationBar.__goHomeInNewTab"></a>
181 <h4>NavigationBar.__goHomeInNewTab</h4>
182 <b>__goHomeInNewTab</b>(<i></i>)
183 <p>
184 Private slot handling a middle click or Ctrl left click of the
185 home button.
143 </p><a NAME="NavigationBar.__navigationMenuActionTriggered" ID="NavigationBar.__navigationMenuActionTriggered"></a> 186 </p><a NAME="NavigationBar.__navigationMenuActionTriggered" ID="NavigationBar.__navigationMenuActionTriggered"></a>
144 <h4>NavigationBar.__navigationMenuActionTriggered</h4> 187 <h4>NavigationBar.__navigationMenuActionTriggered</h4>
145 <b>__navigationMenuActionTriggered</b>(<i>act</i>) 188 <b>__navigationMenuActionTriggered</b>(<i>act</i>)
146 <p> 189 <p>
147 Private slot to go to the selected page. 190 Private slot to go to the selected page.
244 </dl><dl> 287 </dl><dl>
245 <dt>Return Type:</dt> 288 <dt>Return Type:</dt>
246 <dd> 289 <dd>
247 WebBrowserWebSearchWidget 290 WebBrowserWebSearchWidget
248 </dd> 291 </dd>
292 </dl><a NAME="NavigationBar.superMenuButton" ID="NavigationBar.superMenuButton"></a>
293 <h4>NavigationBar.superMenuButton</h4>
294 <b>superMenuButton</b>(<i></i>)
295 <p>
296 Public method to get a reference to the super menu button.
297 </p><dl>
298 <dt>Returns:</dt>
299 <dd>
300 reference to the super menu button
301 </dd>
302 </dl><dl>
303 <dt>Return Type:</dt>
304 <dd>
305 QToolButton
306 </dd>
249 </dl> 307 </dl>
250 <div align="right"><a href="#top">Up</a></div> 308 <div align="right"><a href="#top">Up</a></div>
251 <hr /> 309 <hr />
252 </body></html> 310 </body></html>

eric ide

mercurial