diff -r 86f7a3344d38 -r cff7e27fb7b8 Documentation/Source/eric6.Helpviewer.FeaturePermissionBar.html --- a/Documentation/Source/eric6.Helpviewer.FeaturePermissionBar.html Tue Aug 04 19:13:28 2015 +0200 +++ b/Documentation/Source/eric6.Helpviewer.FeaturePermissionBar.html Wed Aug 05 19:45:33 2015 +0200 @@ -45,7 +45,7 @@ Class implementing the feature permission bar widget. </p> <h3>Derived from</h3> -QWidget +E5AnimatedWidget <h3>Class Attributes</h3> <table> <tr><td>DefaultHeight</td></tr> @@ -68,9 +68,6 @@ </tr><tr> <td><a href="#FeaturePermissionBar.__permissionUnknown">__permissionUnknown</a></td> <td>Private slot handling the user closing the dialog without.</td> -</tr><tr> -<td><a href="#FeaturePermissionBar.requestPermission">requestPermission</a></td> -<td>Public method to ask the user for a permission.</td> </tr> </table> <h3>Static Methods</h3> @@ -79,13 +76,19 @@ </table> <a NAME="FeaturePermissionBar.__init__" ID="FeaturePermissionBar.__init__"></a> <h4>FeaturePermissionBar (Constructor)</h4> -<b>FeaturePermissionBar</b>(<i>view</i>) +<b>FeaturePermissionBar</b>(<i>view, frame, feature</i>) <p> Constructor </p><dl> <dt><i>view</i> (QWebView)</dt> <dd> reference to the web view +</dd><dt><i>frame</i> (QWebFrame)</dt> +<dd> +frame sending the request +</dd><dt><i>feature</i> (QWebPage.Feature)</dt> +<dd> +requested feature </dd> </dl><a NAME="FeaturePermissionBar.__permissionDenied" ID="FeaturePermissionBar.__permissionDenied"></a> <h4>FeaturePermissionBar.__permissionDenied</h4> @@ -102,20 +105,7 @@ <b>__permissionUnknown</b>(<i></i>) <p> Private slot handling the user closing the dialog without. -</p><a NAME="FeaturePermissionBar.requestPermission" ID="FeaturePermissionBar.requestPermission"></a> -<h4>FeaturePermissionBar.requestPermission</h4> -<b>requestPermission</b>(<i>frame, feature</i>) -<p> - Public method to ask the user for a permission. -</p><dl> -<dt><i>frame</i> (QWebFrame)</dt> -<dd> -frame sending the request -</dd><dt><i>feature</i> (QWebPage.Feature)</dt> -<dd> -requested feature -</dd> -</dl> +</p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file