Documentation/Source/eric6.Helpviewer.FeaturePermissions.FeaturePermissionBar.html

Thu, 18 Oct 2018 18:53:23 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 18 Oct 2018 18:53:23 +0200
changeset 6550
7c20da9a480a
parent 4356
975993ebd7fb
permissions
-rw-r--r--

Updated source docu.

<!DOCTYPE html>
<html><head>
<title>eric6.Helpviewer.FeaturePermissions.FeaturePermissionBar</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body><a NAME="top" ID="top"></a>
<h1>eric6.Helpviewer.FeaturePermissions.FeaturePermissionBar</h1>
<p>
Module implementing the feature permission bar widget.
</p>
<h3>Global Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Classes</h3>
<table>
<tr>
<td><a href="#FeaturePermissionBar">FeaturePermissionBar</a></td>
<td>Class implementing the feature permission bar widget.</td>
</tr>
</table>
<h3>Functions</h3>
<table>
<tr><td>None</td></tr>
</table>
<hr /><hr />
<a NAME="FeaturePermissionBar" ID="FeaturePermissionBar"></a>
<h2>FeaturePermissionBar</h2>
<p>
    Class implementing the feature permission bar widget.
</p>
<h3>Derived from</h3>
E5AnimatedWidget
<h3>Class Attributes</h3>
<table>
<tr><td>DefaultHeight</td></tr>
</table>
<h3>Class Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<h3>Methods</h3>
<table>
<tr>
<td><a href="#FeaturePermissionBar.__init__">FeaturePermissionBar</a></td>
<td>Constructor</td>
</tr><tr>
<td><a href="#FeaturePermissionBar.__permissionDenied">__permissionDenied</a></td>
<td>Private slot handling the user pressing the deny button.</td>
</tr><tr>
<td><a href="#FeaturePermissionBar.__permissionGranted">__permissionGranted</a></td>
<td>Private slot handling the user pressing the allow button.</td>
</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.hide">hide</a></td>
<td>Public slot to hide the animated widget.</td>
</tr>
</table>
<h3>Static Methods</h3>
<table>
<tr><td>None</td></tr>
</table>
<a NAME="FeaturePermissionBar.__init__" ID="FeaturePermissionBar.__init__"></a>
<h4>FeaturePermissionBar (Constructor)</h4>
<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>
<b>__permissionDenied</b>(<i></i>)
<p>
        Private slot handling the user pressing the deny button.
</p><a NAME="FeaturePermissionBar.__permissionGranted" ID="FeaturePermissionBar.__permissionGranted"></a>
<h4>FeaturePermissionBar.__permissionGranted</h4>
<b>__permissionGranted</b>(<i></i>)
<p>
        Private slot handling the user pressing the allow button.
</p><a NAME="FeaturePermissionBar.__permissionUnknown" ID="FeaturePermissionBar.__permissionUnknown"></a>
<h4>FeaturePermissionBar.__permissionUnknown</h4>
<b>__permissionUnknown</b>(<i></i>)
<p>
        Private slot handling the user closing the dialog without.
</p><a NAME="FeaturePermissionBar.hide" ID="FeaturePermissionBar.hide"></a>
<h4>FeaturePermissionBar.hide</h4>
<b>hide</b>(<i></i>)
<p>
        Public slot to hide the animated widget.
</p>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial