Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html

changeset 5721
b4d0cddecd64
parent 5227
5bffd1a6741f
child 5722
433187e73c0f
equal deleted inserted replaced
5720:fc72c0c81a0f 5721:b4d0cddecd64
236 <td>Private slot to handle the find action.</td> 236 <td>Private slot to handle the find action.</td>
237 </tr><tr> 237 </tr><tr>
238 <td><a href="#WebBrowserWindow.__forward">__forward</a></td> 238 <td><a href="#WebBrowserWindow.__forward">__forward</a></td>
239 <td>Private slot called to handle the forward action.</td> 239 <td>Private slot called to handle the forward action.</td>
240 </tr><tr> 240 </tr><tr>
241 <td><a href="#WebBrowserWindow.__hideNavigation">__hideNavigation</a></td>
242 <td>Private slot to hide full screen navigation by timer.</td>
243 </tr><tr>
241 <td><a href="#WebBrowserWindow.__home">__home</a></td> 244 <td><a href="#WebBrowserWindow.__home">__home</a></td>
242 <td>Private slot called to handle the home action.</td> 245 <td>Private slot called to handle the home action.</td>
243 </tr><tr> 246 </tr><tr>
244 <td><a href="#WebBrowserWindow.__indexingFinished">__indexingFinished</a></td> 247 <td><a href="#WebBrowserWindow.__indexingFinished">__indexingFinished</a></td>
245 <td>Private slot to handle the start of the indexing process.</td> 248 <td>Private slot to handle the start of the indexing process.</td>
512 <td>Public method to get a list of all opened source files.</td> 515 <td>Public method to get a list of all opened source files.</td>
513 </tr><tr> 516 </tr><tr>
514 <td><a href="#WebBrowserWindow.getWindow">getWindow</a></td> 517 <td><a href="#WebBrowserWindow.getWindow">getWindow</a></td>
515 <td>Public method to get a reference to the most recent active web browser window.</td> 518 <td>Public method to get a reference to the most recent active web browser window.</td>
516 </tr><tr> 519 </tr><tr>
520 <td><a href="#WebBrowserWindow.hideFullScreenNavigation">hideFullScreenNavigation</a></td>
521 <td>Public slot to hide full screen navigation.</td>
522 </tr><tr>
523 <td><a href="#WebBrowserWindow.isFullScreenNavigationVisible">isFullScreenNavigationVisible</a></td>
524 <td>Public method to check, if full screen navigation is active.</td>
525 </tr><tr>
517 <td><a href="#WebBrowserWindow.javascriptConsole">javascriptConsole</a></td> 526 <td><a href="#WebBrowserWindow.javascriptConsole">javascriptConsole</a></td>
518 <td>Public method to get a reference to the JavaScript console widget.</td> 527 <td>Public method to get a reference to the JavaScript console widget.</td>
519 </tr><tr> 528 </tr><tr>
520 <td><a href="#WebBrowserWindow.keyPressEvent">keyPressEvent</a></td> 529 <td><a href="#WebBrowserWindow.keyPressEvent">keyPressEvent</a></td>
521 <td>Protected method to handle key presses.</td> 530 <td>Protected method to handle key presses.</td>
580 <td><a href="#WebBrowserWindow.setForwardAvailable">setForwardAvailable</a></td> 589 <td><a href="#WebBrowserWindow.setForwardAvailable">setForwardAvailable</a></td>
581 <td>Public slot called when forward references are available.</td> 590 <td>Public slot called when forward references are available.</td>
582 </tr><tr> 591 </tr><tr>
583 <td><a href="#WebBrowserWindow.setLoadingActions">setLoadingActions</a></td> 592 <td><a href="#WebBrowserWindow.setLoadingActions">setLoadingActions</a></td>
584 <td>Public slot to set the loading dependent actions.</td> 593 <td>Public slot to set the loading dependent actions.</td>
594 </tr><tr>
595 <td><a href="#WebBrowserWindow.showFullScreenNavigation">showFullScreenNavigation</a></td>
596 <td>Public slot to show full screen navigation.</td>
585 </tr><tr> 597 </tr><tr>
586 <td><a href="#WebBrowserWindow.shutdown">shutdown</a></td> 598 <td><a href="#WebBrowserWindow.shutdown">shutdown</a></td>
587 <td>Public method to shut down the web browser.</td> 599 <td>Public method to shut down the web browser.</td>
588 </tr><tr> 600 </tr><tr>
589 <td><a href="#WebBrowserWindow.tabWidget">tabWidget</a></td> 601 <td><a href="#WebBrowserWindow.tabWidget">tabWidget</a></td>
1159 </p><a NAME="WebBrowserWindow.__forward" ID="WebBrowserWindow.__forward"></a> 1171 </p><a NAME="WebBrowserWindow.__forward" ID="WebBrowserWindow.__forward"></a>
1160 <h4>WebBrowserWindow.__forward</h4> 1172 <h4>WebBrowserWindow.__forward</h4>
1161 <b>__forward</b>(<i></i>) 1173 <b>__forward</b>(<i></i>)
1162 <p> 1174 <p>
1163 Private slot called to handle the forward action. 1175 Private slot called to handle the forward action.
1176 </p><a NAME="WebBrowserWindow.__hideNavigation" ID="WebBrowserWindow.__hideNavigation"></a>
1177 <h4>WebBrowserWindow.__hideNavigation</h4>
1178 <b>__hideNavigation</b>(<i></i>)
1179 <p>
1180 Private slot to hide full screen navigation by timer.
1164 </p><a NAME="WebBrowserWindow.__home" ID="WebBrowserWindow.__home"></a> 1181 </p><a NAME="WebBrowserWindow.__home" ID="WebBrowserWindow.__home"></a>
1165 <h4>WebBrowserWindow.__home</h4> 1182 <h4>WebBrowserWindow.__home</h4>
1166 <b>__home</b>(<i></i>) 1183 <b>__home</b>(<i></i>)
1167 <p> 1184 <p>
1168 Private slot called to handle the home action. 1185 Private slot called to handle the home action.
1790 </dl><dl> 1807 </dl><dl>
1791 <dt>Return Type:</dt> 1808 <dt>Return Type:</dt>
1792 <dd> 1809 <dd>
1793 WebBrowserWindow 1810 WebBrowserWindow
1794 </dd> 1811 </dd>
1795 </dl><a NAME="WebBrowserWindow.javascriptConsole" ID="WebBrowserWindow.javascriptConsole"></a> 1812 </dl><a NAME="WebBrowserWindow.hideFullScreenNavigation" ID="WebBrowserWindow.hideFullScreenNavigation"></a>
1813 <h4>WebBrowserWindow.hideFullScreenNavigation</h4>
1814 <b>hideFullScreenNavigation</b>(<i></i>)
1815 <p>
1816 Public slot to hide full screen navigation.
1817 </p><a NAME="WebBrowserWindow.isFullScreenNavigationVisible" ID="WebBrowserWindow.isFullScreenNavigationVisible"></a>
1818 <h4>WebBrowserWindow.isFullScreenNavigationVisible</h4>
1819 <b>isFullScreenNavigationVisible</b>(<i></i>)
1820 <p>
1821 Public method to check, if full screen navigation is active.
1822 </p><a NAME="WebBrowserWindow.javascriptConsole" ID="WebBrowserWindow.javascriptConsole"></a>
1796 <h4>WebBrowserWindow.javascriptConsole</h4> 1823 <h4>WebBrowserWindow.javascriptConsole</h4>
1797 <b>javascriptConsole</b>(<i></i>) 1824 <b>javascriptConsole</b>(<i></i>)
1798 <p> 1825 <p>
1799 Public method to get a reference to the JavaScript console widget. 1826 Public method to get a reference to the JavaScript console widget.
1800 </p><dl> 1827 </p><dl>
2063 </p><dl> 2090 </p><dl>
2064 <dt><i>b</i></dt> 2091 <dt><i>b</i></dt>
2065 <dd> 2092 <dd>
2066 flag indicating the loading state to consider (boolean) 2093 flag indicating the loading state to consider (boolean)
2067 </dd> 2094 </dd>
2068 </dl><a NAME="WebBrowserWindow.shutdown" ID="WebBrowserWindow.shutdown"></a> 2095 </dl><a NAME="WebBrowserWindow.showFullScreenNavigation" ID="WebBrowserWindow.showFullScreenNavigation"></a>
2096 <h4>WebBrowserWindow.showFullScreenNavigation</h4>
2097 <b>showFullScreenNavigation</b>(<i></i>)
2098 <p>
2099 Public slot to show full screen navigation.
2100 </p><a NAME="WebBrowserWindow.shutdown" ID="WebBrowserWindow.shutdown"></a>
2069 <h4>WebBrowserWindow.shutdown</h4> 2101 <h4>WebBrowserWindow.shutdown</h4>
2070 <b>shutdown</b>(<i></i>) 2102 <b>shutdown</b>(<i></i>)
2071 <p> 2103 <p>
2072 Public method to shut down the web browser. 2104 Public method to shut down the web browser.
2073 </p><dl> 2105 </p><dl>

eric ide

mercurial